diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-06-08 23:48:19 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-06-08 23:48:19 +0200 |
commit | 6c8a424872ff2925c4c87fce6d9a9c9fc74a0800 (patch) | |
tree | f61b2ab8c2f28b1c5c2b0535cd81937d7d5c2988 /README | |
parent | 5a592b37398b5cc441471019c56a28e8a6cac680 (diff) | |
download | yosys-6c8a424872ff2925c4c87fce6d9a9c9fc74a0800.tar.gz yosys-6c8a424872ff2925c4c87fce6d9a9c9fc74a0800.tar.bz2 yosys-6c8a424872ff2925c4c87fce6d9a9c9fc74a0800.zip |
Added "make abc" and "make install-abc"
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |