Skip to content

Commit 3d05440

Browse files
authored
Merge pull request #1693 from The-OpenROAD-Project-staging/secure-new_yosys_master
Update Yosys
2 parents f2991f8 + 15dba81 commit 3d05440

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4292
-4102
lines changed

build_openroad.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ OPENROAD_APP_BRANCH="master"
2020
INSTALL_PATH="$(pwd)/tools/install"
2121

2222
YOSYS_USER_ARGS=""
23-
YOSYS_ARGS="\
24-
CONFIG=gcc \
25-
ABCREV=bafd2a7 ABCURL=https://github.com/berkeley-abc/abc \
26-
"
23+
YOSYS_ARGS="CONFIG=gcc"
2724

2825
OPENROAD_APP_USER_ARGS=""
2926
OPENROAD_APP_ARGS=""

etc/DependencyInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ EOF
143143
}
144144

145145
# default args
146-
OR_INSTALLER_ARGS=""
146+
OR_INSTALLER_ARGS="-eqy"
147147
# default prefix
148148
PREFIX=""
149149
# default option

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

Lines changed: 272 additions & 274 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 2593.06,
3+
"value": 1944.12,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 2913,
11+
"value": 2062,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 25144,
15+
"value": 17224,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 3048,
23+
"value": 1498,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1540,
27+
"value": 1498,
2828
"compare": "<="
2929
},
3030
"detailedroute__route__wirelength": {
31-
"value": 132237,
31+
"value": 84534,
3232
"compare": "<="
3333
},
3434
"detailedroute__route__drc_errors": {
3535
"value": 0,
3636
"compare": "<="
3737
},
3838
"finish__timing__setup__ws": {
39-
"value": -106.0,
39+
"value": -138.96,
4040
"compare": ">="
4141
},
4242
"finish__design__instance__area": {
43-
"value": 3341,
43+
"value": 2213,
4444
"compare": "<="
4545
},
4646
"finish__timing__drv__setup_violation_count": {
47-
"value": 770,
47+
"value": 749,
4848
"compare": "<="
4949
},
5050
"finish__timing__drv__hold_violation_count": {
5151
"value": 100,
5252
"compare": "<="
5353
},
5454
"finish__timing__wns_percent_delay": {
55-
"value": -16.45,
55+
"value": -33.96,
5656
"compare": ">="
5757
}
5858
}

0 commit comments

Comments
 (0)