Join Slack
Powered by
Excuse me, does anyone knows how to dump the heatm...
# openroad
y
yifei zhu
06/28/2023, 6:46 AM
Excuse me, does anyone knows how to dump the heatmap from openroad. in image form or in csv form
v
Vijayan Krishnan
06/28/2023, 6:50 AM
Refer this file from ORFS:
https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/master/flow/scripts/save_images.tcl
save_image -resolution $resolution $::env(REPORTS_DIR)/final_resizer.webp Similarly update gui with heatmap and run above command to dump the image
y
yifei zhu
06/28/2023, 7:07 AM
Thank you very much! And do you know how to save it in csv form or other data format? Does openroad has such function?
m
Matt Liberty
06/28/2023, 11:35 PM
https://github.com/The-OpenROAD-Project/OpenROAD/tree/master/src/gui#heat-maps
show how you can use
Copy code
gui::dump_heatmap
y
yifei zhu
06/29/2023, 12:11 PM
Ok fine thank you
7
Views
Open in Slack
Previous
Next