Skip to content

Commit

Permalink
Bump verilator to 5.032
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOlencki authored and mczyz-antmicro committed Feb 4, 2025
1 parent 4375730 commit 576e5c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions dependency_support/verilator/verilator.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ verilator_bisonpre(

cc_library(
name = "verilatedos",
hdrs = ["include/verilatedos.h"],
hdrs = ["include/verilatedos.h", "include/verilatedos_c.h"],
strip_include_prefix = "include/",
)

Expand Down Expand Up @@ -311,6 +311,7 @@ cc_library(
"include/verilated_vpi.h",
"include/verilated.h",
"include/verilatedos.h",
"include/verilatedos_c.h",
],
# TODO: Remove these once upstream fixes these warnings
copts = [
Expand Down Expand Up @@ -376,6 +377,6 @@ filegroup(

verilator_root(
name = "verilator_root",
include = ["include/verilated_std.sv"],
include = ["include/verilated_std.sv", "include/verilated_std_waiver.vlt"],
visibility = ["//visibility:public"],
)
6 changes: 3 additions & 3 deletions dependency_support/verilator/verilator.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def verilator():
http_archive,
name = "verilator",
build_file = Label("@rules_hdl//dependency_support/verilator:verilator.BUILD.bazel"),
urls = ["https://github.com/verilator/verilator/archive/refs/tags/v5.022.tar.gz"],
sha256 = "3c2f5338f4b6ce7e2f47a142401acdd18cbf4c5da06092618d6d036c0afef12d",
strip_prefix = "verilator-5.022",
urls = ["https://github.com/verilator/verilator/archive/refs/tags/v5.032.tar.gz"],
sha256 = "5a262564b10be8bdb31ff4fb67d77bcf5f52fc1b4e6c88d5ca3264fb481f1e41",
strip_prefix = "verilator-5.032",
)

0 comments on commit 576e5c1

Please # to comment.