Skip to content

Commit 7a96762

Browse files
authored
Merge pull request #2279 from CAS-Atlantic/parmys-doc-update
Parmys doc update
2 parents a0cce86 + 8be9ce4 commit 7a96762

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

doc/src/parmys/quickstart.rst

+12-8
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,32 @@ Prerequisites
99
* ctags
1010
* bison
1111
* flex
12-
* gcc 5.x
12+
* g++ 9.x
1313
* cmake 3.9 (minimum version)
1414
* time
1515
* cairo
16-
* gawk
17-
* xdot
18-
* tcl-dev
16+
* build-essential
17+
* libreadline-dev
18+
* gawk tcl-dev
19+
* libffi-dev
20+
* git
1921
* graphviz
22+
* xdot
2023
* pkg-config
21-
* python3
22-
* libffi-dev
23-
* libreadline-dev
24+
* python3-dev
2425
* libboost-system-dev
2526
* libboost-python-dev
26-
* libboost-filesystem-dev
27+
* libboost-filesystem-dev
2728
* zlib1g-dev
2829

2930
Building
3031
--------
3132

3233
To build the VTR flow with the Parmys front-end you may use the VTR Makefile wrapper, by calling the ``make CMAKE_PARAMS="-DWITH_PARMYS=ON"`` command in the `$VTR_ROOT` directory.
3334

35+
.. note::
36+
Our CI testing is on Ubuntu 22.04, so that is the best tested platform and recommended for development.
37+
3438
.. note::
3539

3640
Compiling the VTR flow with the ``-DYOSYS_F4PGA_PLUGINS=ON`` flag is required to build and install Yosys SystemVerilog and UHDM plugins.

install_apt_packages.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ sudo apt-get install -y \
2222
clang \
2323
bison \
2424
flex \
25-
libreadline-dev \
25+
libreadline-dev \
2626
gawk \
2727
tcl-dev \
2828
libffi-dev \
2929
git \
30-
graphviz \
30+
graphviz \
3131
xdot \
3232
pkg-config \
33-
python3 \
33+
python3-dev \
3434
libboost-system-dev \
35-
libboost-python-dev \
35+
libboost-python-dev \
3636
libboost-filesystem-dev \
3737
zlib1g-dev
3838

0 commit comments

Comments
 (0)