@@ -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
163147git_override (
164148 module_name = "bazel-orfs" ,
165- commit = "06be7f48c85f3e66e4a79205a68ae2170be88273 " ,
149+ commit = "287262398210ecc368e8cee1fbefddb02ac2e2f3 " ,
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
172156orfs .default (
173157 # Official image https://hub.docker.com/r/openroad/orfs/tags
174- image = "docker.io/openroad/orfs:v3.0-4230-g26b521c49 " ,
158+ image = "docker.io/openroad/orfs:v3.0-4350-g4e47ad013 " ,
175159 # Use OpenROAD of this repo instead of from the docker image
176160 openroad = "//:openroad" ,
177- sha256 = "8fc7ac130828053d7f0a9ad93ae8e3a74e9b24be6e76f9900f809ff93a80d005 " ,
161+ sha256 = "2e09979b7ab7f8e797b50ad8baec1e26d66205ea5bd6ec1b4ddfc7b4e924eb2b " ,
178162)
179163use_repo (orfs , "com_github_nixos_patchelf_download" )
180164use_repo (orfs , "docker_orfs" )
0 commit comments