Releases: Jonaswinz/vp-testing-interface
Releases · Jonaswinz/vp-testing-interface
Release list
v0.3
- Added commands: SET_ERROR_SYMBOL, SET_FIXED_READ, GET_CPU_PC, JUMP_CPU_TO, STORE_CPU_REGISTERS and RESTORE_CPU_REGISTERS.
- Added events: ERROR_SYMBOL_HIT, VP_ERROR.
- Added MMIO length to MMIO read queue.
- Changed TRIGGER_CPU_INTERRUPT to SET_CPU_INTERRUPT_TRIGGER.
v0.2
- Improved implementation of MQ and pipe communication.
- MMIO tracking for an address range and with different modes.
- Event feedback with additional information.
- New SET_RETURN_CODE_ADDRESS command to set the recording of the return code to a specific address and register.
- New TRIGGER_CPU_INTERRUPT command.
- Added comments and documentation.
- Bug fixes and tidied up.