Skip to content

Commit 25042da

Browse files
committed
Updates to gf12 bp_dual to get through ORFS flow
Signed-off-by: Jeff Ng <[email protected]>
1 parent 6798b49 commit 25042da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flow/designs/gf12/bp_dual/config.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12_1r1w_d32_w64_m1.gds2 \
5151

5252
export SEAL_GDS = $(PLATFORM_DIR)/gds/crackstop_3x3.gds
5353

54+
export FOOTPRINT_TCL = $(PLATFORM_DIR)/bp/footprint.tcl
5455

55-
#Package Strategy for pad placement
56-
export FOOTPRINT = $(PLATFORM_DIR)/bp/bsg_bp_dual.package.strategy
57-
export SIG_MAP_FILE = $(PLATFORM_DIR)/bp/soc_bsg_black_parrot.sigmap
56+
export DIE_AREA = 0 0 3000 3000
57+
export CORE_AREA = 200 200 2800 2800
5858

5959
export ABC_CLOCK_PERIOD_IN_PS = 1250
6060

@@ -65,4 +65,4 @@ export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
6565

6666
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl
6767

68-
export MACRO_PLACE_HALO = 7 7
68+
export MACRO_PLACE_HALO = 7 7

0 commit comments

Comments
 (0)