projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c5ffc
)
fhdl/FullMemoryWE: fix clocking
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 29 Sep 2015 05:12:27 +0000
(13:12 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 29 Sep 2015 05:12:27 +0000
(13:12 +0800)
migen/fhdl/simplify.py
patch
|
blob
|
history
diff --git
a/migen/fhdl/simplify.py
b/migen/fhdl/simplify.py
index 6d91fd0eba51188d38d0c9316663023d6f013b01..dba41bebaa28c53e4060a160f73ecc6396c8a290 100644
(file)
--- a/
migen/fhdl/simplify.py
+++ b/
migen/fhdl/simplify.py
@@
-41,7
+41,7
@@
class FullMemoryWE(ModuleTransformer):
re=port.re,
we_granularity=0,
mode=port.mode,
- clock_domain=port.clock)
+ clock_domain=port.clock
.cd
)
newmem.ports.append(newport)
newspecials.add(newport)
self.replacments[orig] = newmems