- SRDY dependent on SDRAM_RST0

git-svn-id: http://moon:8086/svn/vhdl/trunk@1155 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2015-05-22 19:47:38 +00:00
parent be1bae5243
commit dfffc2ffc7
2 changed files with 2 additions and 2 deletions
@@ -252,7 +252,7 @@ begin
); );
------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------
SRDY_O <= rdy; SRDY_O <= rdy and not SDRAM_RST0;
ACK_O <= not (read_fifo_empty); ACK_O <= not (read_fifo_empty);
DAT_O <= read_fifo_data_out; DAT_O <= read_fifo_data_out;
rdy <= not (cat_fifo_full or write_fifo_full or read_fifo_full) and CYC_I; rdy <= not (cat_fifo_full or write_fifo_full or read_fifo_full) and CYC_I;
@@ -252,7 +252,7 @@ begin
); );
------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------
SRDY_O <= rdy; SRDY_O <= rdy and not SDRAM_RST0;
ACK_O <= not (read_fifo_empty); ACK_O <= not (read_fifo_empty);
DAT_O <= read_fifo_data_out; DAT_O <= read_fifo_data_out;
rdy <= not (cat_fifo_full or write_fifo_full or read_fifo_full) and CYC_I; rdy <= not (cat_fifo_full or write_fifo_full or read_fifo_full) and CYC_I;