1. Apr 07, 2017
  2. Apr 06, 2017
  3. Mar 31, 2017
  4. Mar 25, 2017
  5. Mar 24, 2017
  6. Mar 23, 2017
  7. Mar 22, 2017
  8. Mar 16, 2017
    • Megan Wachs's avatar
      riscv-v13: wait for idle in read_memory · a70e6286
      Megan Wachs authored
      read_memory was doing autoexec-initialized commands, but wasn't using
      ac_busy_delay to add delay or wait between the commands. This isn't the optimal
      solution, but the whole read_memory sequence needs to be made more efficient
      anyway, so this was the quick and dirty solution.
      a70e6286
  9. Feb 28, 2017
  10. Feb 26, 2017
  11. Feb 23, 2017
    • Tim Newsome's avatar
      Speed things up by ignoring return values. · 3bd661b6
      Tim Newsome authored
      The remote bitbang implementation is really slow when reading back data.
      During many operations, like writing a block of memory, we don't need to
      see the return data. By communicating this to the lower layers, we get
      huge speedups. Downloads to spike now are 295KB/s.
      
      That means the gdbserver.py download test now runs to completion,
      unfortunately it fails. Everything else is still passing, though, so I'm
      committing this change.
      
      Change-Id: I44cc9db1ade0908c1a12d09b23fc8e529a802d88
      3bd661b6
  12. Feb 22, 2017
  13. Feb 21, 2017
  14. Feb 18, 2017
    • Tim Newsome's avatar
      Fix access FPU registers again. · 3173314f
      Tim Newsome authored
      Not a great fix. There's still a problem with accessing 64-bit floating
      point registers on 32-bit cores.
      24 of the gdbserver.py tests pass now.
      
      Change-Id: I69a88ef5fd5581e2c7bf1d78057fd474ae86ff93
      3173314f
    • Tim Newsome's avatar
      Fix use of REG vs CSR constants. · 071f9a29
      Tim Newsome authored
      23 gdbserver.py tests pass now.
      
      Change-Id: I32805d615ae5f536f179baf906e0e74a56e80c0b
      071f9a29
    • Tim Newsome's avatar
      Bunch of register access refactoring. · b363d1a3
      Tim Newsome authored
      Got rid of the last reference to the old debug RAM code! (Mostly?)
      SimpleF18Test passes now.
      
      Change-Id: Iab51d436a50bec9a5e504df7fb3cd6be874da0be
      b363d1a3
  15. Feb 17, 2017
  16. Feb 16, 2017