- 
                Notifications
    You must be signed in to change notification settings 
- Fork 390
update metrics for gpl change relaxing divergence check #3624
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
base: master
Are you sure you want to change the base?
update metrics for gpl change relaxing divergence check #3624
Conversation
Signed-off-by: Augusto Berndt <[email protected]>
designs/rapidus2hp/hercules_is_int/rules-base.json updates: | Metric | Old | New | Type | | ------ | --- | --- | ---- | | cts__timing__setup__ws | -344.0 | -390.0 | Failing | | cts__timing__setup__tns | -2480000.0 | -3510000.0 | Failing | | globalroute__timing__setup__ws | -343.0 | -316.0 | Tighten | | globalroute__timing__hold__ws | -58.4 | -55.5 | Tighten | | globalroute__timing__hold__tns | -1810.0 | -484.0 | Tighten | | finish__timing__setup__ws | -343.0 | -316.0 | Tighten | | finish__timing__hold__ws | -58.4 | -55.5 | Tighten | | finish__timing__hold__tns | -1810.0 | -484.0 | Tighten | Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
Signed-off-by: Augusto Berndt <[email protected]>
…ew-divergence-check
Signed-off-by: Augusto Berndt <[email protected]>
…ew-divergence-check
| We missed the metrics update for is int after merging The-OpenROAD-Project/OpenROAD#8754 (only this one design needed metrics update). | 
| }, | ||
| "cts__timing__setup__tns": { | ||
| "value": -2480000.0, | ||
| "value": -3510000.0, | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's curious that we had a big jump on tns during CTS, but the GRT timing metrics had good improvement. I guess the new placement makes it easier for GRT to use resistance-aware and avoid M3 routes.
| @gudeh You have a conflict with the OpenROAD submodule. | 
Signed-off-by: Augusto Berndt <[email protected]>
Update metric for OR PR The-OpenROAD-Project/OpenROAD#8754