Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [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 | # |
| 6 | # xbar_${xbar.name}_sim core file generated by `tlgen.py` tool |
| 7 | name: "lowrisc:dv:xbar_${xbar.name}_sim:0.1" |
| 8 | description: "XBAR DV sim target" |
| 9 | filesets: |
| 10 | files_dv: |
| 11 | depend: |
| 12 | - lowrisc:ip:xbar_${xbar.name} |
| 13 | - lowrisc:dv:dv_utils |
| 14 | - lowrisc:dv:xbar_tb |
Srikrishna Iyer | 5f7f4ee | 2020-02-19 11:00:58 -0800 | [diff] [blame^] | 15 | - lowrisc:dv:xbar_${xbar.name}_bind |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 16 | files: |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 17 | - tb__xbar_connect.sv: {is_include_file: true} |
| 18 | - xbar_env_pkg__params.sv: {is_include_file: true} |
| 19 | file_type: systemVerilogSource |
| 20 | |
Srikrishna Iyer | 5f7f4ee | 2020-02-19 11:00:58 -0800 | [diff] [blame^] | 21 | |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 22 | targets: |
| 23 | sim: |
| 24 | toplevel: xbar_tb_top |
| 25 | filesets: |
| 26 | - files_dv |
| 27 | default_tool: vcs |