Skip to content

Commit

Permalink
Merge pull request #2195 from siliconcompiler/bot/openroad-update
Browse files Browse the repository at this point in the history
[SC-BOT] Update openroad
  • Loading branch information
gadfort committed Feb 22, 2024
2 parents 743b03c + 49cebcb commit 16cc125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup/_tools.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openroad": {
"git-url": "https://github.com/The-OpenROAD-Project/OpenROAD.git",
"git-commit": "1f2f386242b2df46839e8d9cb189aacff469b363",
"git-commit": "882a6ad43743fc67da5d0a6d7a24f7738285b3c3",
"docker-cmds": [
"# Remove OR-Tools files",
"RUN rm -f $SC_PREFIX/Makefile $SC_PREFIX/README.md",
Expand Down
8 changes: 4 additions & 4 deletions tests/examples/test_gcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ def __check_gcd(chip):
assert chip.get('metric', 'warnings', step='cts', index='0') == 3

# Warning: *. (x3)
# Missing route to pin (x63)
assert chip.get('metric', 'warnings', step='route', index='0') == 66
# Missing route to pin (x67)
assert chip.get('metric', 'warnings', step='route', index='0') == 70

# Warning: *. (x3)
# Missing route to pin (x227)
assert chip.get('metric', 'warnings', step='dfm', index='0') == 230
# Missing route to pin (x218)
assert chip.get('metric', 'warnings', step='dfm', index='0') == 221

# "no fill config specified"
assert chip.get('metric', 'warnings', step='export', index='0') == 1
Expand Down

0 comments on commit 16cc125

Please sign in to comment.