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.
|
The project aim is to design tools that are highly extendable and multiplatform.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: About F4PGA
|
:caption: About F4PGA
|
||||||
|
|
||||||
|
@ -15,6 +16,7 @@ The project aim is to design tools that are highly extendable and multiplatform.
|
||||||
status
|
status
|
||||||
getting-started
|
getting-started
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Design Flows
|
:caption: Design Flows
|
||||||
|
|
||||||
|
@ -24,13 +26,21 @@ The project aim is to design tools that are highly extendable and multiplatform.
|
||||||
flows/bitstream
|
flows/bitstream
|
||||||
flows/f4pga
|
flows/f4pga
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Specifications
|
:caption: Specifications
|
||||||
|
|
||||||
FPGA Assembly (FASM) ➚ <https://fasm.readthedocs.io/en/latest/>
|
FPGA Assembly (FASM) ➚ <https://fasm.readthedocs.io/en/latest/>
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Contributing
|
:caption: Contributing
|
||||||
|
|
||||||
contributing/building-docs
|
contributing/building-docs
|
||||||
contributing/venv
|
contributing/venv
|
||||||
|
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:caption: Appendix
|
||||||
|
|
||||||
|
glossary
|
||||||
|
|
Loading…
Reference in New Issue