• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
        • Svex-stvs
        • Svex-decomposition-methodology
        • Sv-versus-esim
        • Svex-decomp
        • Svex-compose-dfs
        • Svex-compilation
        • Moddb
        • Svmods
          • Address
          • Wire
          • Module
          • Lhs
          • Path
            • Path-fix
            • Path-p
            • Path-scope
            • Path-equiv
            • Path-count
            • Path-append
            • Path-wire
            • Path-kind
          • Svar-add-namespace
          • Design
          • Modinst
          • Lhs-add-namespace
          • Modalist
          • Path-add-namespace
          • Modname->submodnames
          • Name
          • Constraintlist-addr-p
          • Svex-alist-addr-p
          • Svar-map-addr-p
          • Lhspairs-addr-p
          • Modname
          • Assigns-addr-p
          • Lhs-addr-p
          • Lhatom-addr-p
          • Modhier-list-measure
          • Attributes
          • Modhier-measure
          • Modhier-list-measure-aux
          • Modhier-loopfreelist-p
          • Modhier-loopfree-p
        • Svstmt
        • Sv-tutorial
        • Expressions
        • Symbolic-test-vector
        • Vl-to-svex
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Svmods

Path

Type of a path to a wire in svex modules, expressed relative to the local scope.

This is a sum-of-products (i.e., union) type, introduced by defflexsum.

Members
:wire → path-wire
Path to a wire in the local scope
:scope → path-scope
Path into a subscope, e.g., a.b.c

Subtopics

Path-fix
Fixing function for path structures.
Path-p
Recognizer for path structures.
Path-scope
Path into a subscope, e.g., a.b.c
Path-equiv
Basic equivalence relation for path structures.
Path-count
Measure for recurring over path structures.
Path-append
Path-wire
Path to a wire in the local scope
Path-kind
Get the kind (tag) of a path structure.