We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e774db + 01939d8 commit c7cad99Copy full SHA for c7cad99
flow/designs/gf12/bp_single/config.mk
@@ -41,13 +41,10 @@ export ADDITIONAL_GDS = $(PLATFORM_DIR)/gds/gf12_1r1w_d32_w64_m1.gds2 \
41
42
export SEAL_GDS = $(PLATFORM_DIR)/gds/crackstop_3x3.gds
43
44
+export FOOTPRINT_TCL = $(PLATFORM_DIR)/bp/footprint.tcl
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 =
+export DIE_AREA = 0 0 3000 3000
+export CORE_AREA = 200 200 2800 2800
51
52
export ABC_CLOCK_PERIOD_IN_PS = 1250
53
0 commit comments