Skip to content

Commit d6a8044

Browse files
committed
Merge branch 'master' of https://github.com/The-OpenROAD-Project-private/OpenSTA into secure-test-suite-cleanup
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2 parents 0c15e18 + f8bf0fd commit d6a8044

20 files changed

Lines changed: 58834 additions & 58827 deletions
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Check that OK files are up to date
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
No-Diffs-In-Ok-Files:
8+
runs-on: ${{ vars.USE_SELF_HOSTED == 'true' && 'self-hosted' || 'ubuntu-latest' }}
9+
steps:
10+
- name: Check out repository code
11+
uses: actions/checkout@v6
12+
with:
13+
fetch-depth: 0
14+
- name: Check ok files
15+
run: |
16+
set +e
17+
grep --include="*.ok" -Rn "Differences found "
18+
if [[ "$?" == "0" ]]; then
19+
exit 1
20+
fi

liberty/test/liberty_cell_deep.ok

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,4 @@ Timing arcs
647647
combinational
648648
^ -> v
649649
v -> ^
650-
Differences found at line 107.
651-
cell_rise(Timing_7_7) {
652-
cell_rise(Timing_7_7) {
650+
No differences found.

liberty/test/liberty_cell_deep_write.libok

Lines changed: 9370 additions & 9370 deletions
Large diffs are not rendered by default.

liberty/test/liberty_roundtrip_asap7_invbuf.libok

Lines changed: 296 additions & 296 deletions
Large diffs are not rendered by default.

liberty/test/liberty_roundtrip_asap7_seq.libok

Lines changed: 1744 additions & 1744 deletions
Large diffs are not rendered by default.

liberty/test/liberty_roundtrip_asap7_simple.libok

Lines changed: 1752 additions & 1752 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)