Merge pull request #215 from lnis-uofu/compilation_fixes
Changed readthedocs.io dependencies link
This commit is contained in:
commit
c4fe9a67f7
|
@ -11,7 +11,7 @@ We also recommend potential users to checkout the summary of [**technical capabi
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
||||||
Before start, we strongly recommend you to read the required dependencies at [**compilation guidelines**](https://openfpga.readthedocs.io/en/master/tutorials/compile.html).
|
Before start, we strongly recommend you to read the required dependencies at [**compilation guidelines**](https://openfpga.readthedocs.io/en/master/tutorials/compile).
|
||||||
It also includes detailed information about docker image.
|
It also includes detailed information about docker image.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -32,7 +32,7 @@ To quickly verify the tool is well compiled, user can run the following command
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
Full list of dependencies can be found at travis_setup_link_
|
Full list of dependencies can be found at install_dependencies_build_
|
||||||
In particular, OpenFPGA requires specific versions for the following dependencies:
|
In particular, OpenFPGA requires specific versions for the following dependencies:
|
||||||
|
|
||||||
:cmake:
|
:cmake:
|
||||||
|
@ -41,7 +41,7 @@ In particular, OpenFPGA requires specific versions for the following dependencie
|
||||||
:iverilog:
|
:iverilog:
|
||||||
version 10.1+ is required to run Verilog-to-Verification flow
|
version 10.1+ is required to run Verilog-to-Verification flow
|
||||||
|
|
||||||
.. _travis_setup_link: https://github.com/LNIS-Projects/OpenFPGA/blob/0cfb88a49f152aab0a06f309ff160f222bb51ed7/.travis.yml#L34
|
.. _install_dependencies_build: https://github.com/lnis-uofu/OpenFPGA/blob/master/.github/workflows/install_dependencies_build.sh
|
||||||
|
|
||||||
Docker
|
Docker
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue