Alex Van Damme | f4ca258 | 2024-02-14 12:10:58 -0800 | [diff] [blame] | 1 | From 35d1dec2153a5d5e9f45d86215708d046d05f85a Mon Sep 17 00:00:00 2001 |
| 2 | From: Alex Van Damme <atv@google.com> |
| 3 | Date: Thu, 15 Feb 2024 11:25:11 -0800 |
| 4 | Subject: [PATCH 1/3] Add BUILD.bazel |
| 5 | |
| 6 | --- |
| 7 | hw/BUILD.bazel | 18 ++++++++++++++++++ |
| 8 | 1 file changed, 18 insertions(+) |
| 9 | create mode 100644 hw/BUILD.bazel |
| 10 | |
| 11 | diff --git a/hw/BUILD.bazel b/hw/BUILD.bazel |
| 12 | new file mode 100644 |
| 13 | index 0000000000..7f502f35ea |
| 14 | --- /dev/null |
| 15 | +++ b/hw/BUILD.bazel |
| 16 | @@ -0,0 +1,18 @@ |
| 17 | +# Copyright 2024 Google LLC |
| 18 | +# |
| 19 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 20 | +# you may not use this file except in compliance with the License. |
| 21 | +# You may obtain a copy of the License at |
| 22 | +# |
| 23 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 24 | +# |
| 25 | +# Unless required by applicable law or agreed to in writing, software |
| 26 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 27 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 28 | +# See the License for the specific language governing permissions and |
| 29 | +# limitations under the License. |
| 30 | + |
| 31 | +exports_files( |
| 32 | + glob(["vendor/lowrisc_ibex/dv/uvm/core_ibex/common/prim/*.sv*"]), |
| 33 | +) |
| 34 | + |
| 35 | -- |
| 36 | 2.43.0.687.g38aa6559b0-goog |
| 37 | |