ADIv5: relocate memacess_tck cycles
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 22:58:16 +0000 (14:58 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 22:58:16 +0000 (14:58 -0800)
commitc8ea748dc22660dad934537384d35903dfcc492e
treed92c41ee623f799602886d2aecaac7eda9af776d
parent3b68a708c2b039d9b091608eccb2206725742a47
ADIv5: relocate memacess_tck cycles

When using an AP to access a memory (or a memory-mapped register),
some extra TCK (assuming JTAG) cycles should be added to ensure
the AP has enugh time to complete that access before trying to
collect the response.

The previous code was adding these cycles *before* trying to
access (read or write) data to that address, not *after*.  Fix
by putting the delays in the right location.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm_adi_v5.c