Skip to content

Commit

Permalink
Merge pull request siliconcompiler#2236 from siliconcompiler/bot/open…
Browse files Browse the repository at this point in the history
…road-update

[SC-BOT] Update openroad
  • Loading branch information
gadfort authored Mar 13, 2024
2 parents 0a9fe94 + 75c3760 commit da1ce2a
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": "a2f49294f3e7b559b36cce156ccf1dc90008d6ef",
"git-commit": "c88dbe294f15b6b65396077a20370ebe469f96c9",
"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 @@ -37,12 +37,12 @@ def __check_gcd(chip):
assert chip.get('metric', 'warnings', step='cts', index='0') == 3

# Warning: *. (x3)
# Missing route to pin (x68)
assert chip.get('metric', 'warnings', step='route', index='0') == 71
# Missing route to pin (x62)
assert chip.get('metric', 'warnings', step='route', index='0') == 65

# Warning: *. (x3)
# Missing route to pin (x232)
assert chip.get('metric', 'warnings', step='dfm', index='0') == 235
# Missing route to pin (x226)
assert chip.get('metric', 'warnings', step='dfm', index='0') == 229

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

0 comments on commit da1ce2a

Please sign in to comment.