mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
Added support for initialized xilinx brams
This commit is contained in:
parent
169d1c4711
commit
8520b7fbe0
11 changed files with 313 additions and 90 deletions
2
README
2
README
|
@ -56,7 +56,7 @@ For example on Ubuntu Linux 14.04 LTS the following commands will install all
|
|||
prerequisites for building yosys:
|
||||
|
||||
$ yosys_deps="build-essential clang bison flex libreadline-dev gawk
|
||||
tcl-dev libffi-dev git mercurial graphviz xdot pkg-config"
|
||||
tcl-dev libffi-dev git mercurial graphviz xdot pkg-config python"
|
||||
$ sudo apt-get install $yosys_deps
|
||||
|
||||
There are also pre-compiled Yosys binary packages for Ubuntu and Win32 as well
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue