• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
          • Preprocessor
          • Vl-loadconfig
          • Vl-loadstate
          • Lexer
          • Parser
            • Parse-expressions
            • Parse-udps
            • Parse-statements
            • Parse-property
            • Vl-genelements
            • Parse-paramdecls
            • Parse-blockitems
            • Parse-utils
            • Parse-insts
            • Parse-functions
            • Parse-assignments
              • Parse-lvalues-2005
              • Vl-parse-continuous-assign
              • Vl-parse-list-of-variable-assignments
              • Vl-parse-list-of-net-assignments
              • Vl-parse-variable-lvalue-2012-aux
              • Vl-parse-net-lvalue-2012-aux
              • Vl-parse-variable-lvalue-2012
              • Vl-parse-variable-assignment
              • Vl-parse-net-lvalue-2012
              • Vl-parse-net-assignment
              • Vl-build-assignments
              • Vl-parse-variable-lvalue
              • Vl-parse-net-lvalue
            • Parse-clocking
            • Parse-strengths
            • Vl-parse-genvar-declaration
            • Vl-parse
            • Parse-netdecls
            • Parse-asserts
            • Vl-maybe-parse-lifetime
            • Parse-dpi-import-export
            • Parse-ports
            • Parse-timeunits
            • Seq
            • Parse-packages
            • Parse-eventctrl
          • Vl-load-merge-descriptions
          • Vl-find-basename/extension
          • Vl-load-file
          • Vl-loadresult
          • Scope-of-defines
          • Vl-find-file
          • Vl-flush-out-descriptions
          • Vl-description
          • Vl-read-file
          • Vl-includeskips-report-gather
          • Vl-load-main
          • Extended-characters
          • Vl-load
          • Vl-load-description
          • Vl-descriptions-left-to-load
          • Inject-warnings
          • Vl-preprocess-debug
          • Vl-write-preprocessor-debug-file
          • Vl-read-file-report-gather
          • Vl-load-descriptions
          • Vl-load-files
          • Translate-off
          • Vl-load-read-file-hook
          • Vl-read-file-report
          • Vl-loadstate-pad
          • Vl-load-summary
          • Vl-collect-modules-from-descriptions
          • Vl-loadstate->warnings
          • Vl-iskips-report
          • Vl-descriptionlist
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Parser

Parse-assignments

Functions for parsing lvalue expressions and assignments.

Lvalues are used in the various kinds of assignment statements. They are a restricted subset of expressions, so we do not introduce a separate type for them but rather just reuse our usual expression representation.

Subtopics

Parse-lvalues-2005
Parser for Verilog-2005 net_lvalue or variable_lvalues.
Vl-parse-continuous-assign
Parse a continuous_assign into a vl-assignlist-p.
Vl-parse-list-of-variable-assignments
Parses a list_of_variable_assignments into a list of (lvalue . expr) pairs.
Vl-parse-list-of-net-assignments
Parses a list_of_net_assignments into a list of (lvalue . expr) pairs.
Vl-parse-variable-lvalue-2012-aux
Parse a variable_lvalue for SystemVerilog-2012, but don't do much well-formedness checking.
Vl-parse-net-lvalue-2012-aux
Parse a net_lvalue for SystemVerilog-2012, but don't do much well-formedness checking.
Vl-parse-variable-lvalue-2012
Parse a variable_lvalue for SystemVerilog-2012.
Vl-parse-variable-assignment
Parse a variable_assignment.
Vl-parse-net-lvalue-2012
Parse a net_lvalue for SystemVerilog-2012.
Vl-parse-net-assignment
Parse a net_assignment.
Vl-build-assignments
Vl-parse-variable-lvalue
Parse a variable_lvalue.
Vl-parse-net-lvalue
Parse a net_lvalue.