- using now 64-bit SDR interface (2 SDRAMS)
git-svn-id: http://moon:8086/svn/vhdl/trunk@74 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
vlib work
|
vlib work
|
||||||
vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd"
|
vcom -explicit -93 "../../../FIFO/src/fifo_ctrl_pkg.vhd"
|
||||||
vcom -explicit -93 "../../../misc/dpram_1w1r_dist.vhd"
|
vcom -explicit -93 "../../../misc/dpram_1w1r_dist.vhd"
|
||||||
|
vcom -explicit -93 "../../../FIFO/src/fifo_sync.vhd"
|
||||||
vcom -explicit -93 "../../../FIFO/src/sync_fifo_ctrl.vhd"
|
vcom -explicit -93 "../../../FIFO/src/sync_fifo_ctrl.vhd"
|
||||||
vcom -explicit -93 "../../../misc/utils_pkg.vhd"
|
vcom -explicit -93 "../../../misc/utils_pkg.vhd"
|
||||||
vcom -explicit -93 "../../../misc/clockgen_virtex4.vhd"
|
vcom -explicit -93 "../../../misc/clockgen_virtex4.vhd"
|
||||||
vcom -explicit -93 "../src/fifo_sync.vhd"
|
|
||||||
vcom -explicit -93 "../src/sdram_config.vhd"
|
vcom -explicit -93 "../src/sdram_config.vhd"
|
||||||
vcom -explicit -93 "../src/sdram_types.vhd"
|
vcom -explicit -93 "../src/sdram_types.vhd"
|
||||||
vcom -explicit -93 "../src/reset_virtex4.vhd"
|
vcom -explicit -93 "../src/reset_virtex4.vhd"
|
||||||
@@ -25,4 +25,4 @@ do {tb_sdram_ctrl_frontend_wb.wdo}
|
|||||||
view wave
|
view wave
|
||||||
view structure
|
view structure
|
||||||
view signals
|
view signals
|
||||||
run 10us
|
run 200us
|
||||||
|
|||||||
@@ -24,8 +24,16 @@ add wave -noupdate -format Literal /tb_sdram_ctrl_frontend_wb/part_dm
|
|||||||
add wave -noupdate -format Literal /tb_sdram_ctrl_frontend_wb/part_dqs
|
add wave -noupdate -format Literal /tb_sdram_ctrl_frontend_wb/part_dqs
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/part_addr
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/part_addr
|
||||||
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/part_data
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/part_data
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/u_addr
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/u_col_addr
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/col_addr_reg
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/u_row_addr
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/row_addr_reg
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/u_bank_addr
|
||||||
|
add wave -noupdate -format Literal -radix hexadecimal /tb_sdram_ctrl_frontend_wb/sdram_ctrl_frontend_wb/inst_sdram_ctrl/inst_sdram_ctrl/bank_addr_reg
|
||||||
|
add wave -noupdate -format Literal /tb_sdram_ctrl_frontend_wb/sd_cmd
|
||||||
TreeUpdate [SetDefaultTree]
|
TreeUpdate [SetDefaultTree]
|
||||||
WaveRestoreCursors {{Cursor 1} {8165533 ps} 0}
|
WaveRestoreCursors {{Cursor 1} {34438503 ps} 0}
|
||||||
configure wave -namecolwidth 150
|
configure wave -namecolwidth 150
|
||||||
configure wave -valuecolwidth 100
|
configure wave -valuecolwidth 100
|
||||||
configure wave -justifyvalue left
|
configure wave -justifyvalue left
|
||||||
@@ -39,4 +47,4 @@ configure wave -gridperiod 1
|
|||||||
configure wave -griddelta 40
|
configure wave -griddelta 40
|
||||||
configure wave -timeline 0
|
configure wave -timeline 0
|
||||||
update
|
update
|
||||||
WaveRestoreZoom {7279048 ps} {8233593 ps}
|
WaveRestoreZoom {0 ps} {210 us}
|
||||||
|
|||||||
Reference in New Issue
Block a user