| CAPI=2: |
| # Copyright 2023 Google LLC |
| # Copyright 2023 Vivante Corporation |
| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| name: "vsi:ispyocto:includes:0.1" |
| description: "ISP includes" |
| filesets: |
| files_rtl: |
| files: |
| - rtl/inc/vsisp_AQ_timescale.vh : {is_include_file : true} |
| - rtl/inc/vsisp_f_sqrt_8bit.vh : {is_include_file : true} |
| - rtl/inc/vsisp_gc_allDefinesForBench.vh : {is_include_file : true} |
| - rtl/inc/vsisp_isp.vh : {is_include_file : true} |
| - rtl/inc/vsisp_jpeg_r2b.vh : {is_include_file : true} |
| - rtl/inc/vsisp_marvin_ctrl.vh : {is_include_file : true} |
| - rtl/inc/vsisp_marvin_id.vh : {is_include_file : true} |
| - rtl/inc/vsisp_marvin_mi.vh : {is_include_file : true} |
| - rtl/inc/vsisp_ram_sizes.vh : {is_include_file : true} |
| - rtl/inc/vsisp_self_resize.vh : {is_include_file : true} |
| file_type: systemVerilogSource |
| |
| files_verilator_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| files: |
| - lint/ispyocto.vlt |
| file_type: vlt |
| |
| files_ascentlint_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| files: |
| - lint/ispyocto.waiver |
| file_type: waiver |
| |
| files_veriblelint_waiver: |
| depend: |
| # common waivers |
| - lowrisc:lint:common |
| |
| targets: |
| default: |
| filesets: |
| - tool_verilator ? (files_verilator_waiver) |
| - tool_ascentlint ? (files_ascentlint_waiver) |
| - tool_veriblelint ? (files_veriblelint_waiver) |
| - files_rtl |