From 4e110147adc921386c8b4e9cf4d1a9a5d20ee4ec Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 10 Jan 2016 07:27:49 +0100 Subject: README: mcode is available on x86_64 too. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 65c29fc76..196235a96 100644 --- a/README +++ b/README @@ -26,7 +26,7 @@ Building GHDL (Short instructions) If you aren't on linux, see below for full instructions. -You need GNAT GPL 2014 (or later) for x86 (32 bits). GNAT is the GNU Ada +You need GNAT GPL 2014 (or later) for x86 (32 or 64 bits). GNAT is the GNU Ada compiler and GNAT GPL is very easy to install (download anonymously from libre.adacore.com, untar and run the doinstall script). @@ -47,7 +47,7 @@ GHDL supports many backend (code generator), so you first must choose the backend you want to use. There are currently 3 supported backends: * gcc -* mcode (this is an internal code generator for i386) +* mcode (this is an internal code generator for x86_64 and i386) * llvm (experimental) Here is a short comparaison: @@ -62,7 +62,7 @@ Here is a short comparaison: * mcode + very easy to build -- but i386 only +- but x86_64/i386 only + very quick analysis time + can analyze very big designs - simulation is slower -- cgit v1.2.3