Skip to content

Commit b06088e

Browse files
reset bp_be_top due pending fix for non-determinism
Signed-off-by: Ravi Varadarajan <[email protected]>
1 parent b29bcb2 commit b06088e

File tree

3 files changed

+202
-211
lines changed

3 files changed

+202
-211
lines changed

flow/designs/nangate45/bp_be_top/config.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export DESIGN_NAME = bp_be_top
33
export PLATFORM = nangate45
44

55
export SYNTH_HIERARCHICAL = 1
6-
export RTLMP_FLOW = True
6+
#export RTLMP_FLOW = True
77
#
88
# RTL_MP Settings
99
export RTLMP_MAX_INST = 30000
@@ -25,7 +25,7 @@ export ADDITIONAL_LIBS = $(sort $(wildcard ./designs/$(PLATFORM)/$(DESIGN_NAME)/
2525
export DIE_AREA = 0 0 1000 800
2626
export CORE_AREA = 10.07 11.2 990 790
2727

28-
export MACRO_PLACE_HALO = 5 5
29-
export MACRO_PLACE_CHANNEL = 10 10
28+
#export MACRO_PLACE_HALO = 5 5
29+
#export MACRO_PLACE_CHANNEL = 10 10
3030

31-
export PLACE_DENSITY = 0.15
31+
export PLACE_DENSITY = 0.25

0 commit comments

Comments
 (0)