diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-11-05 05:11:00 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-11-05 05:11:00 +0100 |
commit | 3fddf1c59fd7a8fcd260bb9e05c611bef3dd141b (patch) | |
tree | cbfe6d75f8e09db8b98f335406fb6ecb2fce3e0c /dist/gcc/ANNOUNCE | |
parent | 0a088b311ed2fcebc542f8a2e42d09e2e3c9311c (diff) | |
download | ghdl-3fddf1c59fd7a8fcd260bb9e05c611bef3dd141b.tar.gz ghdl-3fddf1c59fd7a8fcd260bb9e05c611bef3dd141b.tar.bz2 ghdl-3fddf1c59fd7a8fcd260bb9e05c611bef3dd141b.zip |
Move files and dirs from translate/
Diffstat (limited to 'dist/gcc/ANNOUNCE')
-rw-r--r-- | dist/gcc/ANNOUNCE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/gcc/ANNOUNCE b/dist/gcc/ANNOUNCE new file mode 100644 index 000000000..7b1060e20 --- /dev/null +++ b/dist/gcc/ANNOUNCE @@ -0,0 +1,21 @@ +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. |