aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-01-19 20:27:01 +0100
committerTristan Gingold <tgingold@free.fr>2016-01-19 20:27:01 +0100
commita4de40e69bbc961554e432f08fc146e07091c3f7 (patch)
treee796350f6e4d99dbd7a66a31b0303afde5f84790 /README.md
parente6eba88e0774788dbc5eda75659257bb5abb28d2 (diff)
downloadghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.tar.gz
ghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.tar.bz2
ghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.zip
README: remove duplicated sentence.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9e20c0f66..ef0bde326 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.