Merge pull request #725 from lnis-uofu/tangxifan-patch-2
Update compile.rst to avoid confusion in https://github.com/lnis-uofu/OpenFPGA/issues/724
This commit is contained in:
commit
8217f62472
|
@ -30,12 +30,16 @@ In general, please follow the steps to compile
|
|||
|
||||
**Quick Compilation Verification**
|
||||
|
||||
.. note:: Ensure that you install python dependences in :ref:`tutorial_compile_dependencies`.
|
||||
|
||||
To quickly verify the tool is well compiled, users can run the following command from OpenFPGA root repository
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
python3 openfpga_flow/scripts/run_fpga_task.py compilation_verification --debug --show_thread_logs
|
||||
|
||||
.. _tutorial_compile_dependencies:
|
||||
|
||||
Dependencies
|
||||
~~~~~~~~~~~~
|
||||
Full list of dependencies can be found at install_dependencies_build_.
|
||||
|
@ -50,8 +54,11 @@ In particular, OpenFPGA requires specific versions for the following dependencie
|
|||
:python dependencies:
|
||||
python packages are also required:
|
||||
|
||||
.. code-block::
|
||||
|
||||
python3 -m pip install -r requirements.txt
|
||||
|
||||
|
||||
.. _install_dependencies_build: https://github.com/lnis-uofu/OpenFPGA/blob/master/.github/workflows/install_dependencies_build.sh
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue