Models a bus by coordinating resources (bandwidth and users)
Derived from: DEStar
Location: ~ptolemy/src/domains/de/stars
Author: E. K. Pauer
externalInput | ANYTYPE |
partNumber | StringState | Type of bus | "RACE INTERFACE" |
busNumber | IntState | Unique id of the bus | "0" |
bandwidth | IntState | Clock rate of the bus in words per second | "40000000" |
busWidth | IntState | Width of bus in bits | "32" |
simultaneousUsers | IntState | Number of users who can access the bus simultaneously | "6" |
Copyright (c) 1995 Sanders, a Lockheed Martin Company All rights reserved.