Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try setting first_iter_pres_fac to a value > 0 #2494

Open
vaughnbetz opened this issue Feb 23, 2024 · 1 comment
Open

Try setting first_iter_pres_fac to a value > 0 #2494

vaughnbetz opened this issue Feb 23, 2024 · 1 comment
Assignees

Comments

@vaughnbetz
Copy link
Contributor

We might get faster router convergence if the first router iteration paid some attention to routing congestion (both the cost of wiring and any congestion caused by earlier nets).

Proposed Behaviour

Try setting this to 1 (instead of the default 0) and seeing if QoR is unchanged and router time drops (even a little). For the best impact, we should use the criticalities that come from the placer, rather than setting everything to timing-critical, so that code should also be examined.

Current Behaviour

Defaults to 0. Also, we may set all connections to critical in the first iteration (which we'd have to stop doing to have much effect).

@vaughnbetz
Copy link
Contributor Author

Another possible optimization: don't timing analyze after every router iteration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants