aboutsummaryrefslogtreecommitdiff
path: root/debug/programs/infinite_loop
AgeCommit message (Collapse)AuthorFilesLines
2017-06-15Test 64-bit addressing.Tim Newsome1-0/+0
The spike64 target now links all test programs at 0x7fff_ffff_ffff_0000. Also a minor change to log file naming so that 'make all' works again. I'll fix this better later.
2017-05-16Link the infinate loop at 0x10000000Palmer Dabbelt1-0/+0
Spike appears to have a problem geterating DTS at 0x80000000.
2017-04-18debug: Don't halt out of reset. It's unrealistic. Use a program which loops ↵Megan Wachs1-0/+0
(actually it just gets an exception anyway).