You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/parmys/quickstart.rst
+12-8
Original file line number
Diff line number
Diff line change
@@ -9,28 +9,32 @@ Prerequisites
9
9
* ctags
10
10
* bison
11
11
* flex
12
-
* gcc 5.x
12
+
* g++ 9.x
13
13
* cmake 3.9 (minimum version)
14
14
* time
15
15
* cairo
16
-
* gawk
17
-
* xdot
18
-
* tcl-dev
16
+
* build-essential
17
+
* libreadline-dev
18
+
* gawk tcl-dev
19
+
* libffi-dev
20
+
* git
19
21
* graphviz
22
+
* xdot
20
23
* pkg-config
21
-
* python3
22
-
* libffi-dev
23
-
* libreadline-dev
24
+
* python3-dev
24
25
* libboost-system-dev
25
26
* libboost-python-dev
26
-
* libboost-filesystem-dev
27
+
* libboost-filesystem-dev
27
28
* zlib1g-dev
28
29
29
30
Building
30
31
--------
31
32
32
33
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.
33
34
35
+
.. note::
36
+
Our CI testing is on Ubuntu 22.04, so that is the best tested platform and recommended for development.
37
+
34
38
.. note::
35
39
36
40
Compiling the VTR flow with the ``-DYOSYS_F4PGA_PLUGINS=ON`` flag is required to build and install Yosys SystemVerilog and UHDM plugins.
0 commit comments