Revert 7927e90a42
We don't use VPI anymore, and aren't certain that this must be upstreamed. Change-Id: I055bd565f71df3538dd7e186b0fd0a035dd9e988riscv-compliance
parent
32f6d6a857
commit
ca93d610f0
|
@ -318,7 +318,7 @@ static int jtag_vpi_runtest(int cycles, tap_state_t state)
|
||||||
if (retval != ERROR_OK)
|
if (retval != ERROR_OK)
|
||||||
return retval;
|
return retval;
|
||||||
|
|
||||||
retval = jtag_vpi_queue_tdi(NULL, cycles, NO_TAP_SHIFT);
|
retval = jtag_vpi_queue_tdi(NULL, cycles, TAP_SHIFT);
|
||||||
if (retval != ERROR_OK)
|
if (retval != ERROR_OK)
|
||||||
return retval;
|
return retval;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue