Make memory ports part of specials
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 28 May 2013 14:11:34 +0000 (16:11 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Tue, 28 May 2013 14:11:34 +0000 (16:11 +0200)
commitbac62a32a9a6537ff02d71a84a9948a7dee93dc0
tree74f1036aa6fb152996cd8e86cd71e5c284d16f93
parent70ffe86356f927460094fee2a57afc06177cc0c3
Make memory ports part of specials

This is needed to handle cases where a single memory has ports
in two different modules, and one of these modules is subject
to clock domain remapping. The clock domain of the port in that
module only must be remapped.
examples/basic/memory.py
migen/actorlib/spi.py
migen/bus/csr.py
migen/bus/wishbone.py
migen/bus/wishbone2asmi.py
migen/fhdl/specials.py
migen/genlib/fifo.py
migen/pytholite/compiler.py