From a4de40e69bbc961554e432f08fc146e07091c3f7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 19 Jan 2016 20:27:01 +0100 Subject: README: remove duplicated sentence. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9e20c0f..ef0bde3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,11 @@ This directory contains the sources of GHDL, the VHDL simulator. GHDL is not an interpreter: it generates machine code from your design, the only way for high speed simulation. +GHDL fully supports IEEE 1076-1987, IEEE 1076-1993, IEE 1076-2002 and +partially the 1076-2008 version of VHDL. + Main features are: - available on Linux (x86 and x86-64), Windows and Mac OS x -- fully support vhdl 1987, vhdl 1993 and many features of vhdl 2008 - handle very large designs like leon3/grlib. - can write waveforms to a vcd or fst file. - partial support of PSL @@ -15,9 +17,6 @@ Main features are: - support OSVVM (http://osvvm.org) - support cocotb (https://github.com/potentialventures/cocotb) through the VPI interface -GHDL fully supports IEEE 1076-1987, IEEE 1076-1993, IEE 1076-2002 and -partially the 1076-2008 version of VHDL. - GHDL is free software. See the file COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. -- cgit