this adds support for re-slicing (like "signal[a:b][c:d]" in python
wich verilog apparently does not like) and slice step sizes different
from the default of 1.

The latter can be used to bit-reverse a signal (signal[::-1]) or e.g.
take every second bit, and thus de-interleave.

--
Robert Jordens.

Attachment: 0001-fhdl-structure.py-support-re-slicing-and-slice-step-.patch
Description: Binary data

_______________________________________________
Devel mailing list
Devel@lists.milkymist.org
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to