开发者

Java GUI amd FPGA

I study on a robot simulator that written on Java environment.But sonar scan simulations and computational burden of some driven algorithms on robot drop my simulator's performance.

So ı have decided to use fpga module and put the computational burden on it.I have spartan 3a developmen开发者_JS百科t kit for this implemenatation.

Does anyone has any document or application sample that related with communication of java program on PC with fpga code.

thanks.


What interfaces do you have between the PC and the FPGA board? That will define how you use Java to access the board. Which dev kit are you using?

But... before that, have you attempted to simulate the algorithms you propose to push out to the FPGA to make sure they are feasible, and that they will speed up the right bit of your code? I only ask because on occasion FPGAs are touted as the solution to all performance problems, but if they don't suit the problem at hand, you just push the problem elsewhere (often to a comms bottleneck between the PC and the FPGA board)


Read this, Programming Parallel and Serial Ports.

It will help you a lot in such problems.


Mr Thompson;

Thanks for your advices your sayings are reasonable ...

let me expalin more..

my fpga board is xilinx spartan 3a developmant kit that having usb coonection and ethernet and rs232 to PC. (http://www.xilinx.com/products/devkits/HW-SPAR3A-SK-UNI-G.htm)

So ı intended to use it.

As for performance progression, ı purpose to develop a sonar simulation system wtihin 3D environment as a primary reason.At the second hand,ı will try to speed up computational processes that is containing basic mathematical operations.

I plan to design vhdl codes so as to implement sonar readings acquired from given environemnts via byte code to fpga.So ı have to write a java code that can communicate with the generated signals from fpga.

So my real question arises now. !!!

How can ı set a communication thecnique between the fpga signals and java code variables.

thanks alot.


I think using ethernet port is much better than rs232 with Ram block..You may know the socket programming methods via TCP/IP.I made talk my computers via TCP/Ip using java socket at many times.So it is similiar activity with our FPGA PC comm that takes place in here.Using Fpga IP CORE Mac facility ı try to assign an IP address to my fpga.Then ı propose to lead java sockets to FPGA IP CORE so as to communicate.

As a consequence of our discussions yet, my ultimate question now is does anyone use the ethernet link i.e IP CORE MAC on fpga startar kit ???

thanks alot,

for your answers:

Mr.Thompson, Medapol and Mr.Wiliscroft.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜