Datasheet
Writing ARMulator models
3-4 Copyright © 1999-2001 ARM Limited. All rights reserved. ARM DUI0058D
Peripheral models
intc.c
See Interrupt controller on page 2-33.
intc
is a model of the
interrupt controller peripheral described in the Reference
Peripherals Specification (RPS).
timer.c
See Timer on page 2-34.
timer
is a model of the RPS timer
peripheral. Two timers are provided.
timer
must be used in
conjunction with an interrupt controller, but not necessarily
intc
.
millisec.c
A simple millisecond timer.
watchdog.c
Watchdog. See Watchdog on page 2-35.
watchdog
is a generic
watchdog model. It does not model any specific watchdog
hardware, but provides generic watchdog functions.
tube.c
Tube. See Tube on page 2-36.
tube
is a simple debugging aid. It
allows you to check that writes are taking place to a specified
location in memory.