8 #ifndef OPENOCD_SVF_SVF_H
9 #define OPENOCD_SVF_SVF_H
The JTAG interface can be implemented with a software or hardware fifo.
tap_state
Defines JTAG Test Access Port states.
int svf_register_commands(struct command_context *cmd_ctx)
bool svf_tap_state_is_stable(enum tap_state state)
svf_tap_state_is_stable() returns true for stable non-SHIFT states
int svf_add_statemove(enum tap_state goal_state)
svf_add_statemove() moves from the current state to goal_state.