17.1.9.1.9 write_sdc

Description

Writes a constraint file in SDC format.

write_sdc <filename>

Arguments

ParameterTypeDescription
<filename>StringPath to the SDC file will be generated. This is a mandatory option. If the file exists, it will be overwritten.
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

ERR0003

Unable to open <file path> file.File path is not correct. Check whether the parent directories exist.

ERR0002

SDC file '<file path>' is not writable.The specified SDC file does not have write permission.

ERR0023

Required parameter file name is missing.The SDC file path is a mandatory option and must be specified.

Example

write_sdc "derived.sdc"