Skip to content

Block stitching instance numbers are fragile #2035

Open
@grebe

Description

@grebe

Block stitching adds instance number suffixes when instantiating blocks. New-style proc codegen might naturally clean this up, but in the interim it's annoying that instance names are fragile.

It would be better if the instance numbers were per-instantiated-block, e.g. instead of

inst A_0, inst B_1, inst A_2

you got

inst A_0
inst B_0
inst A_1

Metadata

Metadata

Assignees

No one assigned

    Labels

    codegenRelated to emitting (System)Verilog.stitchingIssues related to stitching, multi-proc codegen, and integration with external verilog modules

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions