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
Lint
Mlib
Scopestack
Filtering-by-name
Vl-namefactory
Substitution
Allexprs
Hid-tools
Vl-consteval
Range-tools
Lvalexprs
Hierarchy
Vl-remove-unnecessary-elements
Vl-necessary-elements-transitive
Vl-dependent-elements-transitive
Vl-necessary-elements-direct
Vl-modulelist-everinstanced
Vl-dependent-elements-direct
Vl-modulelist-toplevel
Vl-design-deporder-modules
Vl-design-check-complete
Vl-design-upgraph
Immdeps
Immdeps-main
Vl-immdeps
Immdeps-top
Vl-immdepgraph
Vl-immdepgraph-p
Vl-immdepgraph-fix
Vl-immdepgraph-equiv
Make-vl-immdepgraph
Vl-immdepgraph->reportcard
Vl-immdepgraph->deps
Vl-immdepgraph->all-okp
Change-vl-immdepgraph
Vl-depgraph
Vl-design-downgraph
Vl-collect-dependencies
Vl-hierarchy-free
Finding-by-name
Expr-tools
Expr-slicing
Stripping-functions
Stmt-tools
Modnamespace
Vl-parse-expr-from-str
Welltyped
Reordering-by-name
Flat-warnings
Genblob
Expr-building
Datatype-tools
Syscalls
Relocate
Expr-cleaning
Namemangle
Caremask
Port-tools
Lvalues
Server
Kit
Printer
Esim-vl
Well-formedness
Sv
Vwsim
Fgl
Vl
X86isa
Svl
Rtl
Software-verification
Math
Testing-utilities
Immdeps
Vl-immdepgraph
Immediate dependency graph.
This is a product type introduced by
defprod
.
Fields
all-okp —
booleanp
Were we able to successfully resolve every identifier we encountered? Even if this is
nil
, the resulting
deps
may be very nearly accurate.
deps —
vl-depgraph
The dependency graph we've collected. Only includes immediate dependencies. Includes a node for every top-level element.
reportcard —
vl-reportcard
Any warnings accumulated during the process of collecting these dependencies.
Subtopics
Vl-immdepgraph-p
Recognizer for
vl-immdepgraph
structures.
Vl-immdepgraph-fix
Fixing function for
vl-immdepgraph
structures.
Vl-immdepgraph-equiv
Basic equivalence relation for
vl-immdepgraph
structures.
Make-vl-immdepgraph
Basic constructor macro for
vl-immdepgraph
structures.
Vl-immdepgraph->reportcard
Get the
reportcard
field from a
vl-immdepgraph
.
Vl-immdepgraph->deps
Get the
deps
field from a
vl-immdepgraph
.
Vl-immdepgraph->all-okp
Get the
all-okp
field from a
vl-immdepgraph
.
Change-vl-immdepgraph
Modifying constructor for
vl-immdepgraph
structures.