summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-22 14:22:09 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-22 14:22:09 +0200
commit74af3a2b7086acad45d15b590a0d23572e8c8734 (patch)
tree6fe6d72a50af984de2d7c2890f8af2986fb4259b /README
parenta3494fa9ed32d7ff2b826dfc921e3a0139158880 (diff)
Archibald Rust and Clifford Wolf: ffi-based dpi_call()
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a0e67e8a..5c3286c2 100644
--- a/README
+++ b/README
@@ -57,8 +57,8 @@ Icarus Verilog. For example on Ubuntu Linux 12.04 LTS the following commands
will install all prerequisites for building yosys:
$ yosys_deps="git g++ clang make bison flex libreadline-dev
- tcl8.5-dev zlib1g-dev libqt4-dev mercurial
- iverilog graphviz"
+ tcl8.5-dev zlib1g-dev libqt4-dev libffi-dev
+ mercurial iverilog graphviz"
$ sudo apt-get install $yosys_deps
There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys