History log of /seL4-l4v-master/HOL4/examples/ARM/experimental/lpc_uartScript.sml
Revision Date Author Comments
# 54ed1672 07-Sep-2010 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

I've modified the UART example to show how 32-bit memory mapped
registers can be modelled (in response to an email from Jianjun Duan).


# 4c082b28 24-Aug-2010 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

This example shows how models of memory mapped I/O devices can be
connected to the current version of Anthony's ARM model. The idea is
to take the ARM next-state function and build a wrapper around it. The
wrapper essentially models the effect of the environment, i.e. the I/O
devices, as a relational operational semantics.

This example is based on polling, but interrupt-driven I/O devices
should also fit into the same wrapper-based approach.