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 a1f29b9d97 [CPU] cleaned up constructor 4 years ago
..
decoder [decoder] fixed error with decoding slli type instructions 4 years ago
instructions [instructions] fixed error in auipc command 4 years ago
priv [CPU] cleaned up constructor 4 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 fixed errorneous license text in headers 4 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 fixed errorneous license text in headers 4 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