T32SIM: Integrating Tracing feature of the T32SIM.
After each simulator break, T32Tracer retrieves the latest (16) trace records from the T32. Memory address and value can now be evaluated easily from the trace record. TODO:Nevertheless we still have to traverse the trace to find the instruction causing the access.
This commit is contained in:
@ -14,7 +14,7 @@ else()
|
||||
message(FATAL_ERROR "Please set the FAIL_ELF_PATH enviroment variable to the binary under test.")
|
||||
endif()
|
||||
|
||||
OPTION( T32_SIMULATOR "Start LAuterbach as instruction set simulator. No hardware needed." OFF)
|
||||
OPTION( T32_SIMULATOR "Start LAuterbach as instruction set simulator. No hardware needed." ON)
|
||||
|
||||
if(T32_SIMULATOR)
|
||||
set(T32_USB_OR_SIM "SIM")
|
||||
|
||||
Reference in New Issue
Block a user