Package | Description |
---|---|
designflow |
package contains classes to perform a design flow for a multi-stage mapping and scheduling.
|
solver.distributedMemory.scheduling |
package contains solver for scheduling problem for a distributed memory architecture.
|
Modifier and Type | Method and Description |
---|---|
SchedulingConstraints |
DesignFlowSolution.Mapping.getSchedulingConstraints()
Get all the scheduling constraints based on mapping.
|
Modifier and Type | Method and Description |
---|---|
private void |
NonPipelinedScheduling.updateLatBuffExplParams(Graph partitionAwareGraph,
LatBuffParams explorationParams,
SchedulingConstraints schedConstraints)
I need to update the buffer exploration parameters
because, the fifo status size will be calculated into buffer.
|
Modifier and Type | Field and Description |
---|---|
private SchedulingConstraints |
ClusterMutExclNonPipelined.schedulingConstraints
Scheduling constraints
|
private SchedulingConstraints |
ClusterMutExclPipelined.schedulingConstraints |
Constructor and Description |
---|
ClusterMutExclNonPipelined(Graph graph,
Graph hsdf,
Solutions solutions,
Graph partitionAwareGraph,
Graph partitionAwareHsdf,
Solutions partitionGraphSolutions,
Platform platform,
java.lang.String outputDirectory,
SchedulingConstraints schedulingConstraints)
Initialize a Cluster scheduler based on mutual exclusion.
|
ClusterMutExclPipelined(Graph graph,
Graph hsdf,
Solutions solutions,
Graph partitionAwareGraph,
Graph partitionAwareHsdf,
Solutions partitionGraphSolutions,
Platform platform,
SchedulingConstraints schedulingConstraints) |