genlib/misc: add missing import

This commit is contained in:
Sebastien Bourdeauducq 2015-09-17 17:22:44 +08:00
parent 776579f0d7
commit 12cd390c0b
1 changed files with 1 additions and 0 deletions

View File

@ -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):