mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
5 lines
276 B
Python
5 lines
276 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
|
|
from migen.fhdl.decorators import DecorateModule, InsertCE, InsertReset, RenameClockDomains
|