-separate write FIFO

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@970 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2013-05-27 11:16:30 +00:00
parent 9f939c1e85
commit daf5a55788
4 changed files with 180 additions and 146 deletions
+1
View File
@@ -8,6 +8,7 @@ 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_types.vhd"
vcom -explicit -93 "../src/busmaster_sync.vhd"
vcom -explicit -93 "../src/tb_busmaster_sync.vhd"
vsim -t 1ps -lib work tb_busmaster_sync
+35 -42
View File
@@ -1,50 +1,43 @@
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 -format Logic /tb_busmaster_sync/inst_uut/clk
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/rst
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 -format Logic /tb_busmaster_sync/inst_uut/clk
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/rst
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/ack_i
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/srdy_i
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_uut/mdat_i
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_uut/mdat_o
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_uut/addr_o
add wave -noupdate -format Literal /tb_busmaster_sync/inst_uut/sel_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/we_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cyc_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/stb_o
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/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 -format Logic /tb_busmaster_sync/inst_uut/clk
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/rst
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_cycle_finished
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_cycle_en
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_rdy
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_we
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_busmaster_sync/inst_uut/cmd_in
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/inst_uut/dout
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/dout_vld
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/dout_re
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cycle_busy
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_en
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/cmd_read_en
add wave -noupdate -format Literal /tb_busmaster_sync/inst_uut/read_cnt
add wave -noupdate -divider RAM
add wave -noupdate -format Literal -radix hexadecimal -expand /tb_busmaster_sync/ram64
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/clk
add wave -noupdate -format Logic /tb_busmaster_sync/inst_uut/rst
add wave -noupdate -format Literal /tb_busmaster_sync/state
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/read_reg
add wave -noupdate -format Literal -radix hexadecimal /tb_busmaster_sync/ram64
TreeUpdate [SetDefaultTree]
WaveRestoreCursors {{Cursor 1} {19057675 ps} 0}
WaveRestoreCursors {{Cursor 1} {7559494 ps} 0}
configure wave -namecolwidth 150
configure wave -valuecolwidth 100
configure wave -justifyvalue left
@@ -58,4 +51,4 @@ configure wave -gridperiod 1
configure wave -griddelta 40
configure wave -timeline 0
update
WaveRestoreZoom {0 ps} {21 us}
WaveRestoreZoom {50 ns} {21050 ns}