3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

Docs: changes/todos from JF

This commit is contained in:
Krystine Sherwin 2024-01-30 13:33:07 +13:00
parent 9878e69d6c
commit fd0c574942
No known key found for this signature in database
4 changed files with 43 additions and 32 deletions

View file

@ -86,14 +86,10 @@ Build prerequisites
^^^^^^^^^^^^^^^^^^^
A C++ compiler with C++11 support is required as well as some standard tools
such as GNU Flex, GNU Bison, Make, libffi, and Python3.6 or later. Some
additional tools: readline, Tcl and zlib; are optional but enabled by default
(see ``ENABLE_*`` settings in Makefile). Xdot (graphviz) is optional unless
using the :cmd:ref:`show` command to display schematics.
..
unclear if libffi is required now or still optional
readme says optional, but I can't find a corresponding ENABLE_*
such as GNU Flex, GNU Bison, Make and Python. Some additional tools: readline,
libffi, Tcl and zlib; are optional but enabled by default (see
:makevar:`ENABLE_*` settings in Makefile). Graphviz and Xdot are used by the
:cmd:ref:`show` command to display schematics.
Installing all prerequisites for Ubuntu 20.04: