21.3.23 create_smartdesign
(Ask a Question)Description
This Tcl command creates a SmartDesign to your project. To create design, click the Create SmartDesign tool name from Design Flow.
create_smartdesign -sd_name "smartdesign_component_name"
Arguments
Parameter | Type | Description |
---|---|---|
sd_name | string | Specifies the name of the SmartDesign component to be created. It is mandatory. |
Error Codes
Error Code | Description |
---|---|
None | Cannot create SmartDesign ' smartdesign_component_name' because it violates HDL naming rules. Please specify a different name. |
None | Required parameter 'sd_name' is missing. |
None | Parameter 'component' is missing or has invalid value. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'create_smartdesign -sd_name "sd_name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
Creates new design component with "top" name.
create_smartdesign -sd_name {top}