21.3.52 generate_sdc_constraint_coverage
(Ask a Question)Description
This Tcl command generates the constraint coverage report. The constraint coverage report contains information about the coverage of the paths from associated SDC constraints in the design. Two constraint coverage reports can be generated: one for Place and Route, and other for Timing Verification.
To run this command, there is no need to run Place-and-Route first, but the design must be in the post-synthesis state. The generated constraint coverage reports (*.xml) are listed in the Reports tab and are physically located in the <prj_folder>/designer/<module>/*constraints_coverage.xml file.
generate_sdc_constraint_coverage -tool {PLACEROUTE | VERIFYTIMING}
Arguments
Parameter | Type | Description |
---|---|---|
tool | string | Specifies whether the constraint coverage report is based on the SDC constraint file associated with Place and Route or associated with Timing Verification. Use this dialog box to configure the ‘Verify Timing’ tool to generate a timing constraint coverage report and detailed static timing analysis and violation reports based on different combinations of process speed, operating voltage, and temperature. This is mandatory. |
Error Codes
Error Code | Description |
---|---|
None | Required parameter 'tool' is missing. |
None | Parameter 'param_name' is not defined. Valid command formatting is 'generate_sdc_constraint_coverage -tool "tool name"'. |
Supported Families
Supported Families |
---|
PolarFire® |
RTG4™ |
SmartFusion® 2 |
IGLOO® 2 |
Example
This command generates the SDC Constraint Coverage report for the SDC file associated with Place and Route.
generate_sdc_constraint_coverage -tool {PLACEROUTE}
This command generates the SDC Constraint Coverage report for the SDC file associated with Timing Verification.
generate_sdc_constraint_coverage -tool {VERIFYTIMING}