If I run global_route -congestion_report_file foo....
# openroad
m
If I run global_route -congestion_report_file foo.rpt, the output file is just empty. How do I get a raw file of the congestion? @Eren FYI
Also, this report just will have the cells with congestion or will it have the congestion of all cells? We are interested in creating our own congestion maps.
@Matt Liberty Sorry to bug you, but do you know who I would ask about this?
m
The congestion report is just for violations. For raw data some have used https://github.com/The-OpenROAD-Project/OpenROAD/tree/master/src/gui#heat-maps to dump the congestion map
👍 1