Jump to content
  • 0

JTAG zynq


juanelete

Question

Hi there,

I am trying to read and write register using JTAG-HS3. For this purpose I am using DPCUTIL library in linux. Can I use this library to read and write register in a Zynq FPGA (xc7z015)? 

When I call "DpcOpenJtag" it allways returns false... I do not what I have to put in the device name parameter (char * szdvc).

Thanks in advance,

Juan.

 

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Hi @juanelete,

DPCUTIL is a wrapper for Adept 1.x and is deprecated. It calls functions inside of DMGR, DJTG, DEPP, and DSPI libraries. You should be using a combination of the DMGR (to find and open devices) and DJTG libraries. If you want to continue to attempt to use dpcutil then you can try passing in “JtagHs3” for the device name string parameter. We don’t provide a TAP level API so if you want to read and write registers you are going to have to use the DJTG library to implement the correct bit sequences. It’s certainly possible to do this with the JTAG-HS3. Unfortunately, we do not have any example applications.

cheers,

Jon

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...