File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
flow/designs/nangate45/black_parrot Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments