Reporting Custom DRCs - 2020.2 English

Vivado Design Suite User Guide: Using Tcl Scripting (UG894)

Document ID
UG894
Release Date
2021-03-30
Version
2020.2 English

A user-defined DRC can be run individually, with other rules, or as part of a DRC rule deck using the report_drc command. Below are examples of running the previously defined RAMW-1 rule individually, with other rules, and as part of the previously created DRC rule deck.

report_drc -check {RAMW-1}
report_drc -check {RAMW-1 RAMW-2}
report_drc -ruledecks myrules

Remember that the is_enabled property of the rule check must be set to TRUE in order for report_drc to run the check.