Skip to content

Commit 01939d8

Browse files
committed
Convert gf12/bp_single to use the new pad generation (drop icewall)
Signed-off-by: Matt Liberty <[email protected]>
1 parent 1e774db commit 01939d8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

flow/designs/gf12/bp_single/config.mk

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,10 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12_1r1w_d32_w64_m1.gds2 \
4141

4242
export SEAL_GDS = $(PLATFORM_DIR)/gds/crackstop_3x3.gds
4343

44+
export FOOTPRINT_TCL = $(PLATFORM_DIR)/bp/footprint.tcl
4445

45-
export FOOTPRINT = $(PLATFORM_DIR)/bp/bsg_bp_single.package.strategy
46-
export SIG_MAP_FILE = $(PLATFORM_DIR)/bp/soc_bsg_black_parrot.sigmap
47-
48-
# These values must be multiples of placement site
49-
# export DIE_AREA =
50-
# export CORE_AREA =
46+
export DIE_AREA = 0 0 3000 3000
47+
export CORE_AREA = 200 200 2800 2800
5148

5249
export ABC_CLOCK_PERIOD_IN_PS = 1250
5350

0 commit comments

Comments
 (0)