.\" @(#)roundRobin	1.2 12/16/92
.NA "roundRobin"
.SD
High-level simulation of a shared memory with round-robin arbitration.
.SE
.LO "~ptolemy/src/domains/de/demo"
.SV 1.2 12/16/92
.AL "T.M. Parks"
.LD
A set of
.c Poisson
stars generates addresses (read requests) for a shared memory at random times.
These address events are passed through a
.c roundRobin4
galaxy which provides arbitration and routes the events to the shared memory.
The data responses from the memory are passed back through the
.c roundRobin4
galaxy which routes them to the appropriate output where they are
graphed.
One graph shows the data traffic on the shared bus, while the other graphs
monitor each output to verify that responses have been routed properly.
.SA
Poisson,
roundRobin4,
rom,
prioritized.
.ES
