aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-19Add f64_to_bf16; fix f32_to_bf16fix-bf16Andrew Waterman4-40/+91
2023-04-14Fix encoding conflict for fround.h and fcvt.bf16.sWeiwei Li1-0/+2
2023-04-14Add dsasm support for BF16 extensionsWeiwei Li1-0/+23
2023-04-14Add flh/fsh/fmv_h_x/fmv_x_h instructions to Zvfbfmin/Zvfbfwma extensionsWeiwei Li5-4/+6
2023-04-14Add support for new instructions of Zvfbfwma extensionWeiwei Li4-0/+69
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-14Add convertion function between binary float16 and float32 in softfloatWeiwei Li8-0/+319
2023-04-13Merge pull request #1317 from riscv-software-src/fesvrdebugJerry Zhao4-1486/+71
2023-04-12Make some dtm_t interfaces protectedJerry Zhao1-8/+10
2023-04-12Unify fesvr/debug_defines.h and riscv/debug_defines.hJerry Zhao2-1478/+60
2023-04-12Add debug_defines.h to list of installed headersJerry Zhao1-0/+1
2023-04-11Merge pull request #1311 from YenHaoChen/pr-show-d-modeAndrew Waterman1-0/+2
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-04Merge pull request #1263 from scottj97/icount-triggerScott Johnson3-6/+7
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-04Merge pull request #1299 from ptomsich/ptomsich/zfaScott Johnson38-1/+626
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-04-03gitignore: ignore emacs backup filesPhilipp Tomsich1-0/+1
2023-04-03Merge pull request #1262 from jolivain/fix_spike_usage_messageAndrew Waterman3-3/+5
2023-03-30Fix --bootargs default value in spike usage help() functionJulien Olivain3-3/+5
2023-03-29Merge pull request #1297 from riscv-software-src/zicntr_zihpmJerry Zhao5-13/+15
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 Zhao2-4/+5
2023-03-27Update configure/config.h.inJerry Zhao2-2/+5
2023-03-25Merge pull request #1294 from riscv-software-src/wfi_accessorJerry Zhao1-0/+2
2023-03-23Add processor_t::is_waiting_for_interrupt accessorJerry Zhao1-0/+2
2023-03-23Merge pull request #1279 from riscv-software-src/jerryz123-patch-1Andrew Waterman1-4/+7
2023-03-23interactive: Improve ctrlc responsivenessJerry Zhao1-4/+7
2023-03-20Merge pull request #1292 from TommyMurphyTM1234/masterAndrew Waterman1-4/+4
2023-03-20Merge pull request #1286 from riscv-software-src/smrnmiAndrew Waterman11-45/+93
2023-03-20Fix for https://github.com/riscv-software-src/riscv-isa-sim/issues/1291Tommy Murphy1-4/+4
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-16Merge pull request #1284 from jolivain/fix_gcc13_buildAndrew Waterman1-0/+1
2023-03-16Merge pull request #1285 from plctlab/plct-zc-update-v1.0.3Andrew Waterman1-1/+1