diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-04-06 17:07:10 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-04-06 17:07:10 +0200 |
commit | 8520b7fbe0b24dda47749aa870881b6b03480d4a (patch) | |
tree | bd26ef8c9adc39cb296f04614b3c4fb33714ed13 /README | |
parent | 169d1c471165f77612d049478ca25720071272c4 (diff) | |
download | yosys-8520b7fbe0b24dda47749aa870881b6b03480d4a.tar.gz yosys-8520b7fbe0b24dda47749aa870881b6b03480d4a.tar.bz2 yosys-8520b7fbe0b24dda47749aa870881b6b03480d4a.zip |
Added support for initialized xilinx brams
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |