You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
riscemu/riscemu
Anton Lydike 6b4f38d030 [ElfLoader] added cache for already decoded instructions 3 years ago
..
decoder [decoder] removed sign extension for CSR type instructions 3 years ago
instructions [instructions] fixed error in auipc command 4 years ago
priv [ElfLoader] added cache for already decoded instructions 3 years ago
CPU.py [CSR, PrivCPU] Added csr callback registration through decorator 4 years ago
Config.py Added libstring and documentation for the general library 4 years ago
Exceptions.py fixed errorneous license text in headers 4 years ago
Executable.py Minor fixes like imports and edge-case handling 4 years ago
ExecutableParser.py Minor fixes like imports and edge-case handling 4 years ago
MMU.py [mmu] fixed typo in docstring 4 years ago
Registers.py [Regsietrs] ensuring register values are 32bit 3 years ago
Syscall.py fixed errorneous license text in headers 4 years ago
Tokenizer.py fixed errorneous license text in headers 4 years ago
__init__.py Minor fixes like imports and edge-case handling 4 years ago
__main__.py implemented mmu.allocate_region and reworked how the stack works 4 years ago
colors.py [CSR] Adding dump_mstatus method to csr 3 years ago
debug.py Added run_ins method to debugger to run an instruction 4 years ago
helpers.py Minor fixes like imports and edge-case handling 4 years ago