riscemu/riscemu
2021-05-25 10:49:54 +02:00
..
decoder [decoder] fixed error with decoding slli type instructions 2021-05-23 12:58:47 +02:00
instructions [instructions] fixed error in auipc command 2021-05-22 21:05:14 +02:00
priv [CSR] added read/write checks and unified name to addr resuloution 2021-05-25 10:49:54 +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 fixed errorneous license text in headers 2021-04-23 21:28:57 +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 fixed errorneous license text in headers 2021-04-23 21:28:57 +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