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
Expand-functions
Delayredux
Unparameterization
Caseelim
Split
Vl-modulelist-split
Vl-plainarg-split
Vl-assign-split
Vl-expr-split
Vl-exprlist-split
Vl-arguments-split
Vl-plainarglist-split
Vl-gateinstlist-split
Vl-modinstlist-split
Vl-assignlist-split
Vl-module-split
Vl-modinst-split
Vl-gateinst-split
Vl-nosplitlist-p
Vl-nosplit-p
Vl-design-split
*vl-tmp-wire-atts*
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-split
Vl-exprlist-split
Signature
(vl-exprlist-split x elem delta) → (mv new-x delta)
Arguments
x
—
Guard
(
vl-exprlist-p
x)
.
elem
—
Guard
(
vl-modelement-p
elem)
.
delta
—
Guard
(
vl-delta-p
delta)
.
Returns
new-x
—
Type
(
and
(
vl-exprlist-p
new-x) (
equal
(
len
new-x) (
len
x)))
, given the
guard
.
delta
—
Type
(
vl-delta-p
delta)
, given the
guard
.