riscemu/riscemu
2021-06-08 15:07:51 +02:00
..
decoder [decoder] removed sign extension for CSR type instructions 2021-06-08 11:31:58 +02:00
instructions [instructions] fixed error in auipc command 2021-05-22 21:05:14 +02:00
priv [ElfLoader] added cache for already decoded instructions 2021-06-08 15:07:51 +02:00
__init__.py Minor fixes like imports and edge-case handling 2021-04-24 18:24:11 +02:00
__main__.py implemented mmu.allocate_region and reworked how the stack works 2021-04-23 20:32:19 +02:00
colors.py [CSR] Adding dump_mstatus method to csr 2021-06-08 11:32:51 +02:00
Config.py Added libstring and documentation for the general library 2021-04-24 18:32:43 +02:00
CPU.py [CSR, PrivCPU] Added csr callback registration through decorator 2021-05-24 15:51:05 +02:00
debug.py Added run_ins method to debugger to run an instruction 2021-04-24 18:24:42 +02:00
Exceptions.py fixed errorneous license text in headers 2021-04-23 21:28:57 +02:00
Executable.py Minor fixes like imports and edge-case handling 2021-04-24 18:24:11 +02:00
ExecutableParser.py Minor fixes like imports and edge-case handling 2021-04-24 18:24:11 +02:00
helpers.py Minor fixes like imports and edge-case handling 2021-04-24 18:24:11 +02:00
MMU.py [mmu] fixed typo in docstring 2021-05-22 21:03:56 +02:00
Registers.py [Regsietrs] ensuring register values are 32bit 2021-06-08 11:36:00 +02:00
Syscall.py fixed errorneous license text in headers 2021-04-23 21:28:57 +02:00
Tokenizer.py fixed errorneous license text in headers 2021-04-23 21:28:57 +02:00