projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fca1dd
)
fhdl/std: add FinalizeError import
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 22 Jan 2015 15:35:42 +0000
(16:35 +0100)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Thu, 22 Jan 2015 16:23:41 +0000
(
00:23
+0800)
migen/fhdl/std.py
patch
|
blob
|
history
diff --git
a/migen/fhdl/std.py
b/migen/fhdl/std.py
index 2007ff3ffb910faaf8b106d74f65c1f3bf695484..56bd97bcd15383c4ff9a8d9e806e296f3242ac6c 100644
(file)
--- a/
migen/fhdl/std.py
+++ b/
migen/fhdl/std.py
@@
-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