aboutsummaryrefslogtreecommitdiff
path: root/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-04-14Add support for new instructions of Zvfbfmin extensionWeiwei Li4-0/+37
2023-04-14Add support for new instructions of Zfbfmin extensionWeiwei Li4-2/+23
2023-04-14Update encoding.h to add instructions for BF16 extensionsWeiwei Li1-1/+19
2023-04-14Add isa string support for Zfbfmin/Zvfbfmin/ZvfbfwmaWeiwei Li2-0/+17
2023-04-12Add debug_defines.h to list of installed headersJerry Zhao1-0/+1
2023-04-11explicitly show D(-mode) instead of M(-mode) when in debug modeYenHaoChen1-0/+2
2023-04-04Merge pull request #1307 from Jakub-Palider/master-stats-alwaysAndrew Waterman1-3/+0
2023-04-04Merge pull request #1306 from Jakub-Palider/master-override-cache-nameAndrew Waterman1-2/+4
2023-04-04Merge pull request #1305 from Jakub-Palider/master-cache-statsAndrew Waterman1-0/+4
2023-04-04Decrement icount trigger count on external interruptScott Johnson1-0/+1
2023-04-04Don't waste time checking icount when unnecessaryScott Johnson1-1/+1
2023-04-04Initialize all fields of icount_tScott Johnson1-5/+5
2023-04-04Allow client to override default names of cachesJakub Palider1-2/+4
2023-04-04Print cache stats even when no accessJakub Palider1-3/+0
2023-04-04Add cache statistics print on demandJakub Palider1-0/+4
2023-04-03Implement Zfa.Philipp Tomsich36-0/+468
2023-04-03encoding.h: regeneratePhilipp Tomsich1-1/+157
2023-03-30Fix --bootargs default value in spike usage help() functionJulien Olivain2-2/+3
2023-03-29Stop unconditionally adding zicntr_zihpm to extensionsJerry Zhao1-4/+2
2023-03-29Support zihpm && !zicntrJerry Zhao1-2/+2
2023-03-29Set counteren_mask properly when !(zihpm && zicntr)Jerry Zhao1-1/+1
2023-03-27Add zicntr_zihpm to DEFAULT_ISAJerry Zhao1-2/+2
2023-03-23Add processor_t::is_waiting_for_interrupt accessorJerry Zhao1-0/+2
2023-03-23interactive: Improve ctrlc responsivenessJerry Zhao1-4/+7
2023-03-20Implement Smrnmi extensionAndrew Waterman9-3/+68
2023-03-16Make MPRV logic consistent; factor it outAndrew Waterman2-2/+9
2023-03-16Update encoding.h for Smrnmi CSR and opcode definitionsAndrew Waterman1-40/+16
2023-03-16Fix the relationship between Zce and ZcfWeiwei Li1-1/+1
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-07Fix ctrl-c responsiveness when running-silent in interactive modeJerry Zhao1-1/+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-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