Interface VHDL with Java

P

priya

Guest
Hi All,

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
 
priya wrote:

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
 
Hi all,
There is JaBRI-LI (Java Binding Resource Linking Interface)
It is available at www.jabri-vhdl.net
I hope this could help
Bye
 
Hi ..

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
 

Welcome to EDABoard.com

Sponsor

Back
Top