diff options
author | Tristan Gingold | 2016-01-19 20:27:01 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-19 20:27:01 +0100 |
commit | a4de40e69bbc961554e432f08fc146e07091c3f7 (patch) | |
tree | e796350f6e4d99dbd7a66a31b0303afde5f84790 | |
parent | e6eba88e0774788dbc5eda75659257bb5abb28d2 (diff) | |
download | ghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.tar.gz ghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.tar.bz2 ghdl-a4de40e69bbc961554e432f08fc146e07091c3f7.zip |
README: remove duplicated sentence.
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |