File tree Expand file tree Collapse file tree 6 files changed +64
-2
lines changed
Expand file tree Collapse file tree 6 files changed +64
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(dir $(DESIGN_CONFIG))/config.mk
22
33export FLOW_VARIANT ?= hier_rtlmp
44export SYNTH_HIERARCHICAL = 1
5- export MAX_UNGROUP_SIZE ?= 100
5+ export MAX_UNGROUP_SIZE ?= 10000
66export RTLMP_FLOW = True
77#
88# RTL_MP Settings
Original file line number Diff line number Diff line change 1+ include $(dir $(DESIGN_CONFIG ) ) /config.mk
2+
3+ export FLOW_VARIANT ?= hier_rtlmp
4+ export SYNTH_HIERARCHICAL = 1
5+ export MAX_UNGROUP_SIZE = 10000
6+ export RTLMP_FLOW = True
7+ #
8+ # RTL_MP Settings
9+ export RTLMP_MAX_INST = 30000
10+ export RTLMP_MIN_INST = 5000
11+ export RTLMP_MAX_MACRO = 12
12+ export RTLMP_MIN_MACRO = 4
13+
14+ export PLACE_DENSITY_LB_ADDON = 0.10
15+
16+ export MACRO_PLACE_HALO = 10 10
17+ export MACRO_PLACE_CHANNEL = 20 20
Original file line number Diff line number Diff line change 1+ include $(dir $(DESIGN_CONFIG ) ) /config.mk
2+
3+ export FLOW_VARIANT ?= hier_rtlmp
4+ export SYNTH_HIERARCHICAL = 1
5+ export MAX_UNGROUP_SIZE = 10000
6+ export RTLMP_FLOW = True
7+ #
8+ # RTL_MP Settings
9+ export RTLMP_MAX_INST = 30000
10+ export RTLMP_MIN_INST = 5000
11+ export RTLMP_MAX_MACRO = 12
12+ export RTLMP_MIN_MACRO = 4
13+
14+ export MACRO_PLACE_HALO = 10 10
15+ export MACRO_PLACE_CHANNEL = 20 20
Original file line number Diff line number Diff line change 1+ include $(dir $(DESIGN_CONFIG ) ) /config.mk
2+
3+ export FLOW_VARIANT ?= hier_rtlmp
4+ export SYNTH_HIERARCHICAL = 1
5+ export MAX_UNGROUP_SIZE = 10000
6+ export RTLMP_FLOW = True
7+ #
8+ # RTL_MP Settings
9+ export RTLMP_MAX_INST = 10000
10+ export RTLMP_MIN_INST = 1000
11+ export RTLMP_MAX_MACRO = 12
12+ export RTLMP_MIN_MACRO = 4
13+
14+ export MACRO_PLACE_HALO = 10 10
15+ export MACRO_PLACE_CHANNEL = 20 20
Original file line number Diff line number Diff line change 1+ include $(dir $(DESIGN_CONFIG ) ) /config.mk
2+
3+ export FLOW_VARIANT ?= hier_rtlmp
4+ export SYNTH_HIERARCHICAL = 1
5+ export MAX_UNGROUP_SIZE = 10000
6+ export RTLMP_FLOW = True
7+ #
8+ # RTL_MP Settings
9+ export RTLMP_MAX_INST = 30000
10+ export RTLMP_MIN_INST = 5000
11+ export RTLMP_MAX_MACRO = 12
12+ export RTLMP_MIN_MACRO = 4
13+
14+ export MACRO_PLACE_HALO = 10 10
15+ export MACRO_PLACE_CHANNEL = 20 20
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(dir $(DESIGN_CONFIG))/config.mk
22
33export FLOW_VARIANT ?= hier_rtlmp
44export SYNTH_HIERARCHICAL = 1
5- export MAX_UNGROUP_SIZE ?= 100
5+ export MAX_UNGROUP_SIZE ?= 10000
66export RTLMP_FLOW = True
77
88# RTL_MP Settings
You can’t perform that action at this time.
0 commit comments