-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBender.yml
More file actions
133 lines (113 loc) · 3.57 KB
/
Bender.yml
File metadata and controls
133 lines (113 loc) · 3.57 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
# Copyright 2025 Tobias Senti
# Solderpad Hardware License, Version 0.51, see LICENSE for details.
# SPDX-License-Identifier: SHL-0.51
package:
name: flopoco-sv-lib
authors:
- "Tobias Senti <git@tsenti.li>"
sources:
# INT to Flopoco Floating Point conversion
- flopoco/Fix2FP/Fix2FP_S2.v
- flopoco/Fix2FP/Fix2FP_S0.v
- flopoco/Fix2FP/Fix2FP_S1.v
- flopoco/Fix2FP/Fix2FP_H2.v
- flopoco/Fix2FP/Fix2FP_H0.v
- flopoco/Fix2FP/Fix2FP_H1.v
# IEEE 754 to Flopoco Floating Point conversion
- flopoco/IEEE2FP/IEEE2FP_S0.v
- flopoco/IEEE2FP/IEEE2FP_H0.v
# Flopoco Floating Point to INT conversion
- flopoco/FP2Fix/FP2Fix_H1.v
- flopoco/FP2Fix/FP2Fix_H0.v
- flopoco/FP2Fix/FP2Fix_S1.v
- flopoco/FP2Fix/FP2Fix_S0.v
# Flopoco Floating Point square root
- flopoco/FPSqrt/FPSqrt_S12.v
- flopoco/FPSqrt/FPSqrt_S7.v
- flopoco/FPSqrt/FPSqrt_H1.v
- flopoco/FPSqrt/FPSqrt_S4.v
- flopoco/FPSqrt/FPSqrt_H2.v
- flopoco/FPSqrt/FPSqrt_H3.v
- flopoco/FPSqrt/FPSqrt_S5.v
- flopoco/FPSqrt/FPSqrt_S2.v
- flopoco/FPSqrt/FPSqrt_H4.v
- flopoco/FPSqrt/FPSqrt_S9.v
- flopoco/FPSqrt/FPSqrt_H5.v
# Flopoco Floating Point comparison
- flopoco/FPComp/FPComp_H0.v
- flopoco/FPComp/FPComp_S0.v
# IEEE 754 fused multiply-add
- flopoco/IEEEFMA/IEEEFMA_S4.v
- flopoco/IEEEFMA/IEEEFMA_H2.v
- flopoco/IEEEFMA/IEEEFMA_H3.v
- flopoco/IEEEFMA/IEEEFMA_H1.v
- flopoco/IEEEFMA/IEEEFMA_S6.v
- flopoco/IEEEFMA/IEEEFMA_S2.v
- flopoco/IEEEFMA/IEEEFMA_H5.v
- flopoco/IEEEFMA/IEEEFMA_S3.v
- flopoco/IEEEFMA/IEEEFMA_S1.v
# Flopoco Floating Point logarithm
- flopoco/FPLog/FPLog_H7.v
- flopoco/FPLog/FPLog_S2.v
- flopoco/FPLog/FPLog_H4.v
- flopoco/FPLog/FPLog_H5.v
- flopoco/FPLog/FPLog_S3.v
- flopoco/FPLog/FPLog_S9.v
- flopoco/FPLog/FPLog_H1.v
- flopoco/FPLog/FPLog_S6.v
- flopoco/FPLog/FPLog_S4.v
- flopoco/FPLog/FPLog_H2.v
- flopoco/FPLog/FPLog_H3.v
- flopoco/FPLog/FPLog_S5.v
# Flopoco Floating Point division
- flopoco/FPDiv/FPDiv_H6.v
- flopoco/FPDiv/FPDiv_S8.v
- flopoco/FPDiv/FPDiv_S2.v
- flopoco/FPDiv/FPDiv_H4.v
- flopoco/FPDiv/FPDiv_S7.v
- flopoco/FPDiv/FPDiv_H1.v
- flopoco/FPDiv/FPDiv_H3.v
- flopoco/FPDiv/FPDiv_S5.v
- flopoco/FPDiv/FPDiv_S12.v
- flopoco/FPDiv/FPDiv_S4.v
- flopoco/FPDiv/FPDiv_H2.v
# Flopoco Floating Point to IEEE 754 conversion
- flopoco/FP2IEEE/FP2IEEE_S0.v
- flopoco/FP2IEEE/FP2IEEE_H0.v
# IEEE 754 exponentiation
- flopoco/IEEEExp/IEEEExp_S7.v
- flopoco/IEEEExp/IEEEExp_H1.v
- flopoco/IEEEExp/IEEEExp_S6.v
- flopoco/IEEEExp/IEEEExp_S4.v
- flopoco/IEEEExp/IEEEExp_H2.v
- flopoco/IEEEExp/IEEEExp_H3.v
- flopoco/IEEEExp/IEEEExp_S5.v
- flopoco/IEEEExp/IEEEExp_H6.v
- flopoco/IEEEExp/IEEEExp_H4.v
- flopoco/IEEEExp/IEEEExp_S3.v
- flopoco/IEEEExp/IEEEExp_S9.v
# Wrappers
# Operations
- rtl/wrappers/FPComp.sv
- rtl/wrappers/FPDiv.sv
- rtl/wrappers/FPLog.sv
- rtl/wrappers/FPSqrt.sv
- rtl/wrappers/IEEEExp.sv
- rtl/wrappers/IEEEFMA.sv
# Flopoco FP to/from IEEE 754
- rtl/wrappers/IEEE2FP.sv
- rtl/wrappers/FP2IEEE.sv
# Flopoco FP to/from INT
- rtl/wrappers/INT2FP.sv
- rtl/wrappers/FP2INT.sv
# Conversion between INT to/from IEEE 754
- rtl/INT2IEEE.sv
- rtl/IEEE2INT.sv
# IEEE 754 Comparator
- rtl/IEEEComp.sv
# IEEE 754 Division
- rtl/IEEEDiv.sv
# IEEE 754 Logarithm
- rtl/IEEELog.sv
# IEEE 754 Square Root
- rtl/IEEESqrt.sv