blob: 8709363e4037393f1d061d768e5c33828c3d0608 [file] [log] [blame]
# 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_sencha",
deps = select({
"//rules:sparrow_platform": [
"//hw/top_sencha/sparrow:top_sencha",
],
"//conditions:default": [
"//hw/top_sencha/sw/autogen:top_sencha",
],
}),
)