new-datagram-link ["name"] ["global_id"] [goal_latency] [immediate_delivery]
This command creates an instantiated component of the class datagram_link.
The class description for the datagram_link class: The datagram link component creates a datagram-link, which is a simple broadcast bus forwarding messages (as sequences of bytes) from a sender device to all other devices present of the link. The datagram-link is both an example of how to build a link with the Simics Link Library, and a simple broadcast link that can be reused when multi-cell communication between devices is necessary. Refer to the Link Library Programming Guide for more information.
- name is Optional
- If not specified, the component will get a class-specific default name.
- global_id is Optional
- Global identifier for use in distributed simulation or NIL if the link is not distributed.
- goal_latency is Optional
- Goal latency in seconds for this link. See also the
set-min-latency
command.
- immediate_delivery is Optional
- Immediate delivery instead of using the specified latency. Implies nondeterminism for multi cell messaging.
datagram-link