Skip to content

Commit ac0760e

Browse files
committed
synthesis: creature comfort for testing SYNTH_HIERARCHICAL=1/0 on command line
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent defc349 commit ac0760e

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)