docs: add Glossary
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
f64a62082f
commit
894b7369f2
|
@ -0,0 +1,7 @@
|
|||
Glossary
|
||||
########
|
||||
|
||||
.. glossary::
|
||||
|
||||
File
|
||||
A representation of a physical file.
|
|
@ -7,6 +7,7 @@ Think of it as the GCC of FPGAs.
|
|||
|
||||
The project aim is to design tools that are highly extendable and multiplatform.
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: About F4PGA
|
||||
|
||||
|
@ -15,6 +16,7 @@ The project aim is to design tools that are highly extendable and multiplatform.
|
|||
status
|
||||
getting-started
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Design Flows
|
||||
|
||||
|
@ -24,13 +26,21 @@ The project aim is to design tools that are highly extendable and multiplatform.
|
|||
flows/bitstream
|
||||
flows/f4pga
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Specifications
|
||||
|
||||
FPGA Assembly (FASM) ➚ <https://fasm.readthedocs.io/en/latest/>
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Contributing
|
||||
|
||||
contributing/building-docs
|
||||
contributing/venv
|
||||
|
||||
|
||||
.. toctree::
|
||||
:caption: Appendix
|
||||
|
||||
glossary
|
||||
|
|
Loading…
Reference in New Issue