From: Clifford Wolf Date: Sat, 11 Feb 2017 09:12:17 +0000 (+0100) Subject: Merge branch 'master' of https://github.com/stv0g/yosys into stv0g-master X-Git-Tag: yosys-0.8~506^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a88e019b0cd243f149528ce0b752bb6755c393c9;p=yosys.git Merge branch 'master' of https://github.com/stv0g/yosys into stv0g-master --- a88e019b0cd243f149528ce0b752bb6755c393c9 diff --cc README.md index 3d3ff422e,79abad629..7c4dbf0c5 --- a/README.md +++ b/README.md @@@ -46,8 -45,9 +45,9 @@@ Setu You need a C++ compiler with C++11 support (up-to-date CLANG or GCC is recommended) and some standard tools such as GNU Flex, GNU Bison, and GNU Make. -TCL, readline and libffi are optional (see ENABLE_* settings in Makefile). +TCL, readline and libffi are optional (see ``ENABLE_*`` settings in Makefile). Xdot (graphviz) is used by the ``show`` command in yosys to display schematics. + For example on Ubuntu Linux 16.04 LTS the following commands will install all prerequisites for building yosys: