We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ExportVerilog emits a concat that bitswaps like this:
thing = {io_in1[0], io_in1[1], io_in1[2], io_in1[3], io_in1[4]...}
but there are better idioms for this. We could generate them directly, and we may want to introduce a comb op for bitswapping.
Activity