17.1.9.1.7 read_ndc
(Ask a Question)Description
Read an NDC file into the component database.
read_ndc -component <filename>
Arguments
Parameter | Type | Description |
---|---|---|
-component | — | This is a mandatory flag for
read_ndc command when we derive
constraints. |
filename | String | Path to the NDC file. |
Return Type | Description |
---|---|
0 | Command succeeded. |
1 | Command failed. There is an error. You can observe the error message in the console. |
List of Errors
Error Code | Error Message | Description |
---|---|---|
ERR0001 | Unable to open <file_path> file | The NDC file does not exist. The path must be corrected. |
ERR0023 | Required parameter—AtclParamO_ is missing. | The mandatory option filename is not specified. |
ERR0023 | Required parameter—component is missing. | Component option is mandatory and must be specified. |
ERR0000 | NDC file '<file_path>' is not readable. | The specified NDC file does not have read permissions. |
Example
read_ndc -component {component/work/ccc1/ccc1_0/ccc_comp.ndc}