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

Svstmt

An svex-based representation for procedural statement blocks

This is a tagged union type, introduced by deftagsum.

Member Tags → Types
:assign → svstmt-assign
:if → svstmt-if
:xcond → svstmt-xcond
:while → svstmt-while
:constraints → svstmt-constraints
:scope → svstmt-scope
:jump → svstmt-jump

Subtopics

Svstmt-case
Case macro for the different kinds of svstmt structures.
Svstmt-while
Svstmt-p
Recognizer for svstmt structures.
Svstmt-if
Svstmt-equiv
Basic equivalence relation for svstmt structures.
Svstmt-xcond
Svstmt-scope
Svstmt-assign
Svstmt-compile
Svstmt-constraints
Svstmt-jump
Svstmtlist
A list of svstmt-p objects.
Svstmt-kind
Get the kind (tag) of a svstmt structure.
Svstmt.lisp
Svstmt-fix
Fixing function for svstmt structures.
Svstmt-count
Measure for recurring over svstmt structures.