This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: announce: VHDL front-end for GCC


I've applied the following patch to add VHDL to the list in
gcc.gnu.org/frontends.html.

Janis

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.16
diff -u -r1.16 frontends.html
--- frontends.html	13 Sep 2002 06:38:34 -0000	1.16
+++ frontends.html	19 Nov 2002 18:48:42 -0000
@@ -68,6 +68,11 @@
 <li><a href="http://www.gnuprojects.org/spl/splf.htm";>GNU Shakespeare</a>, 
 a "language with the expressiveness of BASIC and user-friendliness of assembly
 language".</li>
+
+<li><a href="http://ghdl.free.fr";>GHDL</a> is a GCC front end for the
+VHDL (IEEE 1076) hardware design language.  GHDL and its runtime library
+are written in Ada95 using GNAT and are distributed under the GPL.
+Currently they only support GNU/Linux x86 systems.</li>
 </ul>
 
 </body>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]