aboutsummaryrefslogtreecommitdiff
path: root/spike_main
AgeCommit message (Expand)AuthorFilesLines
2020-05-04rvv: fp16: support conversion instrucitonsChih-Min Chao1-2/+2
2020-04-30Merge pull request #452 from davetw/mem_region_checkAndrew Waterman1-0/+40
2020-04-27fdt: restructure dtb create and config flowChih-Min Chao1-3/+1
2020-04-27fdt: option: add --dtb option to specify dtb binary fileChih-Min Chao1-0/+3
2020-04-27merge the overlapping or containing memory regions when user specifiedDave.Wen1-0/+40
2020-04-26fdt: import fdt library from OpenSBIChih-Min Chao1-0/+1
2020-04-24rvv: disasm: leave only SEW-bit segment load/storeChih-Min Chao1-66/+0
2020-04-24rvv: add vfslide1[down|up].vf and refine checking ruleChih-Min Chao1-0/+2
2020-04-20rvv: add float conversion for rtz variantsChih-Min Chao1-1/+7
2020-04-13Handle misaligned memories by aligning them, rather than erroringAndrew Waterman1-1/+16
2020-03-27Write execution logs to a named log file (#409)Rupert Swarbrick2-5/+8
2020-02-15Add optional support for real-time clintAnup Patel1-1/+5
2020-02-14Make spike capable of booting LinuxAnup Patel1-1/+39
2020-02-05Fix immediate signedness in vector disassemblyAndrew Waterman1-3/+3
2020-01-13Merge pull request #378 from chihminchao/rvv-0.8-float64Andrew Waterman1-15/+18
2020-01-13rvv: add vmv[1248]r.vChih-Min Chao1-4/+9
2020-01-13rvv: fix vfwcvt/vfncvt for f32 -> f64 and f64 -> f32Chih-Min Chao1-11/+9
2020-01-09Decouple spike-dasm program from simulator codeAndrew Waterman1-4/+21
2019-12-20rvv: replace vn suffic by 'w'Chih-Min Chao1-26/+30
2019-12-20rvv: add load/store whole register instructionsChih-Min Chao1-11/+15
2019-12-20rvv: rename vfncvt suffix and add rod rouding typeChih-Min Chao1-15/+21
2019-12-20rvv: add quad insn and new vlenb csrChih-Min Chao1-5/+5
2019-11-15add vaaddu/vasubu/vfncvt.rod.f.f.v to diassemblerAndrew Waterman1-2/+5
2019-11-12Add --priv option to control which privilege modes are availableAndrew Waterman3-3/+6
2019-10-29rvv: remove vmfordChih-Min Chao1-1/+0
2019-10-07Speed up compilation of disasm.cc, especially in clangAndrew Waterman1-1/+1
2019-09-18Adds --log-commits commandline option. (#323)dave-estes-syzexion1-0/+3
2019-08-28Merge pull request #315 from vexingcodes/mmio-pluginAndrew Waterman1-3/+64
2019-08-23Fix c.fldsp/c.fsdsp disassembly bugAndrew Waterman1-2/+2
2019-07-22Implement MMIO device plugins.Aaron Jones1-3/+64
2019-07-19vext.x.v -> vmv.x.s; unary operation encoding changesAndrew Waterman1-1/+1
2019-07-05vmfirst/vmpopc have been renamed to vfirst/vpopcAndrew Waterman1-2/+2
2019-06-18rvv: add simple instruction parsing toolChih-Min Chao2-0/+61
2019-06-14rvv: add varch option parser and initialize vector unitChih-Min Chao2-2/+2
2019-06-14rvv: add configuration and command-line optionChih-Min Chao1-0/+3
2019-06-14rvv: disasm: add v-spec 0.7.1 supportChih-Min Chao1-0/+517
2019-05-14Clean up debug module options. (#299)Tim Newsome1-25/+31
2019-04-04Add --debug-no-abstract-csr (#267)Tim Newsome1-1/+5
2019-04-02Implement debug hasel support (#287)Tim Newsome1-1/+5
2019-03-31Version 1.0.0Andrew Waterman1-0/+2
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+1
2019-03-30Make --help return 0 after printing the help messageAndrew Waterman1-4/+11
2018-12-13Add --dmi-rti and --abstract-rti to test OpenOCD.Tim Newsome1-2/+14
2018-10-03fix disassembly of c.addi4spnAndrew Waterman1-1/+1
2018-09-24Add "--log-cache-miss" option to generate a log of cache miss. (#241)takeoverjp1-0/+5
2018-08-24Handle spike-dasm inputs with leading 0x correctlyAndrew Waterman1-9/+17
2018-08-23Fix several disassembler bugsAndrew Waterman1-57/+88
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