pulp-platform / riscv-dbg

RISC-V Debug Support for our PULP RISC-V Cores
Other
197 stars 70 forks source link

jtag_test: Add read_dmi_exp_backoff() and sba_read_double() functions #134

Closed colluca closed 1 year ago

colluca commented 1 year ago

Provides a more robust alternative to read_dmi(), which does not rely on a fixed delay, but rather calls read_dmi() until the read is successful and automatically adjusts the delay with an exponential backoff scheme.