• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
        • Symbolic-test-vectors
          • Defstv
            • Defstv-fn
            • Defstv-main
            • Stv-autohyps
            • Stv-autobinds
            • Stv-autoins
              • Stv-autoins-aux
          • Stv-compile
          • Symbolic-test-vector-format
          • Stv-implementation-details
          • Compiled-stv-p
          • Stv-run-for-all-dontcares
          • Stv-run
          • Stv-process
          • Stv-run-check-dontcares
          • Symbolic-test-vector-composition
          • Stv-expand
          • Stv-easy-bindings
          • Stv-debug
          • Stv-run-squash-dontcares
          • Stvdata-p
          • Stv-doc
          • Stv2c
          • Stv-widen
          • Stv-out->width
          • Stv-in->width
          • Stv-number-of-phases
          • Stv->outs
          • Stv->ins
          • Stv-suffix-signals
          • Stv->vars
        • Esim-primitives
        • E-conversion
        • Esim-steps
        • Patterns
        • Mod-internal-paths
        • Defmodules
        • Esim-simplify-update-fns
        • Esim-tutorial
        • Esim-vl
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Defstv

Stv-autoins

Generate the body for an STV's autoins macro.

Signature
(stv-autoins stv) → *
Arguments
stv — Guard (processed-stv-p stv).

Definitions and Theorems

Function: stv-autoins

(defun stv-autoins (stv)
  (declare (xargs :guard (processed-stv-p stv)))
  (let ((__function__ 'stv-autoins))
    (declare (ignorable __function__))
    (cons 'list
          (stv-autoins-aux (stv->ins stv)))))

Subtopics

Stv-autoins-aux