21.3.74 remove_library
(Ask a Question)Description
This Tcl command removes a VHDL library from your project. To remove library, right-click the design module name in the Design Hierarchy and select Remove VHDL Library from the context menu.
remove_library -library name
Arguments
Parameter | Type | Description |
---|---|---|
library | string | Specifies the name of the library you wish to remove. |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'library' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'remove_library -library "library name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
Remove a library with the "my_lib" name from your project.
remove_library –library "my_lib"