• 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
        • Lint
        • Mlib
          • Scopestack
          • Filtering-by-name
          • Vl-namefactory
          • Substitution
          • Allexprs
          • Hid-tools
          • Vl-consteval
          • Range-tools
          • Lvalexprs
          • Hierarchy
          • Finding-by-name
          • Expr-tools
          • Expr-slicing
          • Stripping-functions
          • Stmt-tools
          • Modnamespace
          • Vl-parse-expr-from-str
          • Welltyped
          • Reordering-by-name
          • Flat-warnings
          • Genblob
            • Vl-genblob
              • Vl-genblob-count
              • Vl-genblob-p
              • Vl-genblob-fix
              • Make-vl-genblob
              • Change-vl-genblob
              • Vl-genblob-equiv
              • Vl-genblob->fwdtypedefs
              • Vl-genblob->vardecls
              • Vl-genblob->typedefs
              • Vl-genblob->taskdecls
              • Vl-genblob->portdecls
              • Vl-genblob->paramdecls
              • Vl-genblob->modports
              • Vl-genblob->modinsts
              • Vl-genblob->initials
              • Vl-genblob->generates
              • Vl-genblob->gateinsts
              • Vl-genblob->fundecls
              • Vl-genblob->ports
              • Vl-genblob->name
              • Vl-genblob->imports
              • Vl-genblob->ifports
              • Vl-genblob->genvars
              • Vl-genblob->assigns
              • Vl-genblob->alwayses
              • Vl-genblob->aliases
            • Vl-genblob->module
            • Vl-genblob->elems
            • Vl-module->genblob
            • Vl-sort-genelements
          • Expr-building
          • Datatype-tools
          • Syscalls
          • Relocate
          • Expr-cleaning
          • Namemangle
          • Caremask
          • Port-tools
          • Lvalues
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Genblob

Vl-genblob

A collection of module elements (see vl-modelement), generates, and ports.

This is a product type introduced by defprod.

Fields
portdecls — vl-portdecllist
assigns — vl-assignlist
aliases — vl-aliaslist
vardecls — vl-vardecllist
paramdecls — vl-paramdecllist
fundecls — vl-fundecllist
taskdecls — vl-taskdecllist
modinsts — vl-modinstlist
gateinsts — vl-gateinstlist
alwayses — vl-alwayslist
initials — vl-initiallist
typedefs — vl-typedeflist
imports — vl-importlist
fwdtypedefs — vl-fwdtypedeflist
modports — vl-modportlist
genvars — vl-genvarlist
generates — vl-genelementlist
ports — vl-portlist
name — maybe-string
Just a debugging aide, not intended to be semantically meaningful.

A genblob can be made from a vl-genelementlist-p by sorting the elements by type; see vl-sort-genelements.

Its fields each contain the list of elements of the given type.

Subtopics

Vl-genblob-count
Vl-genblob-p
Recognizer for vl-genblob structures.
Vl-genblob-fix
Fixing function for vl-genblob structures.
Make-vl-genblob
Basic constructor macro for vl-genblob structures.
Change-vl-genblob
Modifying constructor for vl-genblob structures.
Vl-genblob-equiv
Basic equivalence relation for vl-genblob structures.
Vl-genblob->fwdtypedefs
Get the fwdtypedefs field from a vl-genblob.
Vl-genblob->vardecls
Get the vardecls field from a vl-genblob.
Vl-genblob->typedefs
Get the typedefs field from a vl-genblob.
Vl-genblob->taskdecls
Get the taskdecls field from a vl-genblob.
Vl-genblob->portdecls
Get the portdecls field from a vl-genblob.
Vl-genblob->paramdecls
Get the paramdecls field from a vl-genblob.
Vl-genblob->modports
Get the modports field from a vl-genblob.
Vl-genblob->modinsts
Get the modinsts field from a vl-genblob.
Vl-genblob->initials
Get the initials field from a vl-genblob.
Vl-genblob->generates
Get the generates field from a vl-genblob.
Vl-genblob->gateinsts
Get the gateinsts field from a vl-genblob.
Vl-genblob->fundecls
Get the fundecls field from a vl-genblob.
Vl-genblob->ports
Get the ports field from a vl-genblob.
Vl-genblob->name
Get the name field from a vl-genblob.
Vl-genblob->imports
Get the imports field from a vl-genblob.
Vl-genblob->ifports
Collect just the interface ports for a genblob.
Vl-genblob->genvars
Get the genvars field from a vl-genblob.
Vl-genblob->assigns
Get the assigns field from a vl-genblob.
Vl-genblob->alwayses
Get the alwayses field from a vl-genblob.
Vl-genblob->aliases
Get the aliases field from a vl-genblob.