pytholite: move expression and register handling to separate modules
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 11 Nov 2012 22:48:23 +0000 (23:48 +0100)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 11 Nov 2012 22:48:23 +0000 (23:48 +0100)
commitbf5ce8dc20339c93a201a38d02b9a59d58082278
treed8b09b124b3f597889828c9a8da7e408ed7cdff4
parentf59fd69e34a0b6f516c8d37c55d9adbdccf093cd
pytholite: move expression and register handling to separate modules
migen/pytholite/compiler.py
migen/pytholite/expr.py [new file with mode: 0644]
migen/pytholite/reg.py [new file with mode: 0644]