Is there any parameter setting inside OpenROAD to speed up DRT operation? #1607
-
There is a teaching project that requires demonstrating process collaborative design to students, so I need to run the entire process frequently, but the DRT step is too time-consuming, and I want to speed it up. The platform used is ASAP7 and the design is swerv. What can I do? |
Beta Was this translation helpful? Give feedback.
Answered by
rovinski
Nov 10, 2023
Replies: 1 comment 2 replies
-
How many cpus do you have and how long does it take? You could stop after an earlier number of iterations and leave some DRCs. You could stop at global routing and evaluate timing there and save final routing for overnight runs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DRT scales quite well with cores so you could simply throw more CPUs at it 🤷♂️
You could also use a different technology because ASAP7 takes longer to route than other technologies.
You could also pick a smaller design so it runs faster overall.