Skip to content

Commit

Permalink
verilator: Add filegroup for include files
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Nov 7, 2024
1 parent 7d85930 commit fbba50d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dependency_support/verilator/verilator.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ verilator_version(
changelog = "Changes",
)

filegroup(
name = "includes",
srcs = glob([
"include/*.h",
"include/*.sv",
]),
visibility = ["//visibility:public"],
)

verilator_build_template(
name = "config_package",
out = "src/config_package.h",
Expand Down

0 comments on commit fbba50d

Please sign in to comment.