openlane2 icon indicating copy to clipboard operation
openlane2 copied to clipboard

Add new metrics

Open kareefardi opened this issue 1 year ago • 1 comments

Metrics:

  • Add:
    • design__instance__count__total
    • design__instance__count__welltap
    • design__instance__count__decap
    • design__instance__count__fill
    • design__instance__count__diode

openlane.steps.openroad:

  • Add new metrics for cells counts for the following steps
    • OpenROAD.Floorplan
    • OpenROAD.ResizerTimingPostCTS
    • OpenROAD.RepairDesignPostGRT
    • OpenROAD.ResizerTimingPostGRT
    • OpenROAD.RepairAntennas
    • OpenROAD.FillInsertion

Misc: gitignore runs in examples

kareefardi avatar Jul 18 '24 13:07 kareefardi

Metric comparisons are in beta. Please report bugs under the issues tab.

To create this report yourself, grab the metrics artifact from the CI run, extract them, and invoke python3 -m openlane.common.metrics compare-remote current --branch dev --table-verbosity ALL --table-out ./tables_all.md.

  • Changes to critical metrics were detected in the following designs:
    • gf180mcuD/gf180mcu_fd_sc_mcu7t5v0/usb_cdc_core
    • gf180mcuD/gf180mcu_fd_sc_mcu7t5v0/wbqspiflash
    • gf180mcuD/gf180mcu_fd_sc_mcu7t5v0/zipdiv
    • sky130A/sky130_fd_sc_hd/EF_PSRAM_CTRL_V2
    • sky130A/sky130_fd_sc_hd/EF_UART
    • sky130A/sky130_fd_sc_hd/MS_DMAC_AHBL
    • sky130A/sky130_fd_sc_hd/MS_SPI_XIP_CACHE

Full tables ► https://gist.github.com/openlane-bot/18e7263c5b65a846cea5be1acde0bab0

openlane-bot avatar Jul 18 '24 14:07 openlane-bot