blob: f65bc6a926ea72d054130c4663ab6465a291bd72 [file] [log] [blame]
Timothy Chendf2c0a72021-09-16 16:10:12 -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
5
6name: "lowrisc:prim:count"
7description: ""
8filesets:
9 files_rtl:
10 depend:
11 - lowrisc:prim:assert
Timothy Chendf2c0a72021-09-16 16:10:12 -070012 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 Schaffner625fced2021-12-08 16:48:54 -080020 files:
21 - lint/prim_count.vlt
22 file_type: vlt
Timothy Chendf2c0a72021-09-16 16:10:12 -070023
24 files_ascentlint_waiver:
25 depend:
26 # common waivers
27 - lowrisc:lint:common
Michael Schaffner625fced2021-12-08 16:48:54 -080028 files:
29 - lint/prim_count.waiver
30 file_type: waiver
Timothy Chendf2c0a72021-09-16 16:10:12 -070031
32 files_veriblelint_waiver:
33 depend:
34 # common waivers
35 - lowrisc:lint:common
36
37targets:
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