• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
          • Expression-sizing
          • Occform
          • Oprewrite
          • Expand-functions
          • Delayredux
          • Unparameterization
          • Caseelim
          • Split
          • Selresolve
          • Weirdint-elim
          • Vl-delta
          • Replicate-insts
          • Rangeresolve
          • Propagate
          • Clean-selects
          • Clean-params
          • Blankargs
          • Inline-mods
          • Expr-simp
          • Trunc
          • Always-top
          • Gatesplit
          • Gate-elim
          • Expression-optimization
          • Elim-supplies
          • Wildelim
          • Drop-blankports
          • Clean-warnings
          • Addinstnames
            • Vl-modulelist-addinstnames
            • Vl-modinstlist-addinstnames
            • Vl-gateinstlist-addinstnames
            • Vl-modinst-addinstnames
            • Vl-gateinst-addinstnames
            • Vl-module-addinstnames
            • Vl-modinstlist-all-named-p
            • Vl-gateinstlist-all-named-p
            • Vl-design-addinstnames
          • Custom-transform-hooks
          • Annotate
          • Latchcode
          • Elim-unused-vars
          • Problem-modules
        • Lint
        • Mlib
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Transforms

Addinstnames

Name any unnamed gate or module instances

This transformation does nothing more than generate a name for every gate and module instance which are unnamed. The names are safely generated using a vl-namefactory-p and will have names such as modinst_11 and gateinst_46.

Subtopics

Vl-modulelist-addinstnames
(vl-modulelist-addinstnames x) maps vl-module-addinstnames across a list.
Vl-modinstlist-addinstnames
Name unnamed module instances.
Vl-gateinstlist-addinstnames
Name unnamed gate instances.
Vl-modinst-addinstnames
Name a module instance, if necessary.
Vl-gateinst-addinstnames
Name a gate instance, if necessary.
Vl-module-addinstnames
Name any unnamed module and gate instances throughout a module.
Vl-modinstlist-all-named-p
Are there any module instances that need names?
Vl-gateinstlist-all-named-p
Are there any gate instances that need names?
Vl-design-addinstnames