Updated README

This commit is contained in:
Clifford Wolf 2014-04-18 10:19:46 +02:00
parent d18c10d991
commit 12a3c05229
1 changed files with 11 additions and 18 deletions

29
README
View File

@ -56,20 +56,15 @@ and TCL for the scripting functionality. The extensive test suite requires
Icarus Verilog. For example on Ubuntu Linux 12.04 LTS the following commands Icarus Verilog. For example on Ubuntu Linux 12.04 LTS the following commands
will install all prerequisites for building yosys: will install all prerequisites for building yosys:
$ sudo apt-get install git $ yosys_deps="git g++ clang make bison flex libreadline-dev
$ sudo apt-get install g++ tcl8.5-dev zlib1g-dev libqt4-dev mercurial
$ sudo apt-get install clang iverilog graphviz"
$ sudo apt-get install make $ sudo apt-get install $yosys_deps
$ sudo apt-get install bison
$ sudo apt-get install flex There are also pre-compiled packages for Yosys on Ubuntu. Visit the Yosys
$ sudo apt-get install libreadline-dev download page to learn more about this:
$ sudo apt-get install tcl8.5-dev
$ sudo apt-get install minisat http://www.clifford.at/yosys/download.html
$ sudo apt-get install zlib1g-dev
$ sudo apt-get install libqt4-dev
$ sudo apt-get install mercurial
$ sudo apt-get install iverilog
$ sudo apt-get install graphviz
To configure the build system to use a specific set of compiler and To configure the build system to use a specific set of compiler and
build configuration, use one of build configuration, use one of
@ -82,7 +77,8 @@ For other compilers and build configurations it might be
necessary to make some changes to the config section of the necessary to make some changes to the config section of the
Makefile. Makefile.
$ vi Makefile $ vi Makefile ..or..
$ vi Makefile.conf
To build Yosys simply type 'make' in this directory. To build Yosys simply type 'make' in this directory.
@ -90,9 +86,6 @@ To build Yosys simply type 'make' in this directory.
$ make test $ make test
$ sudo make install $ sudo make install
If you encounter any problems during build, make sure to check the section
"Workarounds for known build problems" at the end of this README file.
Note that this also downloads, builds and installs ABC (using yosys-abc Note that this also downloads, builds and installs ABC (using yosys-abc
as executeable name). as executeable name).