mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 05:17:12 -04:00
19 lines
446 B
Text
19 lines
446 B
Text
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:cosim"
|
|
description: "Co-simulator framework"
|
|
filesets:
|
|
files_cpp:
|
|
files:
|
|
- cosim.h: { is_include_file: true }
|
|
- spike_cosim.cc
|
|
- spike_cosim.h: { is_include_file: true }
|
|
file_type: cppSource
|
|
|
|
targets:
|
|
default:
|
|
filesets:
|
|
- files_cpp
|