Skip to content

Commit 51bfc2c

Browse files
committed
Merge branch 'master' into mpl-create-blockages
2 parents 744a935 + 2565e81 commit 51bfc2c

File tree

87 files changed

+1018
-530
lines changed

Some content is hidden

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

87 files changed

+1018
-530
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Mark stale issues and pull requests
2+
3+
on:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
Stale:
10+
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
11+
12+
permissions:
13+
# Required to label and close stale issues.
14+
issues: write
15+
# Required to label and close stale pull requests.
16+
pull-requests: write
17+
# Required to save state between runs
18+
actions: write
19+
20+
steps:
21+
- uses: actions/stale@v10
22+
with:
23+
days-before-stale: 60
24+
days-before-close: 21
25+
stale-issue-label: Stale
26+
stale-pr-label: Stale
27+
stale-issue-message: >
28+
This issue has been automatically marked as stale because it has not
29+
had recent activity. It will be closed in 21 days if no further
30+
activity occurs. Remove the `Stale` label or comment to keep it open.
31+
stale-pr-message: >
32+
This pull request has been automatically marked as stale because it
33+
has not had recent activity. It will be closed in 21 days if no
34+
further activity occurs. Remove the `Stale` label or comment to keep
35+
it open.
36+
close-issue-reason: not_planned
37+
exempt-issue-labels: pinned,security
38+
exempt-pr-labels: pinned,security
39+
operations-per-run: 100

etc/DependencyInstaller.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
# package versions
13-
klayoutVersion=0.30.3
13+
klayoutVersion=0.30.7
1414
if [[ "$OSTYPE" == "darwin"* ]]; then
1515
numThreads=$(sysctl -n hw.logicalcpu)
1616
else
@@ -199,8 +199,6 @@ _installUbuntuPackages() {
199199
# install KLayout
200200
if [[ $1 == "rodete" ]]; then
201201
apt-get -y install --no-install-recommends klayout python3-pandas
202-
elif _versionCompare "$1" -ge 23.04; then
203-
apt-get -y install --no-install-recommends klayout python3-pandas
204202
else
205203
arch=$(uname -m)
206204
lastDir="$(pwd)"
@@ -221,13 +219,13 @@ _installUbuntuPackages() {
221219
fi
222220
else
223221
if [[ $1 == 20.04 ]]; then
224-
klayoutChecksum=e83be08033f2f69d83ab7bd494a7a858
222+
klayoutChecksum=e95175a8053d3577375fbd3a7b3d7dbf
225223
elif [[ $1 == 22.04 ]]; then
226-
klayoutChecksum=6e431b0a1a34c16eab9958a2c28f88bd
224+
klayoutChecksum=202530d198b0c7b93aa5af0e8e438ccd
227225
elif [[ $1 == 24.04 ]]; then
228-
klayoutChecksum=2d186f0225dbac7ae2d790aa8fa57814
226+
klayoutChecksum=145adaa044101bb41179aa63ec6d7f86
229227
else
230-
echo "Unrecognized version of Ubuntu $1. Please install KLayout manually"
228+
echo "Unsupported Ubuntu version $1. Supported versions: 20.04, 22.04, 24.04. Please upgrade to a supported LTS release or install KLayout ${klayoutVersion} manually from https://www.klayout.org/build.html"
231229
exit 1
232230
fi
233231
wget https://www.klayout.org/downloads/Ubuntu-${1%.*}/klayout_${klayoutVersion}-1_amd64.deb

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 1928.39,
3+
"value": 1900.0,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 2156,
11+
"value": 2103,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -38.2,
31+
"value": -28.8,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -1130.0,
35+
"value": -164.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -49.6,
51+
"value": -41.3,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -2370.0,
55+
"value": -1010.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -80,11 +80,11 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -41.6,
83+
"value": -31.8,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -857.0,
87+
"value": -235.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {
@@ -96,7 +96,7 @@
9696
"compare": ">="
9797
},
9898
"finish__design__instance__area": {
99-
"value": 2254,
99+
"value": 2206,
100100
"compare": "<="
101101
}
102102
}

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 1920.0,
3+
"value": 1900.0,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 2049,
11+
"value": 2032,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 19328,
15+
"value": 19153,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 1681,
23+
"value": 1666,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 1681,
27+
"value": 1666,
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -34.8,
31+
"value": -28.8,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -226.0,
35+
"value": -164.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -48,7 +48,7 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -47.4,
51+
"value": -37.6,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
@@ -64,7 +64,7 @@
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
67-
"value": 68021,
67+
"value": 66246,
6868
"compare": "<="
6969
},
7070
"detailedroute__route__drc_errors": {
@@ -84,7 +84,7 @@
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -357.0,
87+
"value": -303.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {
@@ -96,7 +96,7 @@
9696
"compare": ">="
9797
},
9898
"finish__design__instance__area": {
99-
"value": 2149,
99+
"value": 2108,
100100
"compare": "<="
101101
}
102102
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 1920.63,
3+
"value": 1910.0,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
77
"value": 1,
88
"compare": "=="
99
},
1010
"placeopt__design__instance__area": {
11-
"value": 1978,
11+
"value": 1954,
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
@@ -96,7 +96,7 @@
9696
"compare": ">="
9797
},
9898
"finish__design__instance__area": {
99-
"value": 2017,
99+
"value": 1992,
100100
"compare": "<="
101101
}
102102
}

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
"compare": "<="
1313
},
1414
"placeopt__design__instance__count__stdcell": {
15-
"value": 69423,
15+
"value": 68920,
1616
"compare": "<="
1717
},
1818
"detailedplace__design__violations": {
1919
"value": 0,
2020
"compare": "=="
2121
},
2222
"cts__design__instance__count__setup_buffer": {
23-
"value": 6037,
23+
"value": 5993,
2424
"compare": "<="
2525
},
2626
"cts__design__instance__count__hold_buffer": {
27-
"value": 6037,
27+
"value": 5993,
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -114.0,
31+
"value": -90.2,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -1710.0,
35+
"value": -1360.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -128.0,
51+
"value": -107.0,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -2160.0,
55+
"value": -2140.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -64,7 +64,7 @@
6464
"compare": ">="
6565
},
6666
"detailedroute__route__wirelength": {
67-
"value": 243645,
67+
"value": 241787,
6868
"compare": "<="
6969
},
7070
"detailedroute__route__drc_errors": {
@@ -80,11 +80,11 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -117.0,
83+
"value": -102.0,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -1800.0,
87+
"value": -1630.0,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"compare": "<="
2929
},
3030
"cts__timing__setup__ws": {
31-
"value": -62.7,
31+
"value": -21.7,
3232
"compare": ">="
3333
},
3434
"cts__timing__setup__tns": {
35-
"value": -907.0,
35+
"value": -113.0,
3636
"compare": ">="
3737
},
3838
"cts__timing__hold__ws": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"globalroute__timing__setup__ws": {
51-
"value": -70.3,
51+
"value": -28.9,
5252
"compare": ">="
5353
},
5454
"globalroute__timing__setup__tns": {
55-
"value": -1130.0,
55+
"value": -263.0,
5656
"compare": ">="
5757
},
5858
"globalroute__timing__hold__ws": {
@@ -80,11 +80,11 @@
8080
"compare": "<="
8181
},
8282
"finish__timing__setup__ws": {
83-
"value": -56.5,
83+
"value": -19.6,
8484
"compare": ">="
8585
},
8686
"finish__timing__setup__tns": {
87-
"value": -904.0,
87+
"value": -94.2,
8888
"compare": ">="
8989
},
9090
"finish__timing__hold__ws": {

0 commit comments

Comments
 (0)