This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
102 lines (70 loc) · 2.94 KB
/
index.html
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
<html>
<head>
<link rel="stylesheet"
href="https://opae.github.io/latest/_static/css/theme.css"
type="text/css"/>
<title>Open Programmable Acceleration Engine
</title>
</head>
<body style="background-color: white">
<div class="section" style="background-color: white; padding: 50px;
position: absolute; left: 50%; margin-right: -50%;
transform: translate(-50%, 0%)" align="left">
<h1>Open Programmable Acceleration Engine - Documentation</h1>
<hr/>
<p>The Open Programmable Acceleration Engine is a software framework for
managing and accessing programmable accelerators (FPGAs). Its main parts
are:</p>
<ul>
<li> - The OPAE Software Development Kit (OPAE SDK).</li>
<li> - Intel® FPGA DFL Linux driver. </li>
</ul>
<p> </p>
<p>OPAE is under active development to extend to more hardware platforms,
as well as to build up the software stack with additional abstractions
to enable more software developers.</p>
<p>
The OPAE SDK is a collection of libraries and tools to facilitate
the development of software applications and accelerators using
OPAE.
It provides a library implementing the OPAE C API for presenting
a streamlined and easy-to-use interface for software applications
to discover, access, and manage FPGA devices and accelerators using
the OPAE software stack. OPAE's goal is to accelerate FPGA adoption.
It is a community effort to simplify the development and deployment
of FPGA applications, so we explicitly welcome discussions and contributions!.
The OPAE SDK source, unless otherwise noted, is released under a BSD 3-clause
license.
</p>
<p>More information about OPAE can be found at
<a href="http://01.org/OPAE">http://01.org/OPAE.</a></p>
<hr/>
<h3>Please select one of the links below to browse the online OPAE
documentation:</h3>
<ul style="font-size: large; font-weight: bold">
<li><a href="0.13.0/index.html">0.13.0</a></li>
<li><a href="0.13.1/index.html">0.13.1</a></li>
<li><a href="0.14.0/index.html">0.14.0</a></li>
<li><a href="0.9.0/index.html">0.9.0</a></li>
<li><a href="1.0.0/index.html">1.0.0</a></li>
<li><a href="1.0.1/index.html">1.0.1</a></li>
<li><a href="1.0.2/index.html">1.0.2</a></li>
<li><a href="1.1.0/index.html">1.1.0</a></li>
<li><a href="1.1.1/index.html">1.1.1</a></li>
<li><a href="1.1.2/index.html">1.1.2</a></li>
<li><a href="1.1.4/index.html">1.1.4</a></li>
<li><a href="1.2.0/index.html">1.2.0</a></li>
<li><a href="1.3.0/index.html">1.3.0</a></li>
<li><a href="1.4.0/index.html">1.4.0</a></li>
<li><a href="2.0.0/index.html">2.0.0</a></li>
<li><a href="2.0.9/index.html">2.0.9</a></li>
<li><a href="2.0.10/index.html">2.0.10</a></li>
<li><a href="2.0.11/index.html">2.0.11</a></li>
<li><a href="2.1.0/index.html">2.1.0</a></li>
<li><a href="2.3.0/index.html">2.3.0</a></li>
<li><a href="latest/index.html">latest</a></li>
<li><a href="rot/index.html">rot</a></li>
</ul>
</div>
</body>
</html>