#include <altera_jtag.h>
Inheritance diagram for AlteraByteBlasterJTAG:


Public Methods | |
| bool | init (int argc, char **argv) |
| Initialize the driver. | |
| bool | drive_signal (int signal, bool value, bool clock, bool test) |
| Changes the state of signals TCK, TMS, TDI & TDO. | |
| unsigned long | transfer_data (int bit_count, unsigned long data, bool instruction) |
| Transfer data to and from IC via JTAG. | |
| void | flush () |
| Flush all buffers. | |
| const char * | getName () const |
| Get the name of the driver. | |
Definition at line 46 of file altera_jtag.h.
1.2.15