This is an automated email from Gerrit.

Megan Wachs ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/3635

-- gerrit

commit e98d9dc469dda4be8789f18beab0650354ad9a69
Author: Megan Wachs <[email protected]>
Date:   Tue Aug 2 18:44:10 2016 -0700

    topic: In jtag_vpi, correct runtest behavior
    
    Prevent the State Machine from moving at the end
    of several cycles during run_test_idle
    state.
    
    Change-Id: Iabdf90a58334dd3d0e6e34b02983a85662062825
    Signed-off-by: Megan Wachs <[email protected]>

diff --git a/src/jtag/drivers/jtag_vpi.c b/src/jtag/drivers/jtag_vpi.c
index a1787d4..1b0fcba 100644
--- a/src/jtag/drivers/jtag_vpi.c
+++ b/src/jtag/drivers/jtag_vpi.c
@@ -318,7 +318,7 @@ static int jtag_vpi_runtest(int cycles, tap_state_t state)
        if (retval != ERROR_OK)
                return retval;
 
-       retval = jtag_vpi_queue_tdi(NULL, cycles, TAP_SHIFT);
+       retval = jtag_vpi_queue_tdi(NULL, cycles, NO_TAP_SHIFT);
        if (retval != ERROR_OK)
                return retval;
 

-- 

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to