Skip to content

Commit 47d834f

Browse files
authored
Merge pull request #9064 from Pinata-Consulting/bazel-verilator-bcr
Bazel verilator bcr
2 parents 43f41e4 + 58abe9a commit 47d834f

File tree

2 files changed

+23
-37
lines changed

2 files changed

+23
-37
lines changed

MODULE.bazel

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,8 @@ git_override(
1818
remote = "https://github.com/bazelbuild/rules_scala",
1919
)
2020

21-
bazel_dep(name = "rules_verilator", version = "5.034")
22-
single_version_override(
23-
module_name = "rules_verilator",
24-
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
25-
version = "5.034",
26-
)
27-
28-
single_version_override(
29-
module_name = "verilator",
30-
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
31-
version = "5.034.ar.1",
32-
)
33-
34-
single_version_override(
35-
module_name = "systemc",
36-
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
37-
version = "3.0.1",
38-
)
21+
bazel_dep(name = "rules_verilator", version = "0.1.0")
22+
bazel_dep(name = "verilator", version = "5.036.bcr.3")
3923

4024
# Not all boost libs are available at the latest version yet, so use a
4125
# slightly older one that has all we need.
@@ -162,7 +146,7 @@ bazel_dep(name = "bazel-orfs")
162146
# To bump version, run: bazelisk run @bazel-orfs//:bump
163147
git_override(
164148
module_name = "bazel-orfs",
165-
commit = "b2ea891b7a20e806f7a80b97523b9065d498b3ac",
149+
commit = "52f1ec2692d580215bb0d078ae1724d342be45a5",
166150
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
167151
)
168152

@@ -171,10 +155,10 @@ orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
171155
# To bump version, run: bazelisk run @bazel-orfs//:bump
172156
orfs.default(
173157
# Official image https://hub.docker.com/r/openroad/orfs/tags
174-
image = "docker.io/openroad/orfs:v3.0-4338-g23bfbc7f2",
158+
image = "docker.io/openroad/orfs:v3.0-4348-g84ad63b70",
175159
# Use OpenROAD of this repo instead of from the docker image
176160
openroad = "//:openroad",
177-
sha256 = "59fa14cf42c9d2ebf388e77e45cee79ba1ae7dae24cf7fe8a004d6b37d160968",
161+
sha256 = "0ca6911c33df159481cc39995600239275f15dd383af51771d40f9a00f21a9b8",
178162
)
179163
use_repo(orfs, "com_github_nixos_patchelf_download")
180164
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)