aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Support per-device arguments and device factory reuseLIU Yu1-1/+4
2023-12-08Fix Spike --device option to pass on args to downstream pluginsjoey03201-1/+1
2023-07-20Introduce `abstract_mem_t` to allow custom implementationsMichal Terepeta1-2/+2
2023-07-02sim_t: Add sim_t::add_device() APIJerry Zhao1-0/+1
2023-06-20devices: Switch plugin device interface to use device_factory_tJerry Zhao1-1/+1
2023-06-20sim_t: Add sim_t::get_intctrlJerry Zhao1-0/+1
2023-06-20Inline make_dtb into sim_t constructorJerry Zhao1-1/+0
2023-06-20sim_t: Make static consts public membersJerry Zhao1-3/+4
2023-06-20sim_t: Merge sim_t::plugin_devices with sim_t::devicesJerry Zhao1-1/+0
2023-06-20sim_t: change plugin_devices to a vec of shared_ptrsJerry Zhao1-2/+2
2023-06-20sim_t: Remove boot_rom/ns16550 members of sim_tJerry Zhao1-2/+0
2023-06-20sim_t: Add list of ptrs to devices to sim_tJerry Zhao1-0/+1
2023-06-20sim_t: change devices to shared_ptrsJerry Zhao1-4/+4
2023-03-09Move debug_mmu used by debug_module up to simif_tScott Johnson1-2/+0
2023-03-09Move methods used by debug_module/clint/plic up to simif_tScott Johnson1-3/+2
2023-03-08Add virtual/override to sim_t declarationsScott Johnson1-12/+12
2023-02-28Merge pull request #1246 from riscv-software-src/hartidsAndrew Waterman1-0/+5
2023-02-27Add sim_t::get_harts and sim_t::get_cfg accessorsAndrew Waterman1-0/+5
2023-02-27Add ability to partially complete and resume interactive routinesAndrew Waterman1-0/+1
2023-02-06Don't reset sim_t if there is no dts for get_dtsJerry Zhao1-1/+1
2023-02-06Pass dtb_file directly to make_dtbJerry Zhao1-2/+1
2023-01-11Run Spike and HTIF in a single thread, rather than twoAndrew Waterman1-6/+0
2023-01-03Specify addresses are physical for simif_t member functionsJerry Zhao1-4/+4
2022-12-20Always build with commit logging supportJerry Zhao1-3/+1
2022-12-16Remove processor.h/sim.h -> config.h dependenciesJerry Zhao1-1/+0
2022-12-15Rename memif_endianness_t to endianness_tJerry Zhao1-1/+1
2022-12-13Move boost asio socket interface to socketif_tJerry Zhao1-18/+3
2022-10-25Remove set_target_endianness | add --big-endian flagJerry Zhao1-1/+0
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