File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sky130hd_fakestack/ariane136 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export RTLMP_MAX_INST = 3500
99export RTLMP_MIN_MACRO = 1
1010export RTLMP_MAX_MACRO = 5
1111
12- export MAX_UNGROUP_SIZE ?= 1000
12+ export MAX_UNGROUP_SIZE ?= 10000
1313
1414export VERILOG_FILES = $(sort $(wildcard $(DESIGN_HOME ) /src/riscv32i/* .v) )
1515export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /riscv32i/constraint.sdc
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export DESIGN_NAME = ariane
33export PLATFORM = sky130hd_fakestack
44
55export SYNTH_HIERARCHICAL = 1
6- export MAX_UNGROUP_SIZE = 10000
6+ export MAX_UNGROUP_SIZE = 3000
77
88export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint.sdc
99
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export DONT_USE_CELLS += SDF* ICG*
8181export LATCH_MAP_FILE = $(PLATFORM_DIR ) /yoSys/cells_latch_R.v
8282export CLKGATE_MAP_FILE = $(PLATFORM_DIR ) /yoSys/cells_clkgate_R.v
8383export ADDER_MAP_FILE ?= $(PLATFORM_DIR ) /yoSys/cells_adders_R.v
84- export MAX_UNGROUP_SIZE ?= 100
84+ export MAX_UNGROUP_SIZE ?= 1000
8585
8686export ABC_DRIVER_CELL = BUFx2_ASAP7_75t_R
8787
You can’t perform that action at this time.
0 commit comments