Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Interfacing-tools
Hardware-verification
Gl
Esim
Vl2014
Warnings
Primitives
Use-set
Syntax
Getting-started
Utilities
Loader
Transforms
Expression-sizing
Occform
Oprewrite
Vl-op-oprewrite
Vl-modulelist-oprewrite
Vl-expr-oprewrite
Vl-exprlist-oprewrite
Vl-maybe-delayoreventcontrol-oprewrite
Vl-repeateventcontrol-oprewrite
Vl-plainarglist-oprewrite
Vl-namedarglist-oprewrite
Vl-gateinstlist-oprewrite
Vl-delayoreventcontrol-oprewrite
Vl-modinstlist-oprewrite
Vl-initiallist-oprewrite
Vl-replicate-constint-value
Vl-evatomlist-oprewrite
Vl-assignlist-oprewrite
Vl-arguments-oprewrite
Vl-alwayslist-oprewrite
Vl-eventcontrol-oprewrite
Vl-delaycontrol-oprewrite
Vl-plainarg-oprewrite
Vl-namedarg-oprewrite
Vl-modinst-oprewrite
Vl-maybe-expr-oprewrite
Vl-initial-oprewrite
Vl-gateinst-oprewrite
Vl-assign-oprewrite
Vl-goofymux-p
Vl-evatom-oprewrite
Vl-always-oprewrite
Vl-replicate-weirdint-bits
Vl-maybe-consolidate-multiconcat
Vl-qmark-p
Vl-goofymux-rewrite
Vl-module-oprewrite
Vl-design-oprewrite
Expand-functions
Delayredux
Unparameterization
Caseelim
Split
Selresolve
Weirdint-elim
Vl-delta
Replicate-insts
Rangeresolve
Propagate
Clean-selects
Clean-params
Blankargs
Inline-mods
Expr-simp
Trunc
Always-top
Gatesplit
Gate-elim
Expression-optimization
Elim-supplies
Wildelim
Drop-blankports
Clean-warnings
Addinstnames
Custom-transform-hooks
Annotate
Latchcode
Elim-unused-vars
Problem-modules
Lint
Mlib
Server
Kit
Printer
Esim-vl
Well-formedness
Sv
Vwsim
Fgl
Vl
X86isa
Svl
Rtl
Software-verification
Math
Testing-utilities
Vl-expr-oprewrite
Vl-exprlist-oprewrite
Signature
(vl-exprlist-oprewrite x warnings) → (mv warnings new-x)
Arguments
x
—
Guard
(
vl-exprlist-p
x)
.
warnings
—
Guard
(
vl-warninglist-p
warnings)
.
Returns
warnings
—
Type
(
vl-warninglist-p
warnings)
.
new-x
—
Type
(
and
(
vl-exprlist-p
new-x) (
equal
(
len
new-x) (
len
x)))
.