fpgafs/doc/www/index.html

53 lines
2.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>FPGA Filesystem</title>
<style type="text/css" media="all">@import "f.css";</style>
</head>
<body>
<div id="headspace">
<div id="header">
<a href="#top" title="Top">Top</a> :
<a href="#whatis" title="What is?">What is?</a> :
<a href="#concept" title="Concepts">Concept</a> :
<a href="#download" title="Download">Download</a> :
<a href="#contact" title="Contact">Contact</a>
</div>
</div>
<div id="logo">
<img src="img/fpgafs.png" alt="FPGAFS" />
</div>
<div id="content">
<h1>FPGAFS</h1><a name="top" id="top"></a>
<p>It provides a framework for a high performance reconfigurable computer
environment. The abstraction between the reconfigurable device and the
user application is simplified by using a virtual filesystem and a thread
abstraction per device context.<br/>
FPGAFS consists of two major layers of abstraction. First, the directory
representation to the user application. This interface provides for each context
one directory with a specified content to transfer data. The second layer
provides an interface for low level driver. It gives the flexibility to register
a lot of different low level drivers for different accelerators which can be
operate at the same time in one target system.</p>
<h2 class="title">What is?</h2><a name="whatis" id="whatis"></a>
<h2 class="title">Concept</h2><a name="concept" id="concept"></a>
<h2 class="title">Download</h2><a name="download" id="download"></a>
FPGAFS keeps its development tree in a Subversion repository. It can be
downloaded with a Subversion checkout. The repository is anonymous accessible.
<h2 class="consol">$ svn co svn://svn.subgra.de/ben/projects/fpgafs</h2>
<h2 class="title">Contact</h2><a name="contact" id="contact"></a>
<p>Benjamin Krill: ben@ @codiert.org</p>
</div>
</body>
</html>