I am new to VHDL.How to interface VHDL with Java?.In my project
we need to give input/output from java to VHDL.I know there is FLI
function(written in C) in VHDL.Is there any other way to intercaes Java
with VHDl...any direct functions are there(like FLI
).
Regards,
priya
> I am new to VHDL.How to interface VHDL with Java?.In my project
> we need to give input/output from java to VHDL.
If you are talking about a java UI for a
board with an fpga on it, the most common
hardware interface is ethernet.
> I know there is FLI
> function(written in C) in VHDL.Is there any other way to intercaes Java
> with VHDl...any direct functions are there(like FLI
> ).
The FLI is a simulation interface that allows
you to use C language models to speed up a
testbench. I don't know if java can do C style
calls, but it is unlikely to speed anything
up.
-- Mike Treseler
www.jabri-vhdl.net this link dosnt work..I got page not found
error....
if there is any other link,plz let me know
rdgs,
priya