Altera_Forum
Honored Contributor
15 years agoIs there any virtual jtag C API functions?
Dear All,
I am using Altera Virtual Jtag to develop my own debug tool on FPGA. I notice that on host PC, I have to write Tcl script and evaluated it through quartus_stp.exe shell program in order to access my Jtag controller in FPGA. I am wondering if Altera provide any C DLL files that contains APIs that I can invoke in my C program to access Jtag in FPGA? Since my debug software is written in C, I am afraid invoking quartus_stp.exe shell in C is not a good solution. Thanks in advances!