index
:
trve.git
main
Taitep's RISC-V Emulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-03-05
update git repo links
HEAD
main
taitep
2026-01-29
some cleanup
taitep
2026-01-29
Replace custom UART with a sifive uart subset
taitep
2026-01-13
Implement Zalrsc
taitep
2026-01-12
Add the files and decode logic for RVA
taitep
2026-01-09
Remove RamVersionClaim::reset as ive figured out it wont be needed
taitep
2026-01-06
Add some documentation in the cli help output
taitep
2026-01-06
Implement the memory version system that will be necessary for LR/SC
taitep
2026-01-02
remove get_atomic_(d)word because its not used yet and the idea for how atomi...
taitep
2026-01-02
Apply some clippy-suggested fixes
taitep
2026-01-02
Switch from std::mpsc channels to crossbeam
taitep
2026-01-01
2026! Updating LICENSE file now and individual file comments when those files...
taitep
2025-12-31
Stop rust-analyzer from complaining about the big endian host error
taitep
2025-12-31
Make MMIO devices not have control of the address of exceptions
taitep
2025-12-31
Change some ordering in core.rs and deduplicate core command handling
taitep
2025-12-30
Finish RV64M
taitep
2025-12-30
Improve exception dumps and general debug info, make the emulator capable of ...
taitep
2025-12-30
Implement DIV
taitep
2025-12-30
Implement MUL
taitep
2025-12-28
Remove consts.rs and just use plain types
taitep
2025-12-27
Implement ECALL and EBREAK, the final RV64I instructions!
taitep
2025-12-27
Add exception values (what will go in mtval/stval)
taitep
2025-12-27
Initial FENCE implementation
taitep
2025-12-27
Add checks to make sure that ram has a size that is a multiple of 8
taitep
2025-12-27
Relicense to BSD 2-Clause to align better with the RISC-V community
taitep
2025-12-27
Fix some warnings
taitep
2025-12-27
Implement a GDB stub and fix another huge issue in S-type immediate decoding
taitep
2025-12-26
Make execload respect the static ram start
taitep
2025-12-26
Make macros for R/I-type operations and use them to implement basically every...
taitep
2025-12-26
Make branches macros and implement all of them
taitep
2025-12-26
(BIG CHANGE) memory handling has changed, MMIO is now a 2 level page table, m...
taitep
2025-12-24
Small refactor in exception handling in core.rs
taitep
2025-12-24
Update README to mention ELF support
taitep
2025-12-24
Add a default implementation for the memory device interface that just return...
taitep
2025-12-24
EXCEPTION SYSTEM (initial version - may change later)
taitep
2025-12-24
some linker script updates to work even more properly for newlib i think
taitep
2025-12-23
remove unused imports in main.rs
taitep
2025-12-23
ADD ELF SUPPORT
taitep
2025-12-23
Add license headers to files missing them
taitep
2025-12-23
Comment out the unused 'Pause' instruction result
taitep
2025-12-23
Implement SRLI
taitep
2025-12-23
Implement SH
taitep
2025-12-23
Remove some debug messages i forgot
taitep
2025-12-23
Implement BLT
taitep
2025-12-23
Fix s-type immediate decoding
taitep
2025-12-23
Improve error messaging
taitep
2025-12-23
Remove an unused import in main.rs
taitep
2025-12-22
Implement LW
taitep
2025-12-22
Improve the debug messages when invalid instructions are found (again)
taitep
2025-12-22
Implement BLTU
taitep
[next]