Timothy Chen | df2c0a7 | 2021-09-16 16:10:12 -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 | |
| 6 | name: "lowrisc:prim:count" |
| 7 | description: "" |
| 8 | filesets: |
| 9 | files_rtl: |
| 10 | depend: |
| 11 | - lowrisc:prim:assert |
Timothy Chen | df2c0a7 | 2021-09-16 16:10:12 -0700 | [diff] [blame] | 12 | files: |
| 13 | - rtl/prim_count.sv |
| 14 | file_type: systemVerilogSource |
| 15 | |
| 16 | files_verilator_waiver: |
| 17 | depend: |
| 18 | # common waivers |
| 19 | - lowrisc:lint:common |
Michael Schaffner | 625fced | 2021-12-08 16:48:54 -0800 | [diff] [blame] | 20 | files: |
| 21 | - lint/prim_count.vlt |
| 22 | file_type: vlt |
Timothy Chen | df2c0a7 | 2021-09-16 16:10:12 -0700 | [diff] [blame] | 23 | |
| 24 | files_ascentlint_waiver: |
| 25 | depend: |
| 26 | # common waivers |
| 27 | - lowrisc:lint:common |
Michael Schaffner | 625fced | 2021-12-08 16:48:54 -0800 | [diff] [blame] | 28 | files: |
| 29 | - lint/prim_count.waiver |
| 30 | file_type: waiver |
Timothy Chen | df2c0a7 | 2021-09-16 16:10:12 -0700 | [diff] [blame] | 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 |