Skip to content

Commit 1c5d5df

Browse files
authored
Merge pull request #7747 from Pinata-Consulting/orfs-bump-sdc-fix
orfs: bump, fix invalid start points for paths
2 parents f7088a0 + 84d1429 commit 1c5d5df

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ bazel_dep(name = "bazel-orfs")
139139
# To bump version, run: bazelisk run @bazel-orfs//:bump
140140
git_override(
141141
module_name = "bazel-orfs",
142-
commit = "5c8f9e30a993848c90ce5250d43e4c2d5206380e",
142+
commit = "eaf22cee8fe62d5326f0486e2742a63bbe3d987f",
143143
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
144144
)
145145

@@ -148,10 +148,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
148148
# To bump version, run: bazelisk run @bazel-orfs//:bump
149149
orfs.default(
150150
# Official image https://hub.docker.com/r/openroad/orfs/tags
151-
image = "docker.io/openroad/orfs:v3.0-3299-gb81e0302",
151+
image = "docker.io/openroad/orfs:v3.0-3393-g0ae5fce9",
152152
# Use OpenROAD of this repo instead of from the docker image
153153
openroad = "//:openroad",
154-
sha256 = "67535ca2091d7f760b765c0e85a74ca5fd5868aa415f042bbb9fd86bc0a7dc53",
154+
sha256 = "3e8134fc509e189ee3762cec4345ba1c690255abee4bba9966d4b0605b2079f7",
155155
)
156156
use_repo(orfs, "com_github_nixos_patchelf_download")
157157
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/orfs/mock-array/rules-base.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"synth__design__instance__area__stdcell": {
3-
"value": 7606.14,
3+
"value": 7635.06,
44
"compare": "<="
55
},
66
"constraints__clocks__count": {
@@ -32,7 +32,7 @@
3232
"compare": "<="
3333
},
3434
"detailedroute__route__wirelength": {
35-
"value": 77020,
35+
"value": 77761,
3636
"compare": "<="
3737
},
3838
"detailedroute__route__drc_errors": {
@@ -48,11 +48,11 @@
4848
"compare": "<="
4949
},
5050
"finish__timing__setup__ws": {
51-
"value": 0.0,
51+
"value": -351.15,
5252
"compare": ">="
5353
},
5454
"finish__design__instance__area": {
55-
"value": 138056,
55+
"value": 138064,
5656
"compare": "<="
5757
},
5858
"finish__timing__drv__setup_violation_count": {
@@ -64,7 +64,7 @@
6464
"compare": "<="
6565
},
6666
"finish__timing__wns_percent_delay": {
67-
"value": -10.0,
67+
"value": -107.06,
6868
"compare": ">="
6969
}
7070
}

0 commit comments

Comments
 (0)