Skip to content

Commit 3bc6e79

Browse files
authored
Merge pull request #735 from Pinata-Consulting/sky130-abc-period-cleanup
sky130hs: ABC_CLOCK_PERIOD_IN_PS is extracted automatically
2 parents 7889ccb + d0365e1 commit 3bc6e79

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

flow/designs/sky130hs/coyote_tc/config.mk

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

64-
export ABC_CLOCK_PERIOD_IN_PS = 10000
6564
export ABC_DRIVER_CELL = sky130_fd_sc_hs__buf_1
6665
export ABC_LOAD_IN_FF = 3
6766

flow/designs/sky130hs/riscv32i/config.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ export PLATFORM = sky130hs
44

55
export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))
66
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
7-
export ABC_CLOCK_PERIOD_IN_PS = 4000
8-
97

108
export CORE_UTILIZATION = 45
119
export PLACE_DENSITY_LB_ADDON = 0.2

0 commit comments

Comments
 (0)