blob: f229ded493a35afdadb846dd6516c14c4f472503 [file] [log] [blame]
CAPI=2:
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:dv:spid_passthrough_sim:0.1"
description: "SPI Device Passthrough mode sim"
filesets:
files_rtl:
depend:
- lowrisc:ip:spi_device
file_type: systemVerilogSource
files_dv:
depend:
- lowrisc:dv:dv_utils
- lowrisc:dv:dv_test_status
- lowrisc:dv:common_ifs
files:
- tb/spid_common.sv
- program/prog_passthrough_host.sv
- program/prog_passthrough_sw.sv
- program/spiflash.sv
- tb/spid_passthrough_tb.sv
file_type: systemVerilogSource
targets:
sim: &sim_target
toplevel: tb
filesets:
- files_rtl
- files_dv
default_tool: vcs
lint:
<<: *sim_target