Eunchan Kim | d8f9b6c | 2021-03-23 17:00:26 -0700 | [diff] [blame] | 1 | CAPI=2: |
2 | # Copyright lowRISC contributors. | ||||
3 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. | ||||
4 | # SPDX-License-Identifier: Apache-2.0 | ||||
5 | name: "lowrisc:ip:kmac_pkg:0.1" | ||||
6 | description: "KMAC Package" | ||||
7 | |||||
8 | filesets: | ||||
9 | files_rtl: | ||||
10 | depend: | ||||
11 | - lowrisc:constants:top_pkg | ||||
12 | - lowrisc:ip:sha3 | ||||
13 | files: | ||||
14 | - rtl/kmac_pkg.sv | ||||
15 | file_type: systemVerilogSource | ||||
16 | |||||
17 | targets: | ||||
18 | default: | ||||
19 | filesets: | ||||
20 | - files_rtl |