- increased CAT FIFO depth

git-svn-id: http://moon:8086/svn/vhdl/trunk@1281 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-06-04 12:36:45 +00:00
parent d1407db11d
commit ca0b04c733
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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