• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
        • Fgl-rewrite-rules
        • Fgl-function-mode
        • Fgl-object
        • Fgl-solving
          • Fgl-sat-check
          • Fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config-fix
            • Fgl-exhaustive-test-config-equiv
            • Make-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config->ignore-pathcond
            • Fgl-exhaustive-test-config->ignore-constraint
            • Fgl-exhaustive-test-config->random-iters
            • Fgl-exhaustive-test-config->transform
            • Change-fgl-exhaustive-test-config
            • Fgl-exhaustive-test-config->transform-config-override
            • Fgl-exhaustive-test-config-p
          • Fgl-prove
          • Fgl-vacuity-check
          • Fgl-sat-check/print-counterexample
        • Fgl-handling-if-then-elses
        • Fgl-counterexamples
        • Fgl-getting-bits-from-objects
        • Fgl-primitive-and-meta-rules
        • Fgl-interpreter-overview
        • Fgl-correctness-of-binding-free-variables
        • Fgl-debugging
        • Fgl-testbenches
        • Def-fgl-boolean-constraint
        • Fgl-stack
        • Def-fgl-param-thm
        • Fgl-rewrite-tracing
        • Def-fgl-thm
        • Fgl-fast-alist-support
        • Fgl-array-support
        • Advanced-equivalence-checking-with-fgl
        • Fgl-fty-support
        • Fgl-internals
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Fgl-solving

Fgl-exhaustive-test-config

FGL SAT config object that says to use exhaustive vectorized simulation to check satisfiability.

This is a product type introduced by defprod.

Fields
ignore-pathcond — booleanp
ignore-constraint — booleanp
transform — booleanp
transform-config-override
random-iters — ACL2::maybe-natp
If set, random simulation will be used instead of exhaustive simulation, and as a result, the SAT check will never return UNSAT. Therefore, this is useful for testing but not for proof.

Subtopics

Fgl-exhaustive-test-config-fix
Fixing function for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config-equiv
Basic equivalence relation for fgl-exhaustive-test-config structures.
Make-fgl-exhaustive-test-config
Basic constructor macro for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config->ignore-pathcond
Get the ignore-pathcond field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->ignore-constraint
Get the ignore-constraint field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->random-iters
Get the random-iters field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config->transform
Get the transform field from a fgl-exhaustive-test-config.
Change-fgl-exhaustive-test-config
Modifying constructor for fgl-exhaustive-test-config structures.
Fgl-exhaustive-test-config->transform-config-override
Get the transform-config-override field from a fgl-exhaustive-test-config.
Fgl-exhaustive-test-config-p
Recognizer for fgl-exhaustive-test-config structures.