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

No nets under "Sources:" in global routing congestion progress reports #3867

Closed
oharboe opened this issue Aug 16, 2023 · 1 comment
Closed
Assignees
Labels
grt Global Routing

Comments

@oharboe
Copy link
Collaborator

oharboe commented Aug 16, 2023

To reproduce:

  1. Comment out GLOBAL_ROUTE_ARGS, see below:
  2. Run make DESIGN_CONFIG=designs/sky130hd/microwatt/config.mk results/sky130hd/microwatt/base/5_1_grt.odb
  3. While global route is running, start a new shell, run ls reports/sky130hd/microwatt/base/congestion*.rpt. When you see .rpt files appearing, run make DESIGN_CONFIG=designs/sky130hd/microwatt/config.mk gui_cts and load for instance reports/sky130hd/microwatt/base/congestion-10.rpt
  4. Look at DRC errors, there's no information about which nets are congested.
$ git diff
diff --git a/flow/designs/sky130hd/microwatt/config.mk b/flow/designs/sky130hd/microwatt/config.mk
index 4b4eb79d..90745a5d 100644
--- a/flow/designs/sky130hd/microwatt/config.mk
+++ b/flow/designs/sky130hd/microwatt/config.mk
@@ -31,4 +31,4 @@ export CTS_CLUSTER_SIZE = 30
 
 export export SETUP_SLACK_MARGIN = 0.2
 
-export GLOBAL_ROUTE_ARGS=-congestion_iterations 100 -verbose
+#export GLOBAL_ROUTE_ARGS=-congestion_iterations 100 -verbose

Originally posted by @oharboe in The-OpenROAD-Project/OpenROAD-flow-scripts#1338 (reply in thread)

image

What I expected was to see nets in the progress reports, like I get in the final report:

image

@oharboe oharboe changed the title To reproduce: No nets in global routing congestion report Aug 16, 2023
@oharboe oharboe changed the title No nets in global routing congestion report No nets in global routing congestion progress reports Aug 16, 2023
@oharboe oharboe changed the title No nets in global routing congestion progress reports No nets under "Sources:" in global routing congestion progress reports Aug 16, 2023
@maliberty maliberty added the grt Global Routing label Aug 16, 2023
@rovinski
Copy link
Member

rovinski commented Sep 6, 2023

Resolved?

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

No branches or pull requests

4 participants