public class NOCConnection
extends Object
Modifier and Type | Method and Description |
---|---|
Map<ChannelType,NOCChannel> |
getChannels()
Gets the map of channels that pertain to this connection.
|
CommunicationType |
getCommType()
Gets the communication type associated with this connection.
|
NOCSlave |
getDest()
Gets the destination or NOC slave for this connection.
|
int |
getEstimatedReadBandwidth()
Gets the estimated read bandwidth in MB/s of this connection.
|
int |
getEstimatedWriteBandwidth()
Gets the estimated write bandwidth in MB/s of this connection.
|
String |
getPort()
Gets the port name associated with this connection.
|
int |
getReadBandwidth()
Gets the read bandwidth in MB/s of this connection.
|
int |
getReadLatency()
Gets the read latency for this connection in cycles.
|
NOCMaster |
getSource()
Gets the source or NOC master for this connection.
|
int |
getWriteBandwidth()
Gets the write bandwidth in MB/s of this connection.
|
int |
getWriteLatency()
Gets the write latency for this connection in cycles.
|
boolean |
isRouted()
Checks if this connection is routed.
|
public NOCMaster getSource()
public NOCSlave getDest()
public String getPort()
public CommunicationType getCommType()
public int getReadBandwidth()
public int getWriteBandwidth()
public int getEstimatedReadBandwidth()
public int getEstimatedWriteBandwidth()
public int getReadLatency()
public int getWriteLatency()
public Map<ChannelType,NOCChannel> getChannels()
public boolean isRouted()