aboutsummaryrefslogtreecommitdiff
path: root/debug/programs
AgeCommit message (Collapse)AuthorFilesLines
2016-07-18Add simple register tests.Tim Newsome1-30/+31
Make the RegsTest case a bit more comprehensible.
2016-07-18Add block test.Tim Newsome2-2/+2
2016-07-18All tests pass with spike now.Tim Newsome3-4/+139
I did comment out a couple.
2016-07-18Made some progress towards working with spike.Tim Newsome4-55/+85
I'm writing all the tests so they should just work on real hardware, too.
2016-07-18WIP on debug testing.Tim Newsome6-0/+181
./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.