lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [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 |
Srikrishna Iyer | e9aa88f | 2020-07-21 20:19:33 -0700 | [diff] [blame] | 5 | name: "${vendor}:dv:${name}_sim:0.1" |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 6 | description: "${name.upper()} DV sim target" |
| 7 | filesets: |
| 8 | files_rtl: |
| 9 | depend: |
Srikrishna Iyer | 46b815f | 2020-07-31 16:00:37 -0700 | [diff] [blame] | 10 | - ${vendor}:ip:${name} |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 11 | |
| 12 | files_dv: |
| 13 | depend: |
Srikrishna Iyer | e9aa88f | 2020-07-21 20:19:33 -0700 | [diff] [blame] | 14 | - ${vendor}:dv:${name}_test |
Srikrishna Iyer | 46b815f | 2020-07-31 16:00:37 -0700 | [diff] [blame] | 15 | - ${vendor}:dv:${name}_sva |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 16 | files: |
Srikrishna Iyer | 46b815f | 2020-07-31 16:00:37 -0700 | [diff] [blame] | 17 | - tb.sv |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 18 | file_type: systemVerilogSource |
| 19 | |
| 20 | targets: |
| 21 | sim: |
| 22 | toplevel: tb |
| 23 | filesets: |
| 24 | - files_rtl |
| 25 | - files_dv |
| 26 | default_tool: vcs |