Skip to content

Commit 7889ccb

Browse files
authored
Merge pull request #734 from Pinata-Consulting/sky130hd-cleanup
sky130hd: ABC_CLOCK_PERIOD_IN_PS is automatically extracted in platforms/sky130hd/config.mk
2 parents 8454586 + 8ab9c59 commit 7889ccb

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

flow/designs/sky130hd/chameleon_hier/DFFRAM_4K/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export SDC_FILE = ${TOP_DIR}/${DESIGN_NAME}/constraint.sdc
1515

1616
export PDN_CFG = ${TOP_DIR}/${DESIGN_NAME}/pdn.cfg
1717

18-
export ABC_CLOCK_PERIOD_IN_PS = 10000
1918
export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
2019
export ABC_LOAD_IN_FF = 3
2120

flow/designs/sky130hd/chameleon_hier/DMC_32x16HC/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export SDC_FILE = ${TOP_DIR}/${DESIGN_NAME}/constraint.sdc
1515

1616
export PDN_CFG = ${TOP_DIR}/${DESIGN_NAME}/pdn.cfg
1717

18-
export ABC_CLOCK_PERIOD_IN_PS = 10000
1918
export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
2019
export ABC_LOAD_IN_FF = 3
2120

flow/designs/sky130hd/chameleon_hier/apb_sys_0/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export SDC_FILE = ${TOP_DIR}/${DESIGN_NAME}/constraint.sdc
1515

1616
export PDN_CFG = ${TOP_DIR}/${DESIGN_NAME}/pdn.cfg
1717

18-
export ABC_CLOCK_PERIOD_IN_PS = 10000
1918
export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
2019
export ABC_LOAD_IN_FF = 3
2120

flow/designs/sky130hd/chameleon_hier/ibex_wrapper/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export SDC_FILE = ${TOP_DIR}/${DESIGN_NAME}/constraint.sdc
3737

3838
export PDN_CFG = ${TOP_DIR}/${DESIGN_NAME}/pdn.cfg
3939

40-
export ABC_CLOCK_PERIOD_IN_PS = 10000
4140
export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
4241
export ABC_LOAD_IN_FF = 3
4342

flow/designs/sky130hd/coyote_tc/config.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export ADDITIONAL_LEFS = $(IO_DIR)/lef/sky130_ef_io__gpiov2_pad_wrapped.lef \
6060
export DIE_AREA = 0.0 0.0 5200 4609.14
6161
export CORE_AREA = 210 210 4990 4389.14
6262

63-
export ABC_CLOCK_PERIOD_IN_PS = 10000
6463
export ABC_DRIVER_CELL = sky130_fd_sc_hd__buf_1
6564
export ABC_LOAD_IN_FF = 3
6665

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export CORE_AREA = 10 10 2910 3510
1313

1414
export PLACE_DENSITY ?= 0.20
1515

16-
export ABC_CLOCK_PERIOD_IN_PS = 25000
17-
1816
export microwatt_DIR = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)
1917

2018
export ADDITIONAL_GDS = $(wildcard $(microwatt_DIR)/gds/*.gds.gz)

0 commit comments

Comments
 (0)