- increased CAT FIFO depth
git-svn-id: http://moon:8086/svn/vhdl/trunk@1281 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -21,4 +21,4 @@ do {tb_spi_master.wdo}
|
||||
view structure
|
||||
view signals
|
||||
|
||||
run 60 us
|
||||
run 50 us
|
||||
|
||||
@@ -63,7 +63,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} {38978613 ps} 0}
|
||||
WaveRestoreCursors {{Cursor 1} {43998205 ps} 0}
|
||||
configure wave -namecolwidth 197
|
||||
configure wave -valuecolwidth 131
|
||||
configure wave -justifyvalue left
|
||||
@@ -77,4 +77,4 @@ configure wave -gridperiod 1
|
||||
configure wave -griddelta 40
|
||||
configure wave -timeline 0
|
||||
update
|
||||
WaveRestoreZoom {0 ps} {63 us}
|
||||
WaveRestoreZoom {0 ps} {52500 ns}
|
||||
|
||||
@@ -10,7 +10,7 @@ ENTITY spi_master IS
|
||||
Generic
|
||||
(
|
||||
word_width : natural := 32;
|
||||
CAT_FIFO_DEPTH : natural := 2;
|
||||
CAT_FIFO_DEPTH : natural := 4;
|
||||
DATA_FIFO_DEPTH : natural := 16
|
||||
);
|
||||
Port
|
||||
|
||||
Reference in New Issue
Block a user