fhdl/std: add FinalizeError import
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 22 Jan 2015 15:35:42 +0000 (16:35 +0100)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Thu, 22 Jan 2015 16:23:41 +0000 (00:23 +0800)
migen/fhdl/std.py

index 2007ff3ffb910faaf8b106d74f65c1f3bf695484..56bd97bcd15383c4ff9a8d9e806e296f3242ac6c 100644 (file)
@@ -1,5 +1,5 @@
 from migen.fhdl.structure import *
-from migen.fhdl.module import Module
+from migen.fhdl.module import Module, FinalizeError
 from migen.fhdl.specials import TSTriple, Instance, Memory
 from migen.fhdl.bitcontainer import log2_int, bits_for, flen, fiter, fslice, freversed
 from migen.fhdl.decorators import DecorateModule, InsertCE, InsertReset, RenameClockDomains