The TX39 simulator is an architectural simulator which implements
all the features of the Toshiba TX39 needed to run eCos. The current
implementation provides accurate simulation of the instruction set,
interrupt controller, and timers, as well as having generic support
for diagnostic output, serial I/O, and exceptions.
In this release, you can run the same eCos binaries in the
simulator that can run on target hardware, if it is built for ROM
start-up.
To simplify connection to the simulator, you are advised to
create a GDB macro by putting the following code in your personal
GDB start-up file (gdb.ini on Windows and .gdbinit on UNIX).