Skip to content

Commit 430607f

Browse files
reverted back bp_be_top and swerv_wrapper due to CI failures
Signed-off-by: Ravi Varadarajan <[email protected]>
1 parent aed5944 commit 430607f

File tree

6 files changed

+401
-439
lines changed

6 files changed

+401
-439
lines changed

flow/designs/nangate45/bp_be_top/config.mk

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ export DESIGN_NICKNAME = bp_be
22
export DESIGN_NAME = bp_be_top
33
export PLATFORM = nangate45
44

5-
export SYNTH_HIERARCHICAL = 1
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-
155
export VERILOG_FILES = ./designs/src/$(DESIGN_NAME)/pickled.v \
166
./designs/$(PLATFORM)/$(DESIGN_NAME)/macros.v
177
export SDC_FILE = ./designs/$(PLATFORM)/$(DESIGN_NAME)/constraint.sdc
@@ -22,10 +12,7 @@ export ADDITIONAL_LIBS = $(sort $(wildcard ./designs/$(PLATFORM)/$(DESIGN_NAME)/
2212

2313
# These values must be multiples of placement site
2414
# x=0.19 y=1.4
25-
export DIE_AREA = 0 0 1000 800
26-
export CORE_AREA = 10.07 11.2 990 790
27-
28-
export MACRO_PLACE_HALO = 5 5
29-
export MACRO_PLACE_CHANNEL = 10 10
15+
export DIE_AREA = 0 0 1550.02 1342.6
16+
export CORE_AREA = 10.07 11.2 1540.14 1332.8
3017

3118
export PLACE_DENSITY = 0.15

0 commit comments

Comments
 (0)