From 6c8a424872ff2925c4c87fce6d9a9c9fc74a0800 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 8 Jun 2013 23:48:19 +0200 Subject: Added "make abc" and "make install-abc" --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index a4a218636..699b83ba6 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: -- cgit v1.2.3