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
Vl-expr-expand-function-calls
Vl-exprlist-expand-function-calls
Vl-assignlist-expand-function-calls
Vl-assign-expand-function-calls
Vl-fnname->template
Vl-expand-function-call
Vl-module-expand-functions
Vl-modulelist-expand-functions
Vl-check-bad-funcalls
Vl-funtemplate
Vl-funbody-to-assignments
Vl-assignlist->rhses
Vl-fundecl-expand-params
Vl-fun-stmt-okp
Vl-fundecllist-expand-params
Vl-remove-fake-function-vardecls
Vl-design-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-expand-function-calls
Vl-fnname->template
Signature
(vl-fnname->template funname ss warnings reclimit) → (mv successp warnings template)
Arguments
funname
—
Guard
(
stringp
funname)
.
ss
—
Guard
(
vl-scopestack-p
ss)
.
warnings
—
Guard
(
vl-warninglist-p
warnings)
.
reclimit
—
Guard
(
natp
reclimit)
.
Returns
successp
—
Type
(
booleanp
successp)
.
warnings
—
Type
(
vl-warninglist-p
warnings)
.
template
—
Type
(
implies
successp (
vl-funtemplate-p
template))
.