new-service-node-comp new-simics-nvme-comp
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-signal-link

Synopsis

new-signal-link ["name"] ["global_id"] [goal_latency] [immediate_delivery]

Description

This command creates an instantiated component of the class signal_link.

The class description for the signal_link class: The "signal_link" component represents a unidirectional signal that can be either high or low. It can be used to model electrical wires or more abstract binary signals.

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.

Provided By

signal-link
new-service-node-comp new-simics-nvme-comp