Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting-started: add references to interesting repos #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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