Rupert Swarbrick | 3cba4f8 | 2021-03-19 17:06:54 +0000 | [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 | |
| 6 | name: "lowrisc:prim:cipher" |
| 7 | description: "Lightweight block ciphers (PRINCE and PRESENT)" |
| 8 | filesets: |
| 9 | files_rtl: |
| 10 | depend: |
| 11 | - lowrisc:prim:assert |
| 12 | - lowrisc:prim:cipher_pkg:0.1 |
| 13 | files: |
| 14 | - rtl/prim_subst_perm.sv |
| 15 | - rtl/prim_present.sv |
| 16 | - rtl/prim_prince.sv |
| 17 | file_type: systemVerilogSource |
| 18 | |
| 19 | files_verilator_waiver: |
| 20 | depend: |
| 21 | # common waivers |
| 22 | - lowrisc:lint:common |
Michael Schaffner | 5052f69 | 2022-04-13 15:42:03 -0700 | [diff] [blame] | 23 | files: |
| 24 | - lint/prim_cipher.vlt |
| 25 | file_type: vlt |
Rupert Swarbrick | 3cba4f8 | 2021-03-19 17:06:54 +0000 | [diff] [blame] | 26 | |
| 27 | files_ascentlint_waiver: |
| 28 | depend: |
| 29 | # common waivers |
| 30 | - lowrisc:lint:common |
| 31 | |
| 32 | files_veriblelint_waiver: |
| 33 | depend: |
| 34 | # common waivers |
| 35 | - lowrisc:lint:common |
| 36 | |
| 37 | targets: |
| 38 | default: |
| 39 | filesets: |
| 40 | - tool_verilator ? (files_verilator_waiver) |
| 41 | - tool_ascentlint ? (files_ascentlint_waiver) |
| 42 | - tool_veriblelint ? (files_veriblelint_waiver) |
| 43 | - files_rtl |