support re-slicing and non-unit step size
authorRobert Jördens <jordens@gmail.com>
Thu, 27 Jun 2013 19:31:00 +0000 (13:31 -0600)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 30 Jun 2013 12:03:34 +0000 (14:03 +0200)
commita255296171e3a2736d1331d80eee7d9073b186c7
treeda174c332cb7b54a66ef94d3a9cf8c681aae2bf4
parent9d241f8cd3409c959eb25de83fb5cbb1a3334788
support re-slicing and non-unit step size

* support slicing of Slice/Cat/Replicate through lowering
* support non-unit step size slices through unpacking and Cat()
examples/basic/reslice.py [new file with mode: 0644]
migen/fhdl/structure.py
migen/fhdl/tools.py