Skip to content

Commit

Permalink
docs(installation): update verions mentioned in installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Feb 25, 2024
1 parent 36e5038 commit 63c0b98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ you can easily install TAPA from pre-built packages:
.. note::

TAPA requires Vitis HLS with version >= 2020.2. Previous HLS versions are not supported.
Continuous integration currently covers 2023.2.

.. tip::

Expand Down Expand Up @@ -52,7 +53,7 @@ Build Prerequisites

* ``PATH="${HOME}/.local/bin:${PATH}"``

* CMake 3.13+
* CMake 3.14+

* ``python3 -m pip install cmake``

Expand Down Expand Up @@ -82,7 +83,7 @@ Additional Build Prerequisites for Testing
Runtime Dependency
++++++++++++++++++

* Python 3.6+
* Python 3.8+
* Icarus Verilog

* ``sudo apt install iverilog``
Expand All @@ -91,7 +92,7 @@ Runtime Dependency

* ``sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" 17 all``

* Vitis 2020.2, 2021.1, or 2021.2
* Vitis 2020.2+
* `Xilinx Runtime <https://github.com/Xilinx/XRT>`_

Build and Installation
Expand Down

0 comments on commit 63c0b98

Please sign in to comment.