• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Vwsim
      • Fgl
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
          • Scopestack
          • Hid-tools
          • Filtering-by-name
          • Vl-interface-mocktype
          • Stripping-functions
          • Genblob
          • Expr-tools
          • Hierarchy
          • Extract-vl-types
          • Range-tools
          • Finding-by-name
          • Stmt-tools
          • Modnamespace
          • Flat-warnings
          • Reordering-by-name
          • Datatype-tools
          • Syscalls
          • Allexprs
          • Lvalues
            • Lvaluecheck
            • Vl-expr-variable-lvalue-p
            • Vl-expr-net-lvalue-p
          • Port-tools
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Testing-utilities
    • Math
  • Mlib

Lvalues

Tools for gathering up lvalues and checking the well-formedness of expressions in lvalue positions.

Subtopics

Lvaluecheck
Checks to ensure that expressions used in lvalue positions are valid in the sense of vl-expr-net-lvalue-p or vl-expr-variable-lvalue-p, depending on the context.
Vl-expr-variable-lvalue-p
Recognize an expression that is OK for a SystemVerilog-2012 variable_lvalue.
Vl-expr-net-lvalue-p
Recognizer an expression that is OK for a SystemVerilog-2012 net_lvalue.