- reverted: SRDY dependent on SDRAM_RST0

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