summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-06-08 23:48:19 +0200
committerClifford Wolf <clifford@clifford.at>2013-06-08 23:48:19 +0200
commit6c8a424872ff2925c4c87fce6d9a9c9fc74a0800 (patch)
treef61b2ab8c2f28b1c5c2b0535cd81937d7d5c2988 /README
parent5a592b37398b5cc441471019c56a28e8a6cac680 (diff)
Added "make abc" and "make install-abc"
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index a4a21863..699b83ba 100644
--- a/README
+++ b/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: