aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.cc
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Merge branch 'master' into plic_uart_v1plic_uart_v1Andrew Waterman1-5/+2
2022-10-14Support command-line configuration of number of pmpregionsJerry Zhao1-1/+1
2022-09-20detects the loading of isa-incompatible (i.e. 32 bit code to 64bit HART) code...Iman Hosseini1-0/+1
2022-07-17remove unnecessary ifdef for RISCV_ENABLE_DUAL_ENDIANWeiwei Li1-4/+0
2022-04-20Add ns16550 serial device emulationAnup Patel1-0/+16
2022-04-20Add PLIC emulationAnup Patel1-0/+8
2022-04-12Move real_time_clint into cfg_tRupert Swarbrick1-2/+2
2022-04-12Move varch into cfg_tRupert Swarbrick1-2/+2
2022-04-12Remove nprocs from cfg_tRupert Swarbrick1-2/+0
2022-04-12Move hartids into cfg_tRupert Swarbrick1-4/+3
2022-04-12Move the "default hartids" logic from sim.cc into spike.ccRupert Swarbrick1-10/+3
2022-04-12Move start_pc into cfg_tRupert Swarbrick1-3/+2
2022-04-12Fix debug messages about invalid pmpregions/mmu-typesRupert Swarbrick1-2/+2
2022-04-11Change processor_t to hold a pointer to an isa_parser_t (#973)Rupert Swarbrick1-1/+1
2022-03-30Implement Sv57 and Sv57x4 translation modesAndrew Waterman1-0/+2
2022-03-18Fold priv parameter into cfg_tRupert Swarbrick1-3/+2
2022-03-18Fold isa parameter into cfg_tRupert Swarbrick1-3/+2
2022-03-18Fold nprocs parameter into cfg_tRupert Swarbrick1-8/+8
2022-03-18Fold bootargs parameter in the new cfg_t typeRupert Swarbrick1-3/+2
2022-03-18Initial step towards factoring out command line configurationRupert Swarbrick1-6/+8
2022-03-12Construct an isa_parser_t and pass it to processor_t constructorRupert Swarbrick1-2/+3
2022-02-23pmp: dts: handle the absence of mmu and pmp in dtsChih-Min Chao1-1/+13
2022-02-21Avoid an unnecessary strcpy (#925)Rupert Swarbrick1-3/+3
2022-02-18Don't instantiate a CLINT if there is none in the device config (#921)Rupert Swarbrick1-6/+11
2022-02-18Add simple error checking to DTB parsing codeRupert Swarbrick1-0/+13
2022-02-18Remove duplicate DTB load stepRupert Swarbrick1-17/+0
2021-09-17Don't use "using"Andrew Waterman1-2/+2
2021-09-17Use RIAA pattern in manipulating ostream flagsAndrew Waterman1-3/+3
2021-09-14add option --cmd to read commands from file (#772)Elmar Melcher1-3/+4
2021-09-01remove io_service_ptr_ctor and acceptor_ptr_ctoremelcher1-5/+5
2021-08-03activate socket comunication in simulatorElmar Melcher1-0/+5
2021-08-03declare socket properties in processor_tElmar Melcher1-1/+1
2021-08-03declare socket properties in sim_tElmar Melcher1-1/+7
2021-06-04encoding: udpate and move platform-related define outChih-Min Chao1-0/+1
2021-02-04Fix --kernel and --initrd options w.r.t. sparse mem_t implementationAndrew Waterman1-1/+1
2021-01-20add support to page on demand (#634)Chih-Min Chao1-1/+1
2020-12-14dts: mmu: replace 'riscv,bare' by 'riscv,sbare'Chih-Min Chao1-2/+2
2020-12-01Fix Issue #609 (#610)Will Hawkins1-5/+1
2020-11-29Fix #607: Add a core parameter to the interactive str command (#608)Will Hawkins1-1/+5
2020-11-15dts: config pmp attribute by each core's settingChih-Min Chao1-12/+13
2020-11-11dts: mmu: parse mmu-type in dtsChih-Min Chao1-0/+48
2020-11-07Allow fixed endianness to be observed through MBE/SBE/UBEMarcus Comstedt1-0/+1
2020-11-07Tag target endian values to help guide conversion codeMarcus Comstedt1-1/+1
2020-11-07Implement support for big-endian targetsMarcus Comstedt1-4/+42
2020-09-29Adding symbol lookup when --enable-commitlog is enabled (#558)sthiruva1-0/+5
2020-07-09Add bootargs command-line option to SpikeAnup Patel1-3/+4
2020-05-09Support consuming PMP number and granularity from DTBAndrew Waterman1-0/+9
2020-04-27fdt: restructure dtb create and config flowChih-Min Chao1-8/+45
2020-04-27fdt: option: add --dtb option to specify dtb binary fileChih-Min Chao1-2/+17
2020-03-29Fix debug segfault by partially reverting #409Andrew Waterman1-2/+3