Initial revision
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@990 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
## NOTE: Do not edit this file.
|
||||||
|
## Autogenerated by ProjNav (creatfdo.tcl) on Thu Jul 06 20:49:07 Westeuropäische Sommerzeit 2006
|
||||||
|
##
|
||||||
|
vlib work
|
||||||
|
vcom -explicit -93 "../../misc/utils_pkg.vhd"
|
||||||
|
vcom -explicit -93 "../../rams/dpram_1w1r2c_ra_sim.vhd"
|
||||||
|
vcom -explicit -93 "../../rams/dpram_1w1r2c_ro_sim.vhd"
|
||||||
|
vcom -explicit -93 "../../FIFO/src/fifo_ctrl_pkg.vhd"
|
||||||
|
vcom -explicit -93 "../../FIFO/src/gray_counter.vhd"
|
||||||
|
vcom -explicit -93 "../../FIFO/src/fifo_async_ctrl.vhd"
|
||||||
|
vcom -explicit -93 "../../FIFO/src/fifo_async.vhd"
|
||||||
|
vcom -explicit -93 "../src/busmaster_types.vhd"
|
||||||
|
vcom -explicit -93 "../src/busmaster_async.vhd"
|
||||||
|
vcom -explicit -93 "../src/tb_busmaster_async.vhd"
|
||||||
|
vsim -t 1ps -lib work tb_busmaster_async
|
||||||
|
view wave
|
||||||
|
do {tb_busmaster_async.wdo}
|
||||||
|
view structure
|
||||||
|
view signals
|
||||||
|
|
||||||
|
run 80us
|
||||||
@@ -0,0 +1,59 @@
|
|||||||
|
onerror {resume}
|
||||||
|
quietly WaveActivateNextPane {} 0
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/clk
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/rst
|
||||||
|
add wave -noupdate -divider J-BUS
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/clk
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/rst
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/ack_i
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/srdy_i
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/inst_uut/mdat_i
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/inst_uut/mdat_o
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/inst_uut/addr_o
|
||||||
|
add wave -noupdate -format Literal /tb_busmaster_async/inst_uut/sel_o
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/we_o
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cyc_o
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/stb_o
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/mrdy_o
|
||||||
|
add wave -noupdate -divider Busmaster
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/clk_o
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/clk
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/rst
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_cycle_finished
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_cycle_en
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_rdy
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_we
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_busmaster_async/inst_uut/cmd_in
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/din
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/din_rdy
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/din_we
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/inst_uut/dout
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/dout_vld
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/dout_re
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cycle_busy
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_en
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cmd_read_en
|
||||||
|
add wave -noupdate -format Literal /tb_busmaster_async/inst_uut/read_cnt
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/cyc_o
|
||||||
|
add wave -noupdate -divider RAM
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/clk
|
||||||
|
add wave -noupdate -format Logic /tb_busmaster_async/inst_uut/rst
|
||||||
|
add wave -noupdate -format Literal /tb_busmaster_async/state
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_async/read_reg
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_busmaster_async/ram64
|
||||||
|
TreeUpdate [SetDefaultTree]
|
||||||
|
WaveRestoreCursors {{Cursor 1} {31500000 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} {42 us}
|
||||||
Reference in New Issue
Block a user