5 lines
184 B
Python
5 lines
184 B
Python
|
from migen.fhdl.structure import *
|
||
|
from migen.fhdl.module import Module
|
||
|
from migen.fhdl.specials import TSTriple, Instance, Memory
|
||
|
from migen.fhdl.size import log2_int, bits_for, flen
|