• 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
        • Svstmt
        • Sv-tutorial
        • Expressions
        • Symbolic-test-vector
        • Vl-to-svex
          • Vl-to-sv
          • Vl-design->sv-design
            • Vl-simpconfig
            • Vl-hierarchy-sv-translation
            • Vl-expr-svex-translation
              • Sv::vl-expr.lisp
              • Vttree
                • Vttree-p
                • Vttree-fix
                • Vttree-count
                • Vttree-equiv
                • Vttree-context
                • Vttree-branch
                • Vttree-warnings
                • Vttree-constraints
                • Vttree-none
                • Vttree-kind
                • Patbind-wvmv
                • Patbind-vwmv
                • Patbind-vmv
            • Vl-design->svex-modalist
            • Vl-svstmt
          • Vl-to-sv-main
          • Vl-simplify-sv
          • Vl-user-paramsettings->unparam-names
          • Vl-user-paramsettings->modnames
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Vl-expr-svex-translation

Vttree

A data structure for collecting warnings and constraints while translating VL expressions to svex expressions.

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

Members
:none → vttree-none
:warnings → vttree-warnings
:constraints → vttree-constraints
:context → vttree-context
:branch → vttree-branch

Similar to ACL2's ttrees. A vttree is either nil, a warninglist tagged with :warnings, a constraintlist tagged with :constraints, or a cons of two vttrees.

Subtopics

Vttree-p
Recognizer for vttree structures.
Vttree-fix
Fixing function for vttree structures.
Vttree-count
Measure for recurring over vttree structures.
Vttree-equiv
Basic equivalence relation for vttree structures.
Vttree-context
Vttree-branch
Vttree-warnings
Vttree-constraints
Vttree-none
Vttree-kind
Get the kind (tag) of a vttree structure.
Patbind-wvmv
B* binder to automatically join returned warnings to a vttree
Patbind-vwmv
B* binder to automatically extract warnings from returned vttrees and join them to an accumulator
Patbind-vmv
B* binder to automatically join returned vttrees