- fixed cmd reg latching
git-svn-id: http://moon:8086/svn/vhdl/trunk@1284 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -19,7 +19,7 @@ add wave -noupdate -format Logic /tb_spi_master/miso
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_clk_read
|
||||
add wave -noupdate -format Logic /tb_spi_master/mso
|
||||
add wave -noupdate -format Literal /tb_spi_master/ctrl
|
||||
add wave -noupdate -format Literal /tb_spi_master/status
|
||||
add wave -noupdate -format Literal -expand /tb_spi_master/status
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/slv_rx_shiftreg
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/slv_rx_valid_pipe
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/slv_rx_data
|
||||
@@ -37,6 +37,7 @@ add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_ma
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/shift_en
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/mosi
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_master/tx_shift_reg
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_master/rx_shift_reg
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/sclk
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_master/xfer_count
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_master/cmd_reg
|
||||
@@ -56,6 +57,11 @@ add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_ma
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/inst_spi_master/write_fifo_dout
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/write_fifo_full
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/write_fifo_empty
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/slv_enable
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/rx_enable
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/read_fifo_full
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/read_fifo_empty
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/read_fifo_we
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_clk_write
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_clk_read
|
||||
add wave -noupdate -format Literal /tb_spi_master/inst_spi_master/spi_rst_count
|
||||
@@ -63,7 +69,7 @@ add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_rst
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_clk_div_en
|
||||
add wave -noupdate -format Literal /tb_spi_master/inst_spi_master/spi_clk_div_count
|
||||
TreeUpdate [SetDefaultTree]
|
||||
WaveRestoreCursors {{Cursor 1} {43998205 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {23780000 ps} 0}
|
||||
configure wave -namecolwidth 197
|
||||
configure wave -valuecolwidth 131
|
||||
configure wave -justifyvalue left
|
||||
@@ -77,4 +83,4 @@ configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {52500 ns}
|
||||
WaveRestoreZoom {31046634 ps} {50997546 ps}
|
||||
|
||||
Reference in New Issue
Block a user