Skip to content

Commit 46d076e

Browse files
committed
bazel-orfs: bumP
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 616dca3 commit 46d076e

File tree

2 files changed

+183
-9
lines changed

2 files changed

+183
-9
lines changed

MODULE.bazel

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ module(
44
compatibility_level = 1,
55
)
66

7+
bazel_dep(name = "rules_verilator", version = "5.034")
8+
single_version_override(
9+
module_name = "rules_verilator",
10+
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
11+
version = "5.034",
12+
)
13+
14+
single_version_override(
15+
module_name = "verilator",
16+
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
17+
version = "5.034.ar.1",
18+
)
19+
20+
single_version_override(
21+
module_name = "systemc",
22+
registry = "https://raw.githubusercontent.com/Pinata-Consulting/ascenium-registry/683f93e670a04f8d3d47316c42d197d8ac095a00/",
23+
version = "3.0.1",
24+
)
25+
726
bazel_dep(
827
name = "rules_python",
928
version = "1.2.0",
@@ -31,7 +50,7 @@ python.toolchain(
3150
bazel_dep(name = "bazel-orfs")
3251
git_override(
3352
module_name = "bazel-orfs",
34-
commit = "dcc1401175ea58754590af41b7ca2bc84c8a7411",
53+
commit = "b6231d82b888d55846b03892159a2b6ab2fd830d",
3554
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
3655
)
3756

@@ -51,8 +70,8 @@ git_override(
5170

5271
orfs = use_extension("@bazel-orfs//:extension.bzl", "orfs_repositories")
5372
orfs.default(
54-
image = "docker.io/openroad/orfs:v3.0-3668-g6c8dd110",
55-
sha256 = "9299a204f823dc56bc3eb9d33c8ac6cdda39105bf6078f8b65746246889e542c",
73+
image = "docker.io/openroad/orfs:v3.0-4169-g6edb3e778",
74+
sha256 = "d905eb8749771a5be072e1479342273b40e62899608eea72f990af94ec0b87a6",
5675
)
5776
use_repo(orfs, "com_github_nixos_patchelf_download")
5877
use_repo(orfs, "docker_orfs")

MODULE.bazel.lock

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

0 commit comments

Comments
 (0)