3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added "make abc" and "make install-abc"

This commit is contained in:
Clifford Wolf 2013-06-08 23:48:19 +02:00
parent 5a592b3739
commit 6c8a424872
4 changed files with 20 additions and 4 deletions

5
README
View file

@ -63,6 +63,11 @@ To build Yosys simply type 'make' in this directory.
$ make test
$ sudo make install
To also build and install ABC (recommended) use the following commands:
$ make abc
$ sudo make install-abc
Yosys can be used with the interactive command shell, with
synthesis scripts or with command line arguments. Let's perform
a simple synthesis job using the interactive command shell: