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:
parent
1ee720fc67
commit
861c690ebb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user