On 1/19/11 6:52 AM, Tristan Gingold wrote:
----- "Dr. Douglas Lyon"<[email protected]> a écrit :
Hi All,
Has anyone attempted to use JGNAT to
convert GHDL to run on the JVM?
Hi,
this won't work without a lot of work. GHDL is a compiler and therefore you'll
need to modify it to generate byte code.
This uses GCC to compile C to MIPS code which is then converted to Java
bytecodes.
http://code.google.com/p/cibyl/
So, it would be a matter of "just" setting up a GHDL to MIPS
cross-compiler, (or run on a MIPS machine like an SGI IRIX) and then
"just" converting its output to Java code. :-)
So pretty hard, but not as hard as maybe expected. :)
Jakob
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss