aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/mprv.S
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27Rename sbadaddr to satpAndrew Waterman1-3/+3
2017-05-16Link in encoding.h instead of providing a path to itPalmer Dabbelt1-1/+1
2017-04-14debug: checkpoint of trying to get simulation tests workingMegan Wachs1-2/+2
2016-12-07Use XLEN macro for these sources as well.Tim Newsome1-2/+2
All tests pass on spike32 and spike64 again.
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-2/+2
2016-07-19Add 32-bit support.Tim Newsome1-1/+9
2016-07-18All tests pass with spike now.Tim Newsome1-3/+3
I did comment out a couple.
2016-07-18WIP on debug testing.Tim Newsome1-0/+38
./gdbserver.py --m2gl_m2s --openocd "$HOME/SiFive/openocd/src/openocd -s $HOME/SiFive/openocd/tcl" -- RegsTest.test_write_gprs doesn't fail in a completely crazy way.