Closed oharboe closed 3 weeks ago
@oharboe I created two PRs that will solve the warnings that you're facing, but I'm curious: why are you estimating the parasitics from global routing when you have the detailed routing of the design? Couldn't you just extract the actual parasitics with rcx?
@oharboe I created two PRs that will solve the warnings that you're facing, but I'm curious: why are you estimating the parasitics from global routing when you have the detailed routing of the design? Couldn't you just extract the actual parasitics with rcx?
I am using open.tcl in automation to read out WNS at global route for instance. Or I am looking at the global route results using open.tcl (make gui_open).
If I included the detailed route in the reproducible example, they may have been from a previous run.
If I included the detailed route in the reproducible example, they may have been from a previous run.
Actually, when I run make route
and then make open_route
, it load the odb file with the detailed routing on it. That's why I was confuse. But in any case, GRT should not produce this warnings, and the fixes are on the way.
Thanks for the clarifications.
You want open_grt rather than open_route.
Describe the bug
untar warnings.tar.gz
Can also be reproduced by default target designs/nangate45/gcd/config.mk:
Expected Behavior
No warnings
Environment
To Reproduce
See above
Relevant log output
No response
Screenshots
No response
Additional Context
No response