Md Zuber Khan
07/24/2024, 8:38 AMMitch Bailey
07/24/2024, 4:17 PMfrom openlane.config import Config
Config.interactive(
"spm",
PDK="sky130A",
CLOCK_PORT="clk",
CLOCK_NET="clk",
CLOCK_PERIOD=10,
PRIMARY_GDSII_STREAMOUT_TOOL="klayout",
)
Md Zuber Khan
07/25/2024, 5:49 AMMd Zuber Khan
07/25/2024, 5:52 AMMitch Bailey
07/25/2024, 2:46 PM[05:45:56] WARNING Key 'FP_SIZING' provided is unused by the current flow. config.py:402
And then
[INFO] Extracting DIE_AREA and CORE_AREA from the floorplan
[INFO] Floorplanned on a die area of 0.0 0.0 15.785 26.505 (µm).
[INFO] Floorplanned on a core area of 5.52 10.88 10.12 13.6 (µm).
Writing metric design__die__bbox: 0.0 0.0 15.785 26.505
Writing metric design__core__bbox: 5.52 10.88 10.12 13.6
Maybe you need CORE_AREA
too. Sorry, I don’t have much experience with synthesizing designs. I handle the LVS portion.Md Zuber Khan
07/25/2024, 3:10 PM