| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| load("//rules:fusesoc.bzl", "fusesoc_build") |
| package(default_visibility = ["//visibility:public"]) |
| data = ["//hw/ip/otbn:all_files"], |
| systems = ["lowrisc:dv:chip_verilator_sim"], |
| # TODO(lowRISC/opentitan#7972): Globbing all of the //hw/... hierarchy together |
| # is a bit of a hack. Longer term, we need proper rules for expressing the |
| # relationships between verilog components. |
| "//hw/top_earlgrey:all_files", |