blob: 25e6f81ace69ab4d41b3eeb3c74e975ed6e76cea [file]
# 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 = "all_files",
srcs = glob(["**"]),
)
cc_library(
name = "top_matcha",
deps = select({
"//rules:sparrow_platform": [
"//hw/top_matcha/sparrow:top_matcha",
],
"//conditions:default": [
"//hw/top_matcha/sw/autogen:top_matcha",
],
}),
)