aboutsummaryrefslogtreecommitdiffstats
path: root/src/translate/gcc/ANNOUNCE
diff options
context:
space:
mode:
Diffstat (limited to 'src/translate/gcc/ANNOUNCE')
-rw-r--r--src/translate/gcc/ANNOUNCE21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/translate/gcc/ANNOUNCE b/src/translate/gcc/ANNOUNCE
deleted file mode 100644
index 7b1060e20..000000000
--- a/src/translate/gcc/ANNOUNCE
+++ /dev/null
@@ -1,21 +0,0 @@
-I am happy to introduce GHDL.
-
-GHDL is a GCC front-end for the VHDL (IEEE 1076) language, an hardware design
-language.
-
-Currently, GHDL implements most of VHDL-1987 and some features of
-VHDL-1993. It is mature enough to compile and run some complex design (such
-as a DLX processor and leon1, a SPARCv7 processor)
-
-GHDL has been developped on a GNU/Linux x86 system, and only this configuration
-has been tested (porting to other processor or system should not be an hard
-task, but there are system dependent files in the run time).
-
-GHDL is written in Ada95 (using GNAT) and relies on agcc, an Ada
-binding for GCC. It also includes a run-time library (written in Ada), named
-grt. The front-end and the library are both distributed under the GPL licence.
-
-For sources, binary tarballs, or for more information, go to
-http://ghdl.free.fr
-
-Tristan Gingold.