|
9 | 9 | bazel_dep(name = "bazel-orfs") |
10 | 10 | git_override( |
11 | 11 | module_name = "bazel-orfs", |
12 | | - commit = "48cc8783f285d2a274b1613004dcbea21195f49c", |
| 12 | + commit = "9b00feceb3f2d695787c45708131a5e39e30d08e", |
13 | 13 | remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git", |
14 | 14 | ) |
15 | 15 |
|
@@ -50,17 +50,17 @@ orfs.default( |
50 | 50 | # and update "image" to point to the local image. |
51 | 51 |
|
52 | 52 | # Official image https://hub.docker.com/r/openroad/orfs/tags |
53 | | - image = "docker.io/openroad/orfs:v3.0-2734-gcf6f0417", |
| 53 | + image = "docker.io/openroad/orfs:v3.0-2763-gc7a4e7ed", |
54 | 54 | # Use local files instead of docker image |
55 | 55 | makefile = "//:makefile", |
56 | | - pdk = "//:asap7", |
57 | 56 | makefile_yosys = "//:makefile_yosys", |
58 | 57 | # TODO once openroad is switched to MODULE.bazel, use |
59 | 58 | # local_path_override(module_name = "openroad", path = "../tools/OpenROAD") |
60 | 59 | # to point to the local openroad Bazel module instead of |
61 | 60 | # getting the openroad binary from the docker image. |
62 | 61 | openroad = "@docker_orfs//:openroad", |
63 | | - sha256 = "ef685898a5e3a2db7166c55238275adcf2dbec7ee0a7eb895a78657bcc27220a", |
| 62 | + pdk = "//:asap7", |
| 63 | + sha256 = "3e42fe9dc5c71a79ccfce479a841a5f4d4ee327347483b2e0a64b3de9af4d390", |
64 | 64 | ) |
65 | 65 | use_repo(orfs, "com_github_nixos_patchelf_download") |
66 | 66 | use_repo(orfs, "docker_orfs") |
0 commit comments