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:
parent
5a592b3739
commit
6c8a424872
4 changed files with 20 additions and 4 deletions
5
README
5
README
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue