litex/migen/fhdl/std.py

6 lines
256 B
Python
Raw Normal View History

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
2013-07-25 11:56:31 -04:00
from migen.fhdl.decorators import DecorateModule, InsertCE, InsertReset