Skip to content

Commit db5bee1

Browse files
authored
Merge pull request #2529 from Pinata-Consulting/synth-testing-creature-comfort
synthesis: creature comfort for testing SYNTH_HIERARCHICAL=1/0 on command line
2 parents defc349 + ac0760e commit db5bee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/riscv32i/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export DESIGN_NICKNAME ?= riscv32i
22
export DESIGN_NAME = riscv_top
33
export PLATFORM = asap7
44

5-
export SYNTH_HIERARCHICAL = 1
5+
export SYNTH_HIERARCHICAL ?= 1
66

77
export RTLMP_MIN_INST = 1000
88
export RTLMP_MAX_INST = 3500

0 commit comments

Comments
 (0)