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.