• 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
            • Following-hids
              • Vl-follow-hidexpr
              • Vl-partselect-type-top-dimension-replacement
              • Vl-hidindex-datatype-resolve-dims
              • Vl-follow-hidexpr-error
              • Vl-follow-hidexpr-dimscheck
              • Vl-index-find-type
              • Vl-follow-hidexpr-dimcheck
              • Vl-partselect-expr-type
              • Vl-ss-find-hidexpr-range!!
              • Vl-hidstep
                • Vl-hidstep-fix
                • Vl-hidstep-equiv
                • Make-vl-hidstep
                • Vl-hidstep->item
                • Change-vl-hidstep
                • Vl-hidstep->ss
                • Vl-hidstep-p
              • Vl-ss-find-hidexpr-range
              • Vl-genarrayblocklist-find-block
              • Vl-flatten-hidindex
              • Vl-hidexpr-resolved-p
              • Vl-flatten-hidexpr
              • Vl-hidindex-resolved-p
              • Vl-hidtrace
            • Vl-hidexpr-traverse-datatype
            • Abstract-hids
            • Vl-hidexpr-find-type
          • 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
          • 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
  • Following-hids

Vl-hidstep

A single step along the way of a hierarchical identifier.

This is a product type introduced by defprod.

Fields
item — vl-scopeitem
Some item encountered along the path of the HID.
ss — vl-scopestack
The scope where this item was found.

Some routines for following-hids produce traces of the items they encounter along the way. A hidstep structure represents a single step along a HID.

Subtopics

Vl-hidstep-fix
Fixing function for vl-hidstep structures.
Vl-hidstep-equiv
Basic equivalence relation for vl-hidstep structures.
Make-vl-hidstep
Basic constructor macro for vl-hidstep structures.
Vl-hidstep->item
Get the item field from a vl-hidstep.
Change-vl-hidstep
Modifying constructor for vl-hidstep structures.
Vl-hidstep->ss
Get the ss field from a vl-hidstep.
Vl-hidstep-p
Recognizer for vl-hidstep structures.