File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ export ABC_DRIVER_CELL = sg13g2_buf_4
5656export ABC_LOAD_IN_FF = 6.0
5757# Set yosys-abc clock period to first "clk_period" value or "-period" value found in sdc file
5858export ABC_CLOCK_PERIOD_IN_PS ?= $(shell sed -nE "s/^set clk_period (.+) |.* -period (.+) .*/\1\2/p" $(SDC_FILE ) | head -1 | awk '{print $$1*1000}')
59+
60+ # -----------------------------------------------------
61+ # Sizing
62+ # -----------------------------------------------------
63+
64+ export MATCH_CELL_FOOTPRINT = 1
65+
5966# --------------------------------------------------------
6067# Floorplan
6168# -------------------------------------------------------
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ export ADDER_MAP_FILE ?= $(PLATFORM_DIR)/cells_adders_hd.v
7777# Define ABC driver and load
7878export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
7979export ABC_LOAD_IN_FF = 5
80+
81+ # -----------------------------------------------------
82+ # Sizing
83+ # -----------------------------------------------------
84+
85+ export MATCH_CELL_FOOTPRINT = 1
86+
8087# --------------------------------------------------------
8188# Floorplan
8289# -------------------------------------------------------
Original file line number Diff line number Diff line change @@ -39,6 +39,13 @@ export ADDER_MAP_FILE ?= $(PLATFORM_DIR)/cells_adders_hs.v
3939# Define ABC driver and load
4040export ABC_DRIVER_CELL = sky130_fd_sc_hs__buf_1
4141export ABC_LOAD_IN_FF = 5
42+
43+ # -----------------------------------------------------
44+ # Sizing
45+ # -----------------------------------------------------
46+
47+ export MATCH_CELL_FOOTPRINT = 1
48+
4249# --------------------------------------------------------
4350# Floorplan
4451# -------------------------------------------------------
You can’t perform that action at this time.
0 commit comments