diff options
-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. |