Steve Tell
2017-06-26 23:19:30 UTC
The attached patch against git head adds to the python bindings
New chain method "flush" - calls urj_tap_chain_flush to
make sure all queued activity has been sent to the hardware cable
New chain method get_tdo - gets the current value of TDO pin.
Don't unnecessarily shift instruction registers after doing an
addpart.
Fix retrieval of data register shift-in buffer values with get_dr
Created include file py_urjtag.h so we can have more than one file
of python-C bindings
New chain method get_register - returns a python object representing a
data register (urj_data_register)
Implementation of useful methods on register objects, which can make
code dealing with multiple parts and user registers much cleaner.
New chain method "flush" - calls urj_tap_chain_flush to
make sure all queued activity has been sent to the hardware cable
New chain method get_tdo - gets the current value of TDO pin.
Don't unnecessarily shift instruction registers after doing an
addpart.
Fix retrieval of data register shift-in buffer values with get_dr
Created include file py_urjtag.h so we can have more than one file
of python-C bindings
New chain method get_register - returns a python object representing a
data register (urj_data_register)
Implementation of useful methods on register objects, which can make
code dealing with multiple parts and user registers much cleaner.