How can I extract raw data at each stage? #1584
Replies: 2 comments
-
For cell density and congestion, check out the heat maps in the GUI. If these have the information you're looking for, you can dump it into a CSV file using Macro positions can be obtained through Dumping a list of all standard cell coordinates could be huge. There isn't a built-in function for it, but you could write a Tcl script to do it using odb functions. |
Beta Was this translation helpful? Give feedback.
-
You can always use write_def to dump netlist information though you would have to parse that format. Your other option would be to use the odb APIs to walk the netlist and write a custom dumper. |
Beta Was this translation helpful? Give feedback.
-
Including Cell Density (density distribution of cells, equivalent to cell counts in each tile), the positions of macros and standard cells, and congestion. Like the raw data for the image below which generate in reports. Are there any corresponding scripts? Thank you for your response.
Beta Was this translation helpful? Give feedback.
All reactions