blob: 76c29c8c586ee2ff373e31ff50a49c1ede278f24 [file] [log] [blame]
lowRISC Contributors802543a2019-08-31 12:12:56 +01001CAPI=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 Iyere9aa88f2020-07-21 20:19:33 -07005name: "${vendor}:dv:${name}_sim:0.1"
lowRISC Contributors802543a2019-08-31 12:12:56 +01006description: "${name.upper()} DV sim target"
7filesets:
8 files_rtl:
9 depend:
Srikrishna Iyer46b815f2020-07-31 16:00:37 -070010 - ${vendor}:ip:${name}
lowRISC Contributors802543a2019-08-31 12:12:56 +010011
12 files_dv:
13 depend:
Srikrishna Iyere9aa88f2020-07-21 20:19:33 -070014 - ${vendor}:dv:${name}_test
Srikrishna Iyer46b815f2020-07-31 16:00:37 -070015 - ${vendor}:dv:${name}_sva
lowRISC Contributors802543a2019-08-31 12:12:56 +010016 files:
Srikrishna Iyer46b815f2020-07-31 16:00:37 -070017 - tb.sv
lowRISC Contributors802543a2019-08-31 12:12:56 +010018 file_type: systemVerilogSource
19
20targets:
21 sim:
22 toplevel: tb
23 filesets:
24 - files_rtl
25 - files_dv
26 default_tool: vcs