blob: a98f987dc97e5f0f4c02be2e6e9e5da6d3a88dc2 [file] [log] [blame]
# Copyright 2022 Google contributors.
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
package(default_visibility = ["//visibility:public"])
filegroup(
name = "cores",
srcs = [
# Add a file from each directory and let fusesoc to pick the directory.
"@lowrisc_opentitan//hw/dv:BUILD",
"@lowrisc_opentitan//hw/ip:BUILD",
"@lowrisc_opentitan//hw/lint:BUILD",
"@lowrisc_opentitan//hw/vendor:BUILD",
# Place the following file to make compilation works
"//hw:check_tool_requirements.core",
# TODO(b/248356571): Replace with @vendor//:BUILD
"@isp//:BUILD",
],
)