compat.genlib.fifo: add aliases for SyncFIFO, SyncFIFOBuffered.
This commit is contained in:
parent
97b990272e
commit
45088f7824
5
nmigen/compat/genlib/fifo.py
Normal file
5
nmigen/compat/genlib/fifo.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from ...lib.fifo import FIFOInterface as _FIFOInterface, \
|
||||
SyncFIFO, SyncFIFOBuffered
|
||||
|
||||
|
||||
__all__ = ["_FIFOInterface", "SyncFIFO", "SyncFIFOBuffered"]
|
Loading…
Reference in a new issue