• 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
        • Server
        • Kit
        • Printer
        • Esim-vl
        • Well-formedness
          • Defwellformed
          • Reasonable
          • Lvaluecheck
            • Vl-plainarglist-lvaluecheck
            • Vl-plainarg-lvaluecheck
            • Vl-taskdecllist-lvaluecheck
            • Vl-gateinstlist-lvaluecheck
            • Vl-arguments-lvaluecheck
            • Vl-modinstlist-lvaluecheck
            • Vl-initiallist-lvaluecheck
            • Vl-fundecllist-lvaluecheck
            • Vl-assignlist-lvaluecheck
            • Vl-alwayslist-lvaluecheck
            • Vl-modinst-lvaluecheck
            • Vl-gateinst-lvaluecheck
            • Vl-assign-lvaluecheck
            • Vl-taskdecl-lvaluecheck
            • Vl-initial-lvaluecheck
            • Vl-fundecl-lvaluecheck
            • Vl-always-lvaluecheck
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Lvalues
  • Well-formedness

Lvaluecheck

Checks to ensure that expressions used in lvalue positions are valid in the sense of vl-expr-lvaluep.

Note that to determine which arguments to gate and module instances must be checked, we assume that argresolve has been run prior to running these functions.

Subtopics

Vl-plainarglist-lvaluecheck
Check well-formedness of lvalues in a vl-plainarglist-p.
Vl-plainarg-lvaluecheck
Check well-formedness of lvalues in a vl-plainarg-p.
Vl-taskdecllist-lvaluecheck
Check well-formedness of lvalues in a vl-taskdecllist-p.
Vl-gateinstlist-lvaluecheck
Check well-formedness of lvalues in a vl-gateinstlist-p.
Vl-arguments-lvaluecheck
Check well-formedness of lvalues in a vl-arguments-p.
Vl-modinstlist-lvaluecheck
Check well-formedness of lvalues in a vl-modinstlist-p.
Vl-initiallist-lvaluecheck
Check well-formedness of lvalues in a vl-initiallist-p.
Vl-fundecllist-lvaluecheck
Check well-formedness of lvalues in a vl-fundecllist-p.
Vl-assignlist-lvaluecheck
Check well-formedness of lvalues in a vl-assignlist-p.
Vl-alwayslist-lvaluecheck
Check well-formedness of lvalues in a vl-alwayslist-p.
Vl-modinst-lvaluecheck
Check well-formedness of lvalues in a vl-modinst-p.
Vl-gateinst-lvaluecheck
Check well-formedness of lvalues in a vl-gateinst-p.
Vl-assign-lvaluecheck
Check well-formedness of lvalues in a vl-assign-p.
Vl-taskdecl-lvaluecheck
Check well-formedness of lvalues in a vl-taskdecl-p.
Vl-initial-lvaluecheck
Check well-formedness of lvalues in a vl-initial-p.
Vl-fundecl-lvaluecheck
Check well-formedness of lvalues in a vl-fundecl-p.
Vl-always-lvaluecheck
Check well-formedness of lvalues in a vl-always-p.