aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/regs.S
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15Make tests work with RV32E targets. (#196)Tim Newsome1-0/+2
2018-10-29Tweak debug tests to run out of flash.Tim Newsome1-0/+1
Not all tests pass when run out of flash yet, but it's getting a lot closer. The ones still failing on HiFive1-flash are: DebugSymbols, Hwbp2, InstantHaltTest, TriggerDmode, TriggerLoadAddressInstant, and TriggerStoreAddressInstant.
2017-05-16Link in encoding.h instead of providing a path to itPalmer Dabbelt1-1/+1
2016-12-07Use our own XLEN macro.Tim Newsome1-1/+1
Relying on something that the compiler automatically sets is apparently not reliable.
2016-12-06avoid non-standard predefined macrosAndrew Waterman1-1/+1
2016-07-18Add simple register tests.Tim Newsome1-30/+31
Make the RegsTest case a bit more comprehensible.
2016-07-18Add block test.Tim Newsome1-1/+1
2016-07-18All tests pass with spike now.Tim Newsome1-1/+4
I did comment out a couple.
2016-07-18Made some progress towards working with spike.Tim Newsome1-30/+40
I'm writing all the tests so they should just work on real hardware, too.
2016-07-18WIP on debug testing.Tim Newsome1-0/+43
./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.