How to communicate between custom software and FPGA using JTAG?
Hello,
I have to implement a pc (Linux and Windows) application which has a GUI and can read from and write to a FPGA using JTAG. Also some other functionalities for analysis. I've implemented an application using TCL and system console but the result isn't satisfying.
Now I'm writing a java application but need some libs or services to implement "master_read_32" and "master_write_32". As in altera_jtag_to_avalon_mm_tutorial mentioned, using jtagservice/jtagd seems to be the right direction but makes a lot of trouble for me. First, I can't find any documentation how to use jtagservice or what is jtagservice exactly for. Second, I've to enable port TCP 1309 (https://www.doulos.com/knowhow/fpga/remote_programming/) which I am not allowed to.
Any suggestions how to make read and write happen?
Thank You
Pavel