Michael Schaffner | 44ea799 | 2021-04-09 11:49:38 -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:systems:physical_pads:0.1" |
| 6 | description: "Open-source place-holder for physical pads" |
| 7 | |
| 8 | filesets: |
| 9 | files_rtl: |
| 10 | depend: |
| 11 | - lowrisc:prim:assert |
| 12 | files: |
| 13 | - rtl/physical_pads.sv |
| 14 | file_type: systemVerilogSource |
| 15 | |
| 16 | files_verilator_waiver: |
| 17 | depend: |
| 18 | # common waivers |
| 19 | - lowrisc:lint:common |
| 20 | - lowrisc:lint:comportable |
| 21 | files: |
| 22 | # - lint/physical_pads.vlt |
| 23 | file_type: vlt |
| 24 | |
| 25 | files_ascentlint_waiver: |
| 26 | depend: |
| 27 | # common waivers |
| 28 | - lowrisc:lint:common |
| 29 | - lowrisc:lint:comportable |
| 30 | files: |
| 31 | # - lint/physical_pads.waiver |
| 32 | file_type: waiver |
| 33 | |
| 34 | files_veriblelint_waiver: |
| 35 | depend: |
| 36 | # common waivers |
| 37 | - lowrisc:lint:common |
| 38 | - lowrisc:lint:comportable |
| 39 | |
| 40 | targets: |
| 41 | default: &default_target |
| 42 | filesets: |
| 43 | - tool_verilator ? (files_verilator_waiver) |
| 44 | - tool_ascentlint ? (files_ascentlint_waiver) |
| 45 | - tool_veriblelint ? (files_veriblelint_waiver) |
| 46 | - files_rtl |