• 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
          • Svstmt-case
          • Svstmt-while
          • Svstmt-p
          • Svstmt-if
          • Svstmt-equiv
          • Svstmt-xcond
          • Svstmt-scope
          • Svstmt-assign
          • Svstmt-compile
            • Svstmt-compile.lisp
            • Svstate
              • Svstate-p
              • Svstate-fix
              • Svstate-equiv
              • Make-svstate
              • Svstate->nonblkst
              • Svstate->blkst
              • Change-svstate
          • Svstmt-constraints
          • Svstmt-jump
          • Svstmtlist
          • Svstmt-kind
          • Svstmt.lisp
          • Svstmt-fix
          • Svstmt-count
        • Sv-tutorial
        • Expressions
        • Symbolic-test-vector
        • Vl-to-svex
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Svstmt-compile

Svstate

Structure containing currently assigned variable values for blocking and nonblocking assignments.

This is a product type introduced by defprod.

Fields
blkst — svstack
State of blocking-assigned variables
nonblkst — svex-alist
State of nonblocking-assigned variables
Additional Requirements

The following invariant is enforced on the fields:

(consp blkst)

Subtopics

Svstate-p
Recognizer for svstate structures.
Svstate-fix
Fixing function for svstate structures.
Svstate-equiv
Basic equivalence relation for svstate structures.
Make-svstate
Basic constructor macro for svstate structures.
Svstate->nonblkst
Get the nonblkst field from a svstate.
Svstate->blkst
Get the blkst field from a svstate.
Change-svstate
Modifying constructor for svstate structures.