Design Rule Check Options - 2025.2 English - UG1076

AI Engine Tools and Flows User Guide (UG1076)

Document ID
UG1076
Release Date
2025-11-20
Version
2025.2 English

The AI Engine mapper and router support configuring a list of Design Rule Checks (DRCs). Enter the DRC commands below into the config file outside of any heading (for example [AIE]).

drc.disable

Disable the DRC rule check for the specified ID. If you disabled a check, it does not execute.

drc.disable=AIE-ROUTER-3
drc.enable

Enable a previously disabled DRC rule check for the specified ID.

drc.enable=AIE-ROUTER-3
drc.severity

Change the severity of a DRC rule check. The format of the argument is <ID>:<severity>[:context]

Where:

  • <ID> is the DRC rule ID which can be found on DRC messages reported by the tool.
  • <severity> represents the new severity to assign to the specified ID.
  • [context]
drc.severity=AIE-ROUTER-3:warning
drc.waive

Waive the Design Rule Check for the specified ID. The system still performs a check, but marks it as waived.

drc.waive=AIE-ROUTER-3