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@969 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2013-05-25 16:55:29 +00:00
parent 697dc4f0d3
commit 9f939c1e85
4 changed files with 685 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
## 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/fifo_sync_ctrl.vhd"
vcom -explicit -93 "../../FIFO/src/fifo_sync.vhd"
vcom -explicit -93 "../src/busmaster_sync.vhd"
vcom -explicit -93 "../src/tb_busmaster_sync.vhd"
vsim -t 1ps -lib work tb_busmaster_sync
view wave
do {tb_busmaster_sync.wdo}
view structure
view signals
run 20us
+61
View File
@@ -0,0 +1,61 @@
onerror {resume}
quietly WaveActivateNextPane {} 0
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/clk
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/rst
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/read_reg
add wave -noupdate -format Literal /tb_busmaster_sync/state
add wave -noupdate -divider J-BUS
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/ack_i
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/srdy_i
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/mdat_i
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/mdat_o
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/addr_o
add wave -noupdate -format Literal /tb_busmaster_sync/inst_busmaster_sync/sel_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/we_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cyc_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/stb_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/mrdy_o
add wave -noupdate -divider Busmaster
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cycle_busy
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_cycle_finished
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_cycle_en
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_rdy
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_we
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/cmd_din
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/cmd_addr
add wave -noupdate -format Literal /tb_busmaster_sync/inst_busmaster_sync/cmd_sel
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_rw
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/cmd_dout
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_dout_vld
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_dout_re
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_din
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_dout
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_re
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_we
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_full
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busout_fifo_empty
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busin_fifo_re
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busin_fifo_we
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busin_fifo_full
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/busin_fifo_empty
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_en
add wave -noupdate -format Logic /tb_busmaster_sync/inst_busmaster_sync/cmd_read_en
add wave -noupdate -format Literal /tb_busmaster_sync/inst_busmaster_sync/read_cnt
add wave -noupdate -divider RAM
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_busmaster_sync/ram64
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {19057675 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} {21 us}