Skip to content

Commit

Permalink
getting-started: add refs
Browse files Browse the repository at this point in the history
* sphinxcontrib-hdl-diagrams
* bitstream viewer
* fasm
* yosys plugins
* fpga-tool-perf

Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed May 23, 2022
1 parent 9b9bdd7 commit 3886f2e
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion source/getting-started.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,28 @@
</a>
</div>
<div class="getting__content">
<h3> Other resources (for toolchain developers): </h3>
<h3> Other resources:</h3>
</div>
<div class="getting__buttons">

<a href="https://github.com/f4pga/sphinxcontrib-hdl-diagrams">
<div class="btn">sphinxcontrib-hdl-diagrams</div>
</a>

<a href="https://github.com/chipsalliance/f4pga-bitstream-viewer">
<div class="btn">F4PGA Bitstream Viewer</div>
</a>

<a href="https://github.com/f4pga/yosys-f4pga-plugins">
<div class="btn">Yosys Plugins</div>
</a>

</div>
<div class="getting__content">
<h3> For toolchain developers:</h3>
</div>
<div class="getting__buttons">

<a href="https://f4pga.readthedocs.io/en/latest/toolchain-desc/index.html">
<div class="btn">Toolchain Description</div>
</a>
Expand All @@ -69,6 +88,14 @@
<div class="btn">F4PGA Architectures Visualizer</div>
</a>

<a href="https://github.com/chipsalliance/fasm">
<div class="btn">FPGA Assembly (FASM) Parser and Generator</div>
</a>

<a href="https://f4pga.github.io/fpga-tool-perf">
<div class="btn">FPGA tool performance profiling</div>
</a>

</div>
</section>

Expand Down

0 comments on commit 3886f2e

Please sign in to comment.