- Intital revision
git-svn-id: http://moon:8086/svn/vhdl/trunk@86 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,14 @@
|
||||
## NOTE: Do not edit this file.
|
||||
##
|
||||
|
||||
vlib work
|
||||
vcom -explicit -93 "../bbfifo.vhd"
|
||||
vcom -explicit -93 "../tb_bbfifo.vhd"
|
||||
|
||||
#restart -force
|
||||
vsim -t 1ps -lib work tb_bbfifo
|
||||
do {tb_bbfifo.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 1us
|
||||
@@ -0,0 +1,31 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_bbfifo/rst
|
||||
add wave -noupdate -format Logic /tb_bbfifo/clk
|
||||
add wave -noupdate -format Logic /tb_bbfifo/re
|
||||
add wave -noupdate -format Logic /tb_bbfifo/we
|
||||
add wave -noupdate -format Logic /tb_bbfifo/ready
|
||||
add wave -noupdate -format Logic /tb_bbfifo/avail
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/din
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_bbfifo/dout
|
||||
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/req
|
||||
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/rdy
|
||||
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_bbfifo/inst_bbfifo/bucket_array
|
||||
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/ce_in
|
||||
add wave -noupdate -format Literal /tb_bbfifo/inst_bbfifo/ce_out
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {170000 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 1
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {76738 ps} {299465 ps}
|
||||
@@ -0,0 +1,16 @@
|
||||
## NOTE: Do not edit this file.
|
||||
##
|
||||
vlib work
|
||||
|
||||
# Top and TB
|
||||
vcom -explicit -93 "../ram_sim.vhd"
|
||||
vcom -explicit -93 "../ram_wb.vhd"
|
||||
vcom -explicit -93 "../tb_ram_wb.vhd"
|
||||
|
||||
vsim -t 1ps -lib work tb_ram_wb
|
||||
do {tb_ram_wb.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 1.5us
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_ram_wb/clk_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/rst_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/cyc_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/stb_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/we_o
|
||||
add wave -noupdate -format Literal /tb_ram_wb/sel_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/ack_i
|
||||
add wave -noupdate -format Logic /tb_ram_wb/mrdy_o
|
||||
add wave -noupdate -format Logic /tb_ram_wb/srdy_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/addr_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dat_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dat_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_ram_wb/dout_reg
|
||||
add wave -noupdate -format Literal /tb_ram_wb/dout_cnt
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {950000 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 1
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {1575 ns}
|
||||
@@ -0,0 +1,16 @@
|
||||
## NOTE: Do not edit this file.
|
||||
##
|
||||
vlib work
|
||||
|
||||
# Top and TB
|
||||
vcom -explicit -93 "../rom_sim.vhd"
|
||||
vcom -explicit -93 "../rom_wb.vhd"
|
||||
vcom -explicit -93 "../tb_rom_wb.vhd"
|
||||
|
||||
vsim -t 1ps -lib work tb_rom_wb
|
||||
do {tb_rom_wb.wdo}
|
||||
view wave
|
||||
view structure
|
||||
view signals
|
||||
run 1us
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
onerror {resume}
|
||||
quietly WaveActivateNextPane {} 0
|
||||
add wave -noupdate -format Logic /tb_rom_wb/clk_o
|
||||
add wave -noupdate -format Logic /tb_rom_wb/rst_o
|
||||
add wave -noupdate -format Logic /tb_rom_wb/cyc_o
|
||||
add wave -noupdate -format Logic /tb_rom_wb/stb_o
|
||||
add wave -noupdate -format Logic /tb_rom_wb/ack_i
|
||||
add wave -noupdate -format Logic /tb_rom_wb/mrdy_o
|
||||
add wave -noupdate -format Logic /tb_rom_wb/srdy_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_rom_wb/addr_o
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_rom_wb/dat_i
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_rom_wb/dout_reg
|
||||
add wave -noupdate -format Literal /tb_rom_wb/dout_cnt
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {796036 ps} 0}
|
||||
configure wave -namecolwidth 150
|
||||
configure wave -valuecolwidth 100
|
||||
configure wave -justifyvalue left
|
||||
configure wave -signalnamewidth 1
|
||||
configure wave -snapdistance 10
|
||||
configure wave -datasetprefix 0
|
||||
configure wave -rowmargin 4
|
||||
configure wave -childrowmargin 2
|
||||
configure wave -gridoffset 0
|
||||
configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {1050 ns}
|
||||
Reference in New Issue
Block a user