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 052ad56310 [CSR] fixed call to enum value member 3 years ago
..
decoder [decoder] fixed formatting in print_ins function 3 years ago
instructions [instructions] fixed error in auipc command 4 years ago
priv [CSR] fixed call to enum value member 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 [Registers] removed info when writing to zero register 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 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