Files
fail/debuggers/t32/sim/CMakeLists.txt
Martin Hoffmann 96bc39c05d T32 Simulator: Basic Instruction set sim for ARMM3
The T32 can simulate bare instruction sets without periphery.
For the Cortex-M3 we have complete NVIC model including Systick Timer.
Currently a simple CiAO can run on the simulator.

TODO:
 - Let memlogger log all memory accesses.
 - Interact with FailT32 for a complete simulation/FI
2013-03-20 17:17:38 +01:00

5 lines
96 B
CMake

include_directories(include)
add_subdirectory(${T32_ARCHITECTURE})
add_subdirectory(memlogger)