blob: 98be033527df922b4792cc2c70b67844fe491d32 [file] [log] [blame]
Weicai Yanga495d202019-12-05 15:36:27 -08001CAPI=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
7name: "lowrisc:dv:xbar_${xbar.name}_sim:0.1"
8description: "XBAR DV sim target"
9filesets:
10 files_dv:
11 depend:
Eunchan Kim8f2cb382020-05-13 11:53:09 -070012 - lowrisc:${library_name}:xbar_${xbar.name}
Weicai Yanga495d202019-12-05 15:36:27 -080013 - lowrisc:dv:dv_utils
14 - lowrisc:dv:xbar_tb
Srikrishna Iyer5f7f4ee2020-02-19 11:00:58 -080015 - lowrisc:dv:xbar_${xbar.name}_bind
Weicai Yanga495d202019-12-05 15:36:27 -080016 files:
Weicai Yanga495d202019-12-05 15:36:27 -080017 - tb__xbar_connect.sv: {is_include_file: true}
18 - xbar_env_pkg__params.sv: {is_include_file: true}
19 file_type: systemVerilogSource
20
Srikrishna Iyer5f7f4ee2020-02-19 11:00:58 -080021
Weicai Yanga495d202019-12-05 15:36:27 -080022targets:
Michael Schaffner9d16fc12020-07-28 18:11:21 -070023 sim: &sim_target
Weicai Yanga495d202019-12-05 15:36:27 -080024 toplevel: xbar_tb_top
25 filesets:
26 - files_dv
27 default_tool: vcs
Michael Schaffner9d16fc12020-07-28 18:11:21 -070028
29 lint:
30 <<: *sim_target