xilskey
Vitis Drivers API Documentation
js_port_struct Struct Reference

JTAG port. More...

Data Fields

js_server_tserver
 Server associated with port. More...
 
js_node_troot_node
 Node representing the whole scan chain. More...
 

Detailed Description

JTAG port.

This is retrieved by calling js_open_port().

Field Documentation

js_node_t* js_port_struct::root_node

Node representing the whole scan chain.

Referenced by jtag_navigate(), and jtag_shift().

js_server_t* js_port_struct::server

Server associated with port.