3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00

Add gperf to prerequisites

This commit is contained in:
Clifford Wolf 2017-09-21 01:49:18 +02:00
parent 3f1cbb0706
commit 6d0183f6c6

View file

@ -21,7 +21,7 @@ Installing prerequisites (this command is for Ubuntu 16.04):
sudo apt-get install build-essential clang bison flex libreadline-dev \
gawk tcl-dev libffi-dev git mercurial graphviz \
xdot pkg-config python python3 libftdi-dev
xdot pkg-config python python3 libftdi-dev gperf
Yosys, Yosys-SMTBMC and ABC
~~~~~~~~~~~~~~~~~~~~~~~~~~~