aboutsummaryrefslogtreecommitdiff
path: root/spike_main/spike.cc
AgeCommit message (Expand)AuthorFilesLines
2020-05-19fdt: restructure dtb create and config flowChih-Min Chao1-3/+1
2020-05-19fdt: option: add --dtb option to specify dtb binary fileChih-Min Chao1-0/+3
2020-04-14Handle misaligned memories by aligning them, rather than erroringAndrew Waterman1-1/+16
2020-04-14Revert "rvv: support simulations with mem size <4K"Chih-Min Chao1-1/+1
2020-04-07rvv: support simulations with mem size <4KDave.Wen1-1/+1
2020-04-05Write execution logs to a named log file (#409)Rupert Swarbrick1-4/+7
2020-03-04rvv: remove the option of vector misaligned accessZhen Wei1-3/+0
2020-03-04rvv: remove the option of vector impl. checkZhen Wei1-32/+0
2020-02-19Add optional support for real-time clintAnup Patel1-1/+5
2020-02-19Make spike capable of booting LinuxAnup Patel1-1/+39
2019-11-17Add --priv option to control which privilege modes are availableAndrew Waterman1-1/+4
2019-09-29Adds --log-commits commandline option. (#323)dave-estes-syzexion1-0/+3
2019-09-04rvv: refine check logic to use string as inputChih-Min Chao1-2/+14
2019-09-04rvv: exit when there is unsupported instructionsChih-Min Chao1-0/+11
2019-09-04rvv: reimplement check-1905 as check-implChih-Min Chao1-2/+9
2019-09-04Implement MMIO device plugins.Aaron Jones1-3/+64
2019-08-02rvv: add vector-mistrp optionChih-Min Chao1-2/+2
2019-05-29Clean up debug module options. (#299)Tim Newsome1-25/+31
2019-05-20rvv: add --check-1905 option to turn on 1905 release checkChih-Min Chao1-0/+5
2019-05-14Add --debug-no-abstract-csr (#267)Tim Newsome1-1/+5
2019-05-14Implement debug hasel support (#287)Tim Newsome1-1/+5
2019-05-14Version 1.0.0Andrew Waterman1-0/+2
2019-05-14Make --help return 0 after printing the help messageAndrew Waterman1-4/+11
2019-04-30rvv: configurable vector architecture during configuration andDave.Wen1-1/+4
2019-04-06Add --dmi-rti and --abstract-rti to test OpenOCD.Tim Newsome1-2/+14
2018-09-24Add "--log-cache-miss" option to generate a log of cache miss. (#241)takeoverjp1-0/+5
2018-08-23Add --disable-dtb option to suppress writing the DTB to memoryAndrew Waterman1-0/+4
2018-04-29When no arguments are passed, print spike help, not fesvr helpAndrew Waterman1-3/+3
2018-02-27Add debug module authentication.Tim Newsome1-3/+7
2018-02-01Add --debug-sba optionTim Newsome1-1/+6
2018-01-08mem_t: Throw an error if zero-sized memory is requested (#168)Jonathan Neuschäfer1-0/+2
2017-12-11Make progbuf a run-time option.Tim Newsome1-3/+7
2017-11-15hartids knob description addedGleb Gagarin1-0/+1
2017-11-15Support for non-contiguous hartidsGleb Gagarin1-1/+15
2017-05-16Merge remote-tracking branch 'origin/debug-0.13' into priv-1.10Palmer Dabbelt1-8/+10
2017-05-01Set default entry point from ELFAndrew Waterman1-2/+2
2017-04-30Add option to set start pcAndrew Waterman1-17/+4
2017-04-30Support more flexible main memory allocationAndrew Waterman1-4/+54
2017-04-17Merge remote-tracking branch 'origin/priv-1.10' into HEADMegan Wachs1-5/+5
2017-03-21configstring: rename variables to dtsWesley W. Terpstra1-5/+5
2017-02-12Fix stack overflow and support --rbb-port=0Tim Newsome1-3/+4
2017-02-07OpenOCD does a dmi read and gets dummy value back.Tim Newsome1-1/+1
2017-02-06Refactor remote bitbang code.Tim Newsome1-1/+2
2017-02-03OpenOCD connects, and sends some data that we receive.Tim Newsome1-8/+8
2016-06-22Remove legacy HTIF; implement HTIF directlyAndrew Waterman1-1/+0
2016-05-23Add --gdb-portTim Newsome1-4/+10
2016-05-23Add -H to start halted.Tim Newsome1-2/+5
2016-05-23gdb can now read spike memory.Tim Newsome1-1/+1
2016-05-23Listen on a socket for gdb to connect to.Tim Newsome1-0/+3
2016-04-29Move much closer to new platform-M memory mapAndrew Waterman1-0/+1