openFPGALoader/todo.html

166 lines
6.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>To Do &#8212; openFPGALoader: universal utility for programming FPGA latest documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=c6e86fd7"></script>
<script src="_static/doctools.js?v=fd6eb6e6"></script>
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Xilinx notes" href="vendors/xilinx.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="to-do">
<span id="todo"></span><h1>To Do<a class="headerlink" href="#to-do" title="Link to this heading"></a></h1>
<section id="global">
<h2>Global<a class="headerlink" href="#global" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>improve error message (be more precise)</p></li>
<li><p>catch all exception</p></li>
<li><p>documentation (code + API)</p></li>
</ul>
</section>
<section id="cable">
<h2>Cable<a class="headerlink" href="#cable" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>fix <em>ch552</em> (<em>Sipeed tangNano</em>): works with <em>SRAM</em>, fails with <em>Flash</em></p></li>
<li><p><em>busblaster</em> support</p></li>
<li><p><em>anlogic</em> cable support</p></li>
</ul>
</section>
<section id="devices-boards">
<h2>Devices/boards<a class="headerlink" href="#devices-boards" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>improve frequency configuration. Use FPGA, cable or freq args maximum frequency</p></li>
<li><p>rework <em>cyclone10</em> eeprom access to avoid using FT2232 interfaceB Spi emulation (only supported by trenz board)</p></li>
<li><p>fix checksum computation with <em>gowin GW2A</em></p></li>
<li><p>add support for <em>tangPrimer</em> (<em>anlogic EG4S20</em>)</p></li>
</ul>
</section>
<section id="misc">
<h2>Misc<a class="headerlink" href="#misc" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>fix spiFlash class to be able to write everywhere (currently offset is hardcoded to 0)</p></li>
</ul>
</section>
</section>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">openFPGALoader: universal utility for programming FPGA</a></h1>
<search id="searchbox" style="display: none" role="search">
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<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 Guide</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 class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">To Do</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#global">Global</a></li>
<li class="toctree-l2"><a class="reference internal" href="#cable">Cable</a></li>
<li class="toctree-l2"><a class="reference internal" href="#devices-boards">Devices/boards</a></li>
<li class="toctree-l2"><a class="reference internal" href="#misc">Misc</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="vendors/xilinx.html" title="previous chapter">Xilinx notes</a></li>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&#169;2019-2022, Gwenhael Goavec-Merou and contributors.
|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 9.1.0</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
<a href="_sources/todo.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>