Skip to content

Commit 37e1656

Browse files
update black_parrot/ng45 config
Signed-off-by: Ravi Varadarajan <[email protected]>
1 parent 6220888 commit 37e1656

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

flow/designs/nangate45/black_parrot/config.mk

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ export ADDITIONAL_LIBS = $(sort $(wildcard ./designs/$(PLATFORM)/$(DESIGN_NAME)/
2424

2525
# These values must be multiples of placement site
2626
# x=0.19 y=1.4
27-
export DIE_AREA = 0 0 2200.01 2199.4
28-
export CORE_AREA = 10.07 11.2 2189.94 2189.6
27+
export DIE_AREA = 0 0 1500 1400
28+
export CORE_AREA = 10.07 11.2 1490 1390
2929

30-
export PLACE_DENSITY = 0.15
30+
export PLACE_PINS_ARGS = -exclude left:* -exclude right:* -exclude top:* -exclude bottom:0-50 -exclude bottom:1500-1600
3131

32-
export MACRO_PLACE_HALO = 5 5
33-
export MACRO_PLACE_CHANNEL = 10 10
32+
export PLACE_DENSITY_LB_ADDON = 0.10
33+
34+
export MACRO_PLACE_HALO = 10 10
35+
export MACRO_PLACE_CHANNEL = 20 20

0 commit comments

Comments
 (0)