Skip to content

Commit adc947c

Browse files
committed
Merge remote-tracking branch 'private/master' into secure-gpl-binSize-float
2 parents ba90356 + 5c1a7d4 commit adc947c

File tree

15 files changed

+2174
-322
lines changed

15 files changed

+2174
-322
lines changed

flow/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
#DESIGN_CONFIG=./designs/ihp-sg13g2/gcd/config.mk
101101
#DESIGN_CONFIG=./designs/ihp-sg13g2/spi/config.mk
102102
#DESIGN_CONFIG=./designs/ihp-sg13g2/riscv32i/config.mk
103+
#DESIGN_CONFIG=./designs/ihp-sg13g2/i2c-gpio-expander/config.mk
103104

104105
# Default design
105106
DESIGN_CONFIG ?= ./designs/nangate45/gcd/config.mk

flow/designs/gf12/bp_single/config.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ export ABC_CLOCK_PERIOD_IN_PS = 1250
5151
export PLACE_DENSITY = 0.80
5252

5353
export MACRO_WRAPPERS = $(PLATFORM_DIR)/bp/wrappers/wrappers.tcl
54-
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/bp_single.macro_placment.cfg
55-
#export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_bp_single.macro_placment.cfg
56-
export MACRO_PLACEMENT = $(PLATFORM_DIR)/bp/auto_fence2_bp_single.macro_placment.cfg
57-
58-
export MACRO_BLOCKAGE_HALO = 25
54+
export RTLMP_FENCE_LX = 606.44
55+
export RTLMP_FENCE_LY = 896.44
56+
export RTLMP_FENCE_UX = 2449.96
57+
export RTLMP_FENCE_UY = 2239.96
58+
export MACRO_PLACE_HALO = 28.2 28.2
5959

6060
export PDN_TCL = $(PLATFORM_DIR)/cfg/pdn_grid_strategy_13m_9T.top.tcl
6161
export FASTROUTE_TCL = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/fastroute.tcl

flow/designs/gf12/bp_single/config_mpl2.mk

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)