mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/interconnect/stream: expose depth on SyncFIFO
This commit is contained in:
parent
876f3d2c8f
commit
2665a83288
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class SyncFIFO(_FIFOWrapper):
|
|||
self,
|
||||
fifo.SyncFIFOBuffered if buffered else fifo.SyncFIFO,
|
||||
layout, depth)
|
||||
self.depth = self.fifo.depth
|
||||
self.level = self.fifo.level
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue