public class NOCDesign
extends Object
Modifier and Type | Method and Description |
---|---|
List<NOCConnection> |
getAllConnections()
Gets all the connections that are part of this NOC design.
|
Map<String,NOCClient> |
getClients()
Gets all NOC clients part of this NOC design.
|
Design |
getDesign()
Gets the main design corresponding to this NOCDesign
|
int |
getFrequency()
Gets the target frequency of this NOC design.
|
Map<String,NOCMaster> |
getMasterClients()
Gets the map of master clients in the NOC design.
|
Map<String,NOCSlave> |
getSlaveClients()
Gets the map of slave clients in the NOC design.
|
boolean |
isRouted()
Checks if the NOC design is routed.
|
void |
setDesign(Design design)
Sets the main design corresponding to this NOCDesign
|
public void setDesign(Design design)
design
- The design to which this NOC solution belongspublic Design getDesign()
public Map<String,NOCMaster> getMasterClients()
public Map<String,NOCSlave> getSlaveClients()
public int getFrequency()
public boolean isRouted()
public List<NOCConnection> getAllConnections()
public Map<String,NOCClient> getClients()