Skip to content

Commit 9d305d7

Browse files
authored
Merge pull request #3293 from The-OpenROAD-Project-staging/secure-gpl-callback-cover-bterms
Update metrics for gpl change
2 parents f2e9360 + 40c2371 commit 9d305d7

File tree

9 files changed

+9
-11
lines changed

9 files changed

+9
-11
lines changed

flow/designs/asap7/aes-block/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1078,
27+
"value": 1331,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {

flow/designs/asap7/aes_lvt/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -16.32,
51+
"value": -45.99,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {

flow/designs/asap7/mock-array/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -440.47,
51+
"value": -457.76,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {

flow/designs/ihp-sg13g2/aes/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 12,
47+
"value": 21,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

flow/designs/sky130hd/gcd/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 50,
23+
"value": 62,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {

flow/designs/sky130hd/microwatt/config.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export SDC_FILE = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)/constraint.
1111
export DIE_AREA = 0 0 3020 3610
1212
export CORE_AREA = 10 10 3010 3600
1313

14-
export PLACE_DENSITY ?= 0.2
15-
1614
export microwatt_DIR = $(DESIGN_HOME)/$(PLATFORM)/$(DESIGN_NICKNAME)
1715

1816
export ADDITIONAL_GDS = $(wildcard $(microwatt_DIR)/gds/*.gds.gz)
@@ -33,7 +31,7 @@ export MACRO_BLOCKAGE_HALO = 151
3331

3432
# There's less space due to the adapted blockage halos, so GPL requires a
3533
# higher density in order to run.
36-
export PLACE_DENSITY = 0.19
34+
export PLACE_DENSITY = 0.2
3735

3836
# CTS tuning
3937
export CTS_BUF_DISTANCE = 600

flow/designs/sky130hs/jpeg/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
31-
"value": 60,
31+
"value": 122,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {

flow/designs/sky130hs/riscv32i/rules-base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"compare": "<="
4545
},
4646
"detailedroute__antenna_diodes_count": {
47-
"value": 5,
47+
"value": 9,
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {

tools/OpenROAD

Submodule OpenROAD updated 176 files

0 commit comments

Comments
 (0)