Skip to content

Commit b157cbb

Browse files
committed
set i2c-gpio-expander/I2cDeviceCtrl max routing layer to Metal4
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 825448f commit b157cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flow/designs/ihp-sg13g2/i2c-gpio-expander/I2cDeviceCtrl/config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(TOP_DESIGN_NICKNAME)/${DESIGN_NAM
1010
export DIE_AREA = 0.0 0.0 147.84 147.42
1111
export CORE_AREA = 18.72 18.9 128.64 128.52
1212

13-
export MAX_ROUTING_LAYER = TopMetal2
13+
export MAX_ROUTING_LAYER = Metal4
1414

1515
export TNS_END_PERCENT = 100
1616
export PLACE_DENSITY = 0.75

flow/designs/ihp-sg13g2/i2c-gpio-expander/rules-base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 12,
31+
"value": 6,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 39121,
35+
"value": 38502,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 9,
47+
"value": 5,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

0 commit comments

Comments
 (0)