Technical data

vdel
ModelSim EE/SE Command Reference ModelSim Commands CR-175
vdel
The vdel command deletes a design unit from a specified library.
Syntax
vdel
[-help][-verbose][-lib <library_name>] [-all | <design_unit>
[<arch_name>]
Arguments
-help
Displays the commands options and arguments. Optional.
-verbose
Displays progress message. Optional.
-lib <library_name>
Specifies the logical name or pathname of the library that holds the design unit to
be deleted. Optional; by default, the design unit is deleted from the work library.
-all
Deletes an entire library. Optional. BE CAREFUL! Libraries cannot be recovered
once deleted, and you are not prompted for confirmation.
<design_unit>
Specifies the entity, a package, configuration, or module to be deleted. Required
unless -all is used.
<arch_name>
Specifies the name of an architecture to be deleted. Optional; if omitted, all of the
architectures for the specified entity are deleted. Invalid for a configuration or a
package.