Quoting "Wesley J. Landaker" <[EMAIL PROTECTED]>: > On Tuesday 03 June 2008 19:12:04 Tristan Gingold wrote: > > On Tue, Jun 03, 2008 at 10:21:13AM -0600, Wesley J. Landaker wrote: > > > I've actually toyed with this idea for some time (but will > > > realistically probably never have time to implement it): > > > > > > 1) Modify GHDL to compile to LLVM. > > > > That's something I'd like to do too. Shouldn't be very hard. > > Let me just say, that would be incredibly awesome. > > One of these days I need to try to understand the GHDL codebase better so > that I can help with more than reporting bugs and cheering you on. =)
The low level code generation (ortho) is very independent of the VHDL compiler. This can be seen as an intermediate language and has a self-contained parser (oread). Certainly the easiest part of ghdl. The implementation for gcc is written in C. Tristan. _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss