Skip to content

Commit

Permalink
genlib/fifo: add missing imports
Browse files Browse the repository at this point in the history
sbourdeauducq committed Sep 30, 2015

Verified

This commit was signed with the committer’s verified signature.
1 parent 0c1e1c9 commit 6c01f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migen/genlib/fifo.py
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit 6c01f80

Please sign in to comment.