- added clock divider
- fixed clock edge of Slave TX git-svn-id: http://moon:8086/svn/vhdl/trunk@1280 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -12,12 +12,14 @@ add wave -noupdate -format Logic /tb_spi_master/mst_shift_en
|
||||
add wave -noupdate -format Literal -radix hexadecimal /tb_spi_master/mst_dout
|
||||
add wave -noupdate -format Logic /tb_spi_master/mst_dout_vld
|
||||
add wave -noupdate -format Logic /tb_spi_master/mst_dout_re
|
||||
add wave -noupdate -format Logic /tb_spi_master/mosi
|
||||
add wave -noupdate -format Logic /tb_spi_master/miso
|
||||
add wave -noupdate -format Logic /tb_spi_master/mst_clk
|
||||
add wave -noupdate -format Logic /tb_spi_master/mosi
|
||||
add wave -noupdate -format Logic /tb_spi_master/inst_spi_master/spi_clk_write
|
||||
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 -expand /tb_spi_master/status
|
||||
add wave -noupdate -format Literal /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
|
||||
@@ -54,8 +56,14 @@ 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/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
|
||||
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} {17474865 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {38978613 ps} 0}
|
||||
configure wave -namecolwidth 197
|
||||
configure wave -valuecolwidth 131
|
||||
configure wave -justifyvalue left
|
||||
|
||||
Reference in New Issue
Block a user