|
A Simple Example
A Simple Example
- The top level model has 3 controllers that want to get access (token) to a bus.
- They communicate with an arbiter such that only one controller has access (token) at a time.
- The arbiter output sel tells which controller gets the token next: sel e {A,B,C,X}
|