aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-16Fix the relationship between Zce and ZcfWeiwei Li1-1/+1
2023-03-15fesvr: fix compilation with gcc 13Julien Olivain1-0/+1
2023-03-09Merge pull request #1276 from scottj97/clint-simifAndrew Waterman7-30/+39
2023-03-09Use simif_t instead of sim_t for clint/plicScott Johnson3-8/+8
2023-03-09Switch debug_module to use simif_t instead of sim_tScott Johnson2-5/+6
2023-03-09Move debug_mmu used by debug_module up to simif_tScott Johnson2-2/+2
2023-03-09Move methods used by debug_module/clint/plic up to simif_tScott Johnson2-3/+11
2023-03-08Add virtual/override to sim_t declarationsScott Johnson1-12/+12
2023-03-07Merge pull request #1274 from riscv-software-src/more-symbolsJerry Zhao2-11/+36
2023-03-07fesvr: Add --symbol-elf flag to populate htif-t::symbol_elfsJerry Zhao2-0/+10
2023-03-07fesvr: Add symbol_elfs field to htif_tJerry Zhao2-0/+17
2023-03-07Merge pull request #1275 from riscv-software-src/jerryz123-patch-1Andrew Waterman1-1/+1
2023-03-07Fix ctrl-c responsiveness when running-silent in interactive modeJerry Zhao1-1/+1
2023-03-07fesvr: Fix brace style in htif_t::load_programJerry Zhao1-11/+9
2023-03-07Merge pull request #1273 from riscv-software-src/fix-targargsAndrew Waterman2-6/+13
2023-03-07fesvr: fix +signature-granularity opt parsing to be required_argJerry Zhao1-1/+1
2023-03-07fesvr: Add +target-argument= flag to htif parsingJerry Zhao2-0/+8
2023-03-07fesvr: Fix spacing in parse_argumentsJerry Zhao1-4/+3
2023-03-07fesvr: target_args() should return a constJerry Zhao1-1/+1
2023-03-07Merge pull request #1272 from sagark/targs-protectedJerry Zhao1-2/+1
2023-03-07make target_args() protected instead of private to allow subclasses to inject...Sagar Karandikar1-2/+1
2023-03-06Merge pull request #1268 from riscv-software-src/more-plic-fixesAndrew Waterman4-21/+40
2023-03-04Don't issue misaligned or non-power-of-2 MMIO accessesScott Johnson2-7/+25
2023-03-03Fix misaligned accesses to clint's msip regsScott Johnson1-5/+7
2023-03-03Improve plic_context_t initialization styleAndrew Waterman1-9/+8
2023-03-02Merge pull request #1251 from plctlab/plct-zc-update-v1.0.3Andrew Waterman5-14/+16
2023-03-02Merge pull request #1267 from scottj97/clint-initialize-mtipAndrew Waterman1-0/+1
2023-03-02Merge pull request #1266 from riscv-software-src/fix-o0-compileAndrew Waterman1-0/+2
2023-03-02Initialize MTIP at resetScott Johnson1-0/+1
2023-03-02Merge pull request #1265 from riscv-software-src/plic-fixesAndrew Waterman4-63/+94
2023-03-02Define sim_t::INTERLEAVE so that it can be accessed by referenceAndrew Waterman1-0/+2
2023-03-01Support discontiguous hart IDs in CLINTAndrew Waterman3-34/+51
2023-03-01Fix PLIC on big-endian hostsAndrew Waterman2-3/+26
2023-03-01Remove unnecessary conditional in plic_t::loadAndrew Waterman1-3/+1
2023-03-01Correctly instantiate PLIC contexts for mixed-hart targetsAndrew Waterman3-7/+11
2023-03-01Refactor plic_t and plic_context_t initializationAndrew Waterman2-18/+10
2023-02-28Remove unused plic_context_t::num fieldAndrew Waterman2-2/+0
2023-02-28Remove unused plic_t::procs fieldAndrew Waterman2-2/+1
2023-02-28Merge pull request #1259 from WadeGao/perf/wadegao_plic_num_id_words_init_log...Andrew Waterman1-6/+3
2023-02-28Merge pull request #1246 from riscv-software-src/hartidsAndrew Waterman8-90/+92
2023-02-28Merge pull request #1264 from riscv-software-src/fix-interactive-htifAndrew Waterman2-5/+24
2023-02-27Make debug module tolerant of discontiguous hart IDsAndrew Waterman2-82/+59
2023-02-27Add cfg_t::max_hartid accessorAndrew Waterman1-0/+1
2023-02-27Add sim_t::get_harts and sim_t::get_cfg accessorsAndrew Waterman2-0/+6
2023-02-27Improve input validation for --hartids flagAndrew Waterman1-0/+18
2023-02-27Use size_t, rather than int, for hartidsAndrew Waterman4-8/+8
2023-02-27Return periodically from interactive_run and interactive_untilAndrew Waterman1-4/+13
2023-02-27Add ability to partially complete and resume interactive routinesAndrew Waterman2-0/+10
2023-02-27Return from sim_t::interactive() when there's no more inputAndrew Waterman1-1/+1
2023-02-27Merge pull request #1261 from viktor-prutyanov/elfloader-assert-remove-1Andrew Waterman1-2/+4