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: |
Eunchan Kim | 8f2cb38 | 2020-05-13 11:53:09 -0700 | [diff] [blame] | 12 | - lowrisc:${library_name}:xbar_${xbar.name} |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 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: |
Michael Schaffner | 9d16fc1 | 2020-07-28 18:11:21 -0700 | [diff] [blame] | 23 | sim: &sim_target |
Weicai Yang | a495d20 | 2019-12-05 15:36:27 -0800 | [diff] [blame] | 24 | toplevel: xbar_tb_top |
| 25 | filesets: |
| 26 | - files_dv |
| 27 | default_tool: vcs |
Michael Schaffner | 9d16fc1 | 2020-07-28 18:11:21 -0700 | [diff] [blame] | 28 | |
| 29 | lint: |
| 30 | <<: *sim_target |