1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-30 02:32:53 +08:00

Adding rd_en to fifo_async

-Need to hold output when there is no read_access
(important assumption!)
This commit is contained in:
Andreas Olofsson 2015-05-04 10:35:23 -04:00
parent 1ee720fc67
commit 861c690ebb

View File

@ -67,7 +67,7 @@ module fifo_async
.wr_addr (wr_addr[AW-1:0]),
.wr_data (din[DW-1:0]),
.rd_clk (rd_clk),
.rd_en (1'b1),
.rd_en (rd_en),
.rd_addr (rd_addr[AW-1:0]));
//Read State Machine