Skip to content

Commit

Permalink
Merge pull request #2279 from CAS-Atlantic/parmys-doc-update
Browse files Browse the repository at this point in the history
Parmys doc update
  • Loading branch information
vaughnbetz authored Apr 9, 2023
2 parents a0cce86 + 8be9ce4 commit 7a96762
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
20 changes: 12 additions & 8 deletions doc/src/parmys/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,32 @@ Prerequisites
* ctags
* bison
* flex
* gcc 5.x
* g++ 9.x
* cmake 3.9 (minimum version)
* time
* cairo
* gawk
* xdot
* tcl-dev
* build-essential
* libreadline-dev
* gawk tcl-dev
* libffi-dev
* git
* graphviz
* xdot
* pkg-config
* python3
* libffi-dev
* libreadline-dev
* python3-dev
* libboost-system-dev
* libboost-python-dev
* libboost-filesystem-dev
* libboost-filesystem-dev
* zlib1g-dev

Building
--------

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.

.. note::
Our CI testing is on Ubuntu 22.04, so that is the best tested platform and recommended for development.

.. note::

Compiling the VTR flow with the ``-DYOSYS_F4PGA_PLUGINS=ON`` flag is required to build and install Yosys SystemVerilog and UHDM plugins.
Expand Down
8 changes: 4 additions & 4 deletions install_apt_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ sudo apt-get install -y \
clang \
bison \
flex \
libreadline-dev \
libreadline-dev \
gawk \
tcl-dev \
libffi-dev \
git \
graphviz \
graphviz \
xdot \
pkg-config \
python3 \
python3-dev \
libboost-system-dev \
libboost-python-dev \
libboost-python-dev \
libboost-filesystem-dev \
zlib1g-dev

Expand Down

0 comments on commit 7a96762

Please sign in to comment.