| CAPI=2: |
| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| name: "lowrisc:fpv:pinmux_common_fpv:0.1" |
| description: "pinmux common FPV target" |
| filesets: |
| files_formal: |
| depend: |
| - lowrisc:prim:all |
| - lowrisc:ip:tlul |
| - lowrisc:ip:pinmux |
| files: |
| - vip/pinmux_assert_fpv.sv |
| - tb/pinmux_bind_fpv.sv |
| file_type: systemVerilogSource |
| |
| targets: |
| default: &default_target |
| default_tool: icarus |
| filesets: |
| - files_formal |
| |
| formal: |
| <<: *default_target |
| |
| lint: |
| <<: *default_target |