mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
genlib/misc: add missing import
This commit is contained in:
parent
776579f0d7
commit
12cd390c0b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
from migen.fhdl.structure import *
|
||||
from migen.fhdl.module import Module
|
||||
from migen.fhdl.bitcontainer import bits_for
|
||||
|
||||
|
||||
def split(v, *counts):
|
||||
|
|
Loading…
Reference in a new issue