Skip to content

Commit ad1b24d

Browse files
authored
Merge pull request The-OpenROAD-Project#2620 from The-OpenROAD-Project-staging/secure-yosys0.48
update Yosys to version 0.48
2 parents 0812b35 + 261a626 commit ad1b24d

38 files changed

+4022
-3616
lines changed

flow/designs/asap7/aes-block/config.mk

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ export PWR_NETS_VOLTAGES =
2828

2929
# The macros are very small so use a smaller halo
3030
export MACRO_PLACE_HALO ?= 5 5
31+
32+
export ROUTING_LAYER_ADJUSTMENT = 0.3

flow/designs/asap7/aes-block/metadata-base-ok.json

+269-212
Large diffs are not rendered by default.

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 2314.54,
3+
"value": 2310.54,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -12,19 +12,19 @@
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 12211,
15+
"value": 12203,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 1062,
23+
"value": 1061,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1262,
27+
"value": 1178,
2828
"compare": "<="
2929
},
3030
"globalroute__antenna_diodes_count": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": -227.71,
51+
"value": -213.94,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -60,11 +60,11 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 248,
63+
"value": 166,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -44.5,
67+
"value": -41.6,
6868
"compare": ">="
6969
}
7070
}

flow/designs/gf12/swerv_wrapper/metadata-base-ok.json

+283-205
Large diffs are not rendered by default.

flow/designs/gf12/swerv_wrapper/rules-base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": 0.0,
51+
"value": -153.25,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
@@ -60,7 +60,7 @@
6060
"compare": "<="
6161
},
6262
"finish__timing__drv__hold_violation_count": {
63-
"value": 660,
63+
"value": 638,
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {

0 commit comments

Comments
 (0)