Merge pull request #215 from lnis-uofu/compilation_fixes

Changed readthedocs.io dependencies link
This commit is contained in:
tangxifan 2021-02-05 09:42:15 -07:00 committed by GitHub
commit c4fe9a67f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ We also recommend potential users to checkout the summary of [**technical capabi
## 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.
---

View File

@ -32,7 +32,7 @@ To quickly verify the tool is well compiled, user can run the following command
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:
:cmake:
@ -41,7 +41,7 @@ In particular, OpenFPGA requires specific versions for the following dependencie
:iverilog:
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
~~~~~~