blob: e92ea1a20520f6f313237c44b1adbaecd600a26e [file] [log] [blame]
Eunchan Kimd8f9b6c2021-03-23 17:00:26 -07001CAPI=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
5name: "lowrisc:ip:kmac_pkg:0.1"
6description: "KMAC Package"
7
8filesets:
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
17targets:
18 default:
19 filesets:
20 - files_rtl