From bb37f17aef2e69655c61510c4896dd8cb303c993 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Sun, 19 Feb 2017 18:49:32 +0100 Subject: Move split ols txts to doc/oldmds. Add shields to README. Change target of license shield on RTD. --- doc/oldmds/gcc/ANNOUNCE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/oldmds/gcc/ANNOUNCE (limited to 'doc/oldmds/gcc/ANNOUNCE') diff --git a/doc/oldmds/gcc/ANNOUNCE b/doc/oldmds/gcc/ANNOUNCE new file mode 100644 index 000000000..7b1060e20 --- /dev/null +++ b/doc/oldmds/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. -- cgit v1.2.3