3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 00:55:32 +00:00

Archibald Rust and Clifford Wolf: ffi-based dpi_call()

This commit is contained in:
Clifford Wolf 2014-08-22 14:22:09 +02:00
parent a3494fa9ed
commit 74af3a2b70
3 changed files with 93 additions and 9 deletions

4
README
View file

@ -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