https://open-source-silicon.dev logo
h

Harikumar S

08/20/2020, 11:16 AM
I'm encountering spacing violations during the DRC check. Do I need to manually re-route to get rid of these violations?
a

Ahmed Ghazy

08/20/2020, 12:35 PM
How many violations is TritonRoute reporting?
h

Harikumar S

08/20/2020, 12:38 PM
36 violations reported at the end of the 7th optimization iteration.
a

Amr Gouhar

08/20/2020, 12:48 PM
Try setting ::env(ROUTING_STRATEGY) to 14 in the configurations of this design. This will use TR14 for detailed routing, which is more powerful and more 0-DRC capable. If it doesn't reduce the violations to 0, check this out https://github.com/efabless/openlane/wiki#how-to-get-to-0-drc-violations
h

Harikumar S

08/20/2020, 12:51 PM
@Amr Gouhar Thanks. I'll do the suggested changes and test the flow again.