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
This commit is contained in:
7
debuggers/t32/sim/demo/demoport/makelinux
Normal file
7
debuggers/t32/sim/demo/demoport/makelinux
Normal file
@ -0,0 +1,7 @@
|
||||
OBJECTS = demoport.o simul.o
|
||||
COPTS = -c -O
|
||||
|
||||
demoport.so.1: $(OBJECTS)
|
||||
cc -shared -o demoport.so.1 $(OBJECTS)
|
||||
|
||||
.c.o: ; cc ${COPTS} $*.c
|
||||
Reference in New Issue
Block a user