21.3.93 smartdesign
(Ask a Question)Description
This Tcl command changes severity of Smart Design Data/ID Width mismatch, Memory Map DRC from error to warning vice versa.
smartdesign -memory_map_drc_change_error_to_warning {true|false} \
-bus_interface_data_width_drc_change_error_to_warning {true|false} \
-bus_interface_id_width_drc_change_error_to_warning {true|false}
Arguments
Parameter | Type | Description |
---|---|---|
memory_map_drc_change_error_to_warning | Boolean | Specify true or 1 to change memory map error DRC to warning. |
bus_interface_data_width_drc_change_error_to_warning | Boolean | Specify true or 1 to change bus interface data width mismatch error DRC to warning. |
bus_interface_id_width_drc_change_error_to_warning | Boolean | Specify true or 1 to change bus interface ID width mismatch error DRC to warning. |
Return Type | Description |
---|---|
None | None |
Error Codes
Error Code | Description |
---|---|
None | Parameter 'param_name' is not defined. Valid command formatting is
‘smartdesign [-memory_map_drc_change_error_to_warning true | false] [-bus_interface_data_width_drc_change_error_to_warning true | false] [-bus_interface_id_width_drc_change_error_to_warning true | false] |
Supported Families
Supported Families |
---|
PolarFire® |
PolarFire SoC |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
The following example change severity of SmartDesign Data, ID Width mismatch, Memory Map Error to Warning DRC:
smartdesign -memory_map_drc_change_error_to_warning true \
-bus_interface_data_width_drc_change_error_to_warning true \
-bus_interface_id_width_drc_change_error_to_warning true