17.1.9.1.7 read_ndc

Description

Read an NDC file into the component database.

read_ndc -component <filename>

Arguments

ParameterTypeDescription
-componentThis is a mandatory flag for read_ndc command when we derive constraints.
filenameStringPath to the NDC file.
Return TypeDescription
0Command succeeded.
1Command failed. There is an error. You can observe the error message in the console.

List of Errors

Error CodeError MessageDescription

ERR0001

Unable to open <file_path> fileThe 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}