-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhardfloat_ARM-VFPv2.core
50 lines (45 loc) · 1.22 KB
/
hardfloat_ARM-VFPv2.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:
name: ::hardfloat_arm_vfpv2:0-r1
description: HardFloat specialized for ARM-VPFv2
filesets:
source:
files:
- source/addRecFN.v
- source/bsg_hardfloat_pkg.v
- source/compareRecFN.v
- source/divSqrtRecFN_small.v
- source/fNToRecFN.v
- source/HardFloat_consts.vi: {is_include_file : true}
- source/HardFloat_localFuncs.vi: {is_include_file : true}
- source/HardFloat_primitives.v
- source/HardFloat_rawFN.v
- source/iNToRecFN.v
- source/isSigNaNRecFN.v
- source/mulAddRecFN.v
- source/mulRecFN.v
- source/recFNToFN.v
- source/recFNToIN.v
- source/recFNToRecFN.v
- source/ARM-VFPv2/HardFloat_specialize.vi: {is_include_file : true}
- source/ARM-VFPv2/HardFloat_specialize.v
file_type: systemVerilogSource
targets:
default:
filesets: [source]
# Example lint target
lint_compareRecFN:
default_tool: verilator
filesets: [source]
tools:
verilator:
mode: lint-only
verilator_options:
- -Wwarn-lint
- -Wwarn-style
- -Wno-WIDTH
- -Wno-DECLFILENAME
toplevel: compareRecFN
provider :
name : github
user : bsg-external
repo : HardFloat