-
Notifications
You must be signed in to change notification settings - Fork 0
/
rvfpm.core
50 lines (46 loc) · 1.52 KB
/
rvfpm.core
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CAPI=2:
# Copyright AndreasBakke
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: "lowrisc:ibex:rvfpm"
description: "rvfpm package"
filesets:
files_rtl:
depend:
- lowrisc:ibex:rvfpm_pkg
files:
- work/src/rvfpm.sv
file_type: systemVerilogSource
files_dpi:
files:
- work/src/fpu_top.cpp
- work/src/fpu_execute.cpp
- work/src/dpi_wrapper.cpp
- work/src/fpu_decode.cpp
- work/src/fpu_pipeline.cpp
- work/src/fpu_predecoder.cpp
- work/src/fpu_rf.cpp
- work/src/controller.cpp
- work/src/fp_number.cpp
- work/include/config.h: { is_include_file: true }
- work/include/fp_number.h: { is_include_file: true }
- work/include/xif_config.h: { is_include_file: true }
- work/include/fpu_execute.h: { is_include_file: true }
- work/include/fpu_instructions.h: { is_include_file: true }
- work/include/fpu_decode.h: { is_include_file: true }
- work/include/fpu_pipe.h: { is_include_file: true }
- work/include/fpu_pipeline.h: { is_include_file: true }
- work/include/fpu_predecoder.h: { is_include_file: true }
- work/include/fpu_rf.h: { is_include_file: true }
- work/include/controller.h: { is_include_file: true }
- work/include/fpu_top.h: { is_include_file: true }
file_type: cppSource
rvfpm_so:
files:
- work/bin/lib_rvfpm.so
file_type: cppSource
targets:
default:
filesets:
- files_rtl
- files_dpi