• 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
          • 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

Svstmt-compile

Signature
(svstmt-compile x st sclimit nb-delayp blk-masks nonblk-masks xcond) 
  → 
(mv ok warnings1 st1 jst new-blk-masks new-nonblk-masks)
Arguments
x — Guard (svstmt-p x).
st — Guard (svstate-p st).
sclimit — Guard (natp sclimit).
blk-masks — Guard (4vmask-alist-p blk-masks).
nonblk-masks — Guard (4vmask-alist-p nonblk-masks).
Returns
warnings1 — Type (vl-warninglist-p warnings1).
st1 — Type (svstate-p st1).
jst — Type (svjumpstate-p jst).
new-blk-masks — Type (4vmask-alist-p new-blk-masks).
new-nonblk-masks — Type (4vmask-alist-p new-nonblk-masks).

Subtopics

Svstmt-compile.lisp
Svstate
Structure containing currently assigned variable values for blocking and nonblocking assignments.