index
:
trve.git
main
Taitep's RISC-V Emulator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-12-24
Small refactor in exception handling in core.rs
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-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
2025-12-22
Implement LH
taitep
2025-12-22
Implement BGEU
taitep
2025-12-22
Improve the debug messages when invalid instructions are found
taitep
2025-12-22
Pull out memory access instructions from rvi.rs to their own file
taitep
2025-12-22
Implement SW
taitep
2025-12-22
Implement SUB
taitep
2025-12-22
Implement OR
taitep
2025-12-22
Implement AND and improve formatting and ordering in rvi.rs
taitep
2025-12-22
Implement ADD
taitep
2025-12-22
Fix page offset miscalculation in instruction fetch
taitep
2025-12-22
WHY WAS I USING S-TYPE IMMEDIATE IN LD (also add some more debugging info on ...
taitep
2025-12-21
Improve UART by using nonblocking stdin
taitep
2025-12-21
Implement LD and BNE
taitep
2025-12-21
Implement JALR, fix JAL, change how some stuff in instructions.rs is expressed
taitep
2025-12-21
Switch the current binary to use anyhow errors and add a proper argument numb...
taitep
2025-12-21
Implement AUIPC
taitep
2025-12-21
Allow other image file names through cli args, increase ram size, update readme
taitep
2025-12-21
Implement ANDI and BEQ
taitep
2025-12-21
Remove unused imports from the UART implementation
taitep
2025-12-21
Make a dedicated function for advancing the PC by one instruction
taitep
2025-12-21
Implement LB and LBU
taitep
2025-12-21
Make the UART not constantly flush output
taitep
2025-12-21
Add a basic UART (very much temporary, its performance is most likely horrible
taitep
2025-12-21
Implement SB
taitep
2025-12-21
Fix sd address calculation
taitep
2025-12-21
Remove a debug print from SLLI
taitep
2025-12-21
Implement SLLI and fix sign extension of immediates for I-type and S-type ins...
taitep
2025-12-21
Get rid of some useless warnings in main.rs
taitep
2025-12-21
Add decode functions for immediate shifts (funct6 and imm_shamt), make decode...
taitep
2025-12-21
Add JAL and change some of the formatting on previous instructions to be cleaner
taitep
2025-12-21
(BIG CHANGE) Switch instruction identification/execution to use a plain match...
taitep
2025-12-01
Add license/copyright notices to top of each source file (where applicable)
taitep
2025-11-18
rename to TRVE
taitep
[next]