• 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
            • Make-svstmt-xcond
            • Svstmt-xcond->cond
            • Svstmt-xcond->body
            • Change-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
  • Svstmt

Svstmt-xcond

This is a product type, introduced by deftagsum in support of svstmt.

Fields
cond — svex
body — svstmtlist

Subtopics

Make-svstmt-xcond
Basic constructor macro for svstmt-xcond structures.
Svstmt-xcond->cond
Get the cond field from a svstmt-xcond.
Svstmt-xcond->body
Get the body field from a svstmt-xcond.
Change-svstmt-xcond
Modifying constructor for svstmt-xcond structures.