Skip to content

Commit 0740061

Browse files
committed
disabled opt hier for 4 designs
Signed-off-by: Cho Moon <[email protected]>
1 parent e640e83 commit 0740061

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

flow/designs/nangate45/ariane133/config.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ export MACRO_PLACE_HALO = 10 10
2121

2222
export TNS_END_PERCENT = 100
2323
export SKIP_GATE_CLONING = 1
24+
25+
export SYNTH_OPT_HIER = 0

flow/designs/nangate45/bp_fe_top/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ export TNS_END_PERCENT = 100
3131
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NAME)/fastroute.tcl
3232

3333
export GPL_KEEP_OVERFLOW = 0
34+
export SYNTH_OPT_HIER = 0

flow/designs/nangate45/tinyRocket/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ export ADDITIONAL_LIBS = $(sort $(wildcard $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_N
2323
export DIE_AREA = 0 0 424.92 499.4
2424
export CORE_AREA = 10.07 9.8 414.85 489.6
2525
export TNS_END_PERCENT = 100
26+
export SYNTH_OPT_HIER = 0

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.t
5252
# to real SRAMs and not instantiated as flops
5353
export SYNTH_MEMORY_MAX_BITS = 42000
5454

55+
export SYNTH_OPT_HIER = 0

0 commit comments

Comments
 (0)