Skip to content

[FIRRTL][circt-reduce] Improve Instance Externalizer for Domains #10925

Description

@seldridge

I've been seeing a lot of really ineffective firrtl-module-externalizer reductions when running circt-reduce on circuits involving FIRRTL domains. I think I know what is going on, but I haven't fully verified this.

When there is domain information in a circuit, a module cannot be trivially converted to an external module as it must provide domain associations for all external module ports.

The simplest fix here would be to change the reduction to blindly add one input domain port for each domain kind and associate all ports to those domains.

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

    Labels

    FIRRTLInvolving the `firrtl` dialectReducerRelated to `circt-reduce`

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions