Vl-describe
(vl-describe name x) describes the uses of name in the module
x.
- Signature
(vl-describe name x) → *
- Arguments
- name — Guard (stringp name).
- x — Guard (vl-module-p x).
This is a useful way to interactively inspect modules. The
name is typically some kind of name that is used within the module x,
and might be the name of a wire, port, parameter, submodule instance, or what
have you.
vl-describe looks through the module for uses of this name and returns
a human-readable string that describes what it has found. This report is meant
to describe all of the places that name is used.