From: Øyvind Harboe Date: Tue, 17 Nov 2009 10:03:55 +0000 (+0100) Subject: jtag_registers: Avalon bridge flushing tweaks X-Git-Tag: v0.4.0-rc1~533 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=959b373f8cdc2c1ad11c67c6916f88f48769438f;hp=959b373f8cdc2c1ad11c67c6916f88f48769438f;p=openocd.git jtag_registers: Avalon bridge flushing tweaks The code is now much more explicit. It flushes every N writes. For now flush every time, but tinkering with the bridge FIFO size and how often we flush clearly points in the direction of the Avalon write FIFO full being the culprit. Signed-off-by: Øyvind Harboe ---