Chris Frantz | 6da32ea | 2021-11-22 13:12:08 -0800 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
4 | |||||
5 | package(default_visibility = ["//visibility:public"]) | ||||
6 | |||||
7 | filegroup( | ||||
8 | name = "all_files", | ||||
9 | srcs = glob(["**"]) + [ | ||||
10 | "//hw/ip/sysrst_ctrl/data:all_files", | ||||
11 | ], | ||||
12 | ) |