-
DRT is not converging on my design and the DRT phase iterates over and over with hundreds of violations. The log file
But nothing really related to the nature of the violations. Since the DRT step never completes, no DRC report is generated and I can't have a clear picture of the violations. Is there a way to generate DRC reports during the DRT phase? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@gkamendje |
Beta Was this translation helpful? Give feedback.
-
Ok Thanks |
Beta Was this translation helpful? Give feedback.
-
@vijayank88 @gkamendje you can use the For example: |
Beta Was this translation helpful? Give feedback.
@vijayank88 @gkamendje you can use the
-droute_end_iter
flag to stop DR early. In ORFS this can be added withDETAILED_ROUTE_ARGS
For example:
make DETAILED_ROUTE_ARGS=' -droute_end_iter 9'
To stop after the 9th iteration.