genlib/fifo/SyncFIFOBuffered: replace not supported
This commit is contained in:
parent
4cacf97088
commit
6c9810532b
|
@ -142,7 +142,6 @@ class SyncFIFOBuffered(Module, _FIFOInterface):
|
||||||
self.dout_bits = fifo.dout_bits
|
self.dout_bits = fifo.dout_bits
|
||||||
self.dout = fifo.dout
|
self.dout = fifo.dout
|
||||||
self.level = Signal(max=depth+2)
|
self.level = Signal(max=depth+2)
|
||||||
self.replace = fifo.replace
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue