Hello All, I am using the caravel_user_project as...
# openlane
m
Hello All, I am using the caravel_user_project as template for my design and going through the openlane tool flow. I have few questions related to the reports for power, timing, and area: 1. Is there a single QoR report file that gives the summary of timing, power and area for the full design? 2. Is there a way to get the hierarchical area and power report? Like my design has a top module, under which there are few sub-modules. I would like the tool report the area and power for each sub-module nested under the top-module. Usually synthesis tools have an option to give "-hierarchial <level>" when doing report_area or report_power. How can I enable this option? 3. At how many stages does the openlane flow dump out the area, power and timing reports?