openFPGALoader/index.html

145 lines
7.5 KiB
HTML

<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>openFPGALoader: universal utility for programming FPGA &mdash; openFPGALoader: universal utility for programming FPGA latest documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->
<script src="_static/documentation_options.js?v=c6e86fd7"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="First steps with openFPGALoader" href="guide/first-steps.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="#" class="icon icon-home"> openFPGALoader: universal utility for programming FPGA
</a>
<div class="version">
latest
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="guide/first-steps.html">First steps with openFPGALoader</a></li>
<li class="toctree-l1"><a class="reference internal" href="guide/install.html">Installing openFPGALoader</a></li>
<li class="toctree-l1"><a class="reference internal" href="guide/troubleshooting.html">Troubleshooting</a></li>
<li class="toctree-l1"><a class="reference internal" href="guide/advanced.html">Advanced usage of openFPGALoader</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Compatibility</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="compatibility/fpga.html">FPGAs</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility/board.html">Boards</a></li>
<li class="toctree-l1"><a class="reference internal" href="compatibility/cable.html">Cables</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Vendors</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="vendors/anlogic.html">Anlogic notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/colognechip.html">Cologne Chip notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/efinix.html">Efinix notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/gowin.html">Gowin notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/intel.html">Intel notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/lattice.html">Lattice notes</a></li>
<li class="toctree-l1"><a class="reference internal" href="vendors/xilinx.html">Xilinx notes</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Development</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="todo.html">To Do</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">openFPGALoader: universal utility for programming FPGA</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<section id="openfpgaloader-universal-utility-for-programming-fpga">
<h1>openFPGALoader: universal utility for programming FPGA<a class="headerlink" href="#openfpgaloader-universal-utility-for-programming-fpga" title="Link to this heading"></a></h1>
<p>Welcome to the documentation of openFPGALoader!</p>
<p>openFPGALoader is a universal utility for programming FPGAs.
Compatible with many boards, cables and FPGA from major manufacturers (Xilinx, Altera/Intel, Lattice, Gowin, Efinix, Anlogic, Cologne Chip).
openFPGALoader works on Linux, Windows and macOS.</p>
<p>Not sure if your hardware is supported? Check the hardware compatibility lists:</p>
<ul class="simple">
<li><p><a class="reference internal" href="compatibility/fpga.html#compatibility-fpgas"><span class="std std-ref">FPGAs</span></a></p></li>
<li><p><a class="reference internal" href="compatibility/board.html#compatibility-boards"><span class="std std-ref">Boards</span></a></p></li>
<li><p><a class="reference internal" href="compatibility/cable.html#compatibility-cables"><span class="std std-ref">Cables</span></a></p></li>
</ul>
<p>Also checkout the vendor-specific documentation:</p>
<ul class="simple">
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/anlogic.html">Anlogic</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/colognechip.html">Cologne Chip</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/efinix.html">Efinix</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/gowin.html">Gowin</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/intel.html">Intel/Altera</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/lattice.html">Lattice</a></p></li>
<li><p><a class="reference external" href="https://trabucayre.github.io/openFPGALoader/vendors/xilinx.html">Xilinx</a></p></li>
</ul>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
</div>
<div class="toctree-wrapper compound">
</div>
</section>
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="guide/first-steps.html" class="btn btn-neutral float-right" title="First steps with openFPGALoader" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>
<hr/>
<div role="contentinfo">
<p>&#169; Copyright 2019-2022, Gwenhael Goavec-Merou and contributors.</p>
</div>Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/buildthedocs/sphinx.theme">theme</a>
provided by <a href="https://buildthedocs.github.io">Build the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>