mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
genlib/fifo: add missing imports
This commit is contained in:
parent
0c1e1c9769
commit
6c01f80fc5
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
from migen.fhdl.structure import *
|
||||
from migen.fhdl.module import Module
|
||||
from migen.fhdl.specials import Memory
|
||||
from migen.fhdl.bitcontainer import log2_int
|
||||
from migen.fhdl.decorators import ClockDomainsRenamer
|
||||
from migen.genlib.cdc import NoRetiming, MultiReg, GrayCounter
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue