[Doc] Add tutorial video links to documentation
This commit is contained in:
parent
288830ec7a
commit
1ff597ea66
|
@ -1,6 +1,8 @@
|
|||
Why OpenFPGA?
|
||||
-------------
|
||||
|
||||
.. note:: If this is the first time you learn OpenFPGA, we strongly recommend you to watch the `introduction video <https://youtu.be/ocODUGcYGqo>`_ .
|
||||
|
||||
OpenFPGA aims to be an open-source framework that enables rapid prototyping of customizable FPGA architectures. As shown in :numref:`fig_openfpga_motivation`, a conventional approach will take a large group of experienced engineers more than one year to achieve production-ready layout and assoicated CAD tools. In fact, most of the engineering efforts are spent on manual layouts and developing ad-hoc CAD support.
|
||||
|
||||
.. _fig_openfpga_motivation:
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
How to Compile
|
||||
--------------
|
||||
|
||||
.. note:: A tutorial video about how-to-compile can be found `here <https://youtu.be/F9sMRmDewM0>`_
|
||||
|
||||
General Guidelines
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
OpenFPGA uses CMake to generate the Makefile scripts
|
||||
|
|
Loading…
Reference in New Issue