Skip to content
Konstantin edited this page May 11, 2018 · 11 revisions

Yosys installation

git clone https://github.com/YosysHQ/yosys.git
sudo apt-get install build-essential clang bison flex libreadline-dev gawk \
   tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python3
make config-gcc
make install

Testing Yosys installation

make test

You will also need latest Icarus Verilog to run the tests

Clone this wiki locally