mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-07 06:44:06 +00:00
Merge pull request #215 from KrystalDelusion/master
Fixing golden/fifo.sv
This commit is contained in:
commit
e97dd01523
|
@ -161,6 +161,7 @@ module fifo
|
|||
|
||||
// look for an overfill where the value in memory changes
|
||||
// the change in data makes certain that the value is overriden
|
||||
let d_change = (wdata != rdata);
|
||||
property read_skip;
|
||||
@(posedge clk) disable iff (rst)
|
||||
!ren && d_change |=> $changed(raddr);
|
||||
|
|
Loading…
Reference in a new issue