We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7889ccb + d0365e1 commit 3bc6e79Copy full SHA for 3bc6e79
flow/designs/sky130hs/coyote_tc/config.mk
@@ -61,7 +61,6 @@ export ADDITIONAL_LEFS = $(IO_DIR)/lef/sky130_ef_io__gpiov2_pad_wrapped.lef \
61
export DIE_AREA = 0.0 0.0 5200 4609.14
62
export CORE_AREA = 210 210 4990 4389.14
63
64
-export ABC_CLOCK_PERIOD_IN_PS = 10000
65
export ABC_DRIVER_CELL = sky130_fd_sc_hs__buf_1
66
export ABC_LOAD_IN_FF = 3
67
flow/designs/sky130hs/riscv32i/config.mk
@@ -4,8 +4,6 @@ export PLATFORM = sky130hs
4
5
export VERILOG_FILES = $(sort $(wildcard ./designs/src/$(DESIGN_NICKNAME)/*.v))
6
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.sdc
7
-export ABC_CLOCK_PERIOD_IN_PS = 4000
8
-
9
10
export CORE_UTILIZATION = 45
11
export PLACE_DENSITY_LB_ADDON = 0.2
0 commit comments