blob: 0ae21f5203905844b484ba0517bb5c233e60e378 [file] [log] [blame]
Chris Frantz340e6232021-08-25 15:56:28 -07001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
5package(default_visibility = ["//visibility:public"])
6
7load("//rules:autogen.bzl", "autogen_hjson_header")
8
9autogen_hjson_header(
10 name = "lc_ctrl_regs",
11 srcs = [
12 "lc_ctrl.hjson",
13 ],
14)
Chris Frantz6da32ea2021-11-22 13:12:08 -080015
16filegroup(
17 name = "all_files",
18 srcs = glob(["**"]),
19)