Skip to content

[ExportVerilog] Add support for bit swapping idiom #2249

Open
@lattner

Description

@lattner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions