The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.42k stars 497 forks source link

Error: global_route.tcl, 21 GRT-0119 #3322

Closed mbautista-lab closed 1 year ago

mbautista-lab commented 1 year ago

Describe the bug

When I try to run make DESIGN_CONFIG=./designs/sky130hd/chameleon_hier/config.mk, I am getting an error.

[INFO GRT-0101] Running extra iterations to remove overflow. [WARNING GRT-0230] Congestion iterations cannot increase overflow, reached the maximum number of times the total overflow can be increased. [INFO GRT-0197] Via related to pin nodes: 14773 [INFO GRT-0198] Via related Steiner nodes: 555 [INFO GRT-0199] Via filling finished. [INFO GRT-0111] Final number of vias: 22592 [INFO GRT-0112] Final usage 3D: 321877 [ERROR GRT-0119] Routing congestion too high. Check the congestion heatmap in the GUI and load ./reports/sky130hd/chameleon_hier/base/congestion.rpt in the DRC viewer. Error: global_route.tcl, 21 GRT-0119 Command exited with non-zero status 1 Elapsed time: 0:33.32[h:]min:sec. CPU time: user 32.20 sys 1.10 (99%). Peak memory: 2623396KB. make: *** [Makefile:598: results/sky130hd/chameleon_hier/base/5_1_grt.odb] Error 1

Expected Behavior

A clean RTL-to-GDS flow

Environment

n/a

To Reproduce

n/a

Relevant log output

No response

Screenshots

No response

Additional Context

No response

maliberty commented 1 year ago

Have you tried "Check the congestion heatmap in the GUI and load ./reports/sky130hd/chameleon_hier/base/congestion.rpt in the DRC viewer."?

maliberty commented 1 year ago

Similarly to https://github.com/The-OpenROAD-Project/OpenROAD/issues/3321 not a CI'ed design

maliberty commented 1 year ago

@vijayank88 do you want to pursue this?