mirror of
https://github.com/aolofsson/oh.git
synced 2025-02-07 06:44:09 +08:00
Writing while full is aserted
This commit is contained in:
parent
9bc40a8355
commit
d81bb66d73
@ -41,7 +41,7 @@ module fifo_cdc (/*AUTOARG*/
|
||||
wire valid;
|
||||
reg access_out;
|
||||
|
||||
assign wr_en = access_in & ~full;
|
||||
assign wr_en = access_in;//&~full
|
||||
assign rd_en = ~empty & ~wait_in;
|
||||
assign wait_out = full;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user