aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Add command to display privilege level in interactive modeJerry Zhao1-0/+1
2022-10-17Merge branch 'master' into plic_uart_v1plic_uart_v1Andrew Waterman1-1/+4
2022-10-16Add interactive mode commands to read clint mtime/mtimecmpJerry Zhao1-0/+2
2022-10-14Add dump memory command to interactive modeJerry Zhao1-0/+1
2022-08-04 Add support for freg command to read X regs when enable Zfinxliweiwei1-1/+1
2022-04-20Add ns16550 serial device emulationAnup Patel1-0/+1
2022-04-20Add PLIC emulationAnup Patel1-0/+1
2022-04-12Move real_time_clint into cfg_tRupert Swarbrick1-1/+1
2022-04-12Move varch into cfg_tRupert Swarbrick1-1/+1
2022-04-12Move hartids into cfg_tRupert Swarbrick1-1/+1
2022-04-12Move start_pc into cfg_tRupert Swarbrick1-2/+1
2022-03-18Fold priv parameter into cfg_tRupert Swarbrick1-2/+1
2022-03-18Fold isa parameter into cfg_tRupert Swarbrick1-2/+1
2022-03-18Fold nprocs parameter into cfg_tRupert Swarbrick1-1/+1
2022-03-18Fold bootargs parameter in the new cfg_t typeRupert Swarbrick1-2/+1
2022-03-18Initial step towards factoring out command line configurationRupert Swarbrick1-5/+6
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-0/+1
2021-09-17Fix memory leakAndrew Waterman1-1/+1
2021-09-17Don't use "using"Andrew Waterman1-20/+6
2021-09-17Use RIAA pattern in manipulating ostream flagsAndrew Waterman1-1/+1
2021-09-14add option --cmd to read commands from file (#772)Elmar Melcher1-3/+5
2021-08-03declare socket properties in sim_tElmar Melcher1-1/+37
2020-11-07Implement support for big-endian targetsMarcus Comstedt1-0/+2
2020-09-29Adding symbol lookup when --enable-commitlog is enabled (#558)sthiruva1-0/+2
2020-07-09Add bootargs command-line option to SpikeAnup Patel1-1/+2
2020-06-16zfh: support register dump in interactive modeChih-Min Chao1-0/+1
2020-04-27fdt: restructure dtb create and config flowChih-Min Chao1-9/+5
2020-04-27fdt: option: add --dtb option to specify dtb binary fileChih-Min Chao1-0/+5
2020-03-27Write execution logs to a named log file (#409)Rupert Swarbrick1-7/+16
2020-02-15Add optional support for real-time clintAnup Patel1-1/+2
2020-02-14Make spike capable of booting LinuxAnup Patel1-1/+3
2019-11-12Add --priv option to control which privilege modes are availableAndrew Waterman1-1/+2
2019-09-18Adds --log-commits commandline option. (#323)dave-estes-syzexion1-0/+2
2019-07-22Implement MMIO device plugins.Aaron Jones1-0/+2
2019-06-18rvv: extend interactive debugChih-Min Chao1-0/+1
2019-06-14rvv: add varch option parser and initialize vector unitChih-Min Chao1-2/+2
2019-05-14Clean up debug module options. (#299)Tim Newsome1-3/+1
2019-04-04Add --debug-no-abstract-csr (#267)Tim Newsome1-1/+1
2019-04-02Implement debug hasel support (#287)Tim Newsome1-1/+2
2019-03-12include sys/types.h for suseconds_t (#285)nmeum1-0/+1
2018-12-13Add --dmi-rti and --abstract-rti to test OpenOCD.Tim Newsome1-1/+2
2018-10-18Provide a noisy until interactive commandHesham Almatary1-1/+3
2018-08-23Add --disable-dtb option to suppress writing the DTB to memoryAndrew Waterman1-0/+4
2018-05-31Put simif_t declaration in its own file. (#209)Andy Wright1-13/+1
2018-03-16Implement debug havereset bitsTim Newsome1-0/+5
2018-03-07Merge pull request #177 from riscv/debug_authTim Newsome1-1/+1
2018-03-06Narrow the interface used by the processors and memory to the top-level simul...Prashanth Mundkur1-1/+12
2018-02-27Add debug module authentication.Tim Newsome1-1/+1
2018-02-01Add --debug-sba optionTim Newsome1-1/+1
2018-01-18Support debug system bus access.Tim Newsome1-2/+7