riscemu/riscemu
2021-09-30 20:58:44 +02:00
..
decoder added RV32A extension, only missing LR.W and SC.W 2021-09-03 14:59:34 +02:00
instructions added RV32A extension, only missing LR.W and SC.W 2021-09-03 14:59:34 +02:00
IO added verbose flag and improved verbose output 2021-08-30 19:40:13 +02:00
priv added a whole lot of debugging info for privileged emulation 2021-09-30 20:58:44 +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 added memory image support to priv emulator 2021-08-26 10:46:06 +02:00
debug.py added memory image support to priv emulator 2021-08-26 10:46:06 +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 added memory image support to priv emulator 2021-08-26 10:46:06 +02:00
MMU.py [MMU] caching last used code section 2021-06-08 16:34:45 +02:00
Registers.py added memory image support to priv emulator 2021-08-26 10:46:06 +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