Package | Description |
---|---|
exploration.interfaces.threeDim |
package contains interfaces for a 3D design space exploration experiments.
|
exploration.interfaces.twoDim |
package contains interfaces for a 2D design space exploration experiments.
|
solver.sharedMemory.combinedSolver |
package contains solver for scheduling problem for a shared memory architecture.
|
solver.sharedMemory.combinedSolver.nonpipelined |
package contains solver for scheduling problem for a shared memory architecture for non-pipelined scheduling.
|
solver.sharedMemory.combinedSolver.pipelined |
package contains solver for scheduling problem for a
shared memory architecture for pipelined scheduling.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LatProcBuffConstraints
Interface to be implemented for 3-dim exploration of
Latency, Processors used and Total Communication Buffer Size.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LatProcConstraints
Interface to be implemented for 2-dim exploration of
Latency and Number of processors used
|
interface |
PeriodProcConstraints
Interface to be implemented for 2-dim exploration of
Period and Number of processors used
|
Modifier and Type | Class and Description |
---|---|
class |
MutualExclusionSolver
Mutual exclusion solver parent class
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixSolver
Matrix Solver is a SMT based solver which uses functions to solve
the scheduling problem.
|
class |
MutExNonPipelinedScheduling
Mutual Exclusion solver for non-pipelined scheduling problem
|
Modifier and Type | Class and Description |
---|---|
class |
MutExPipelinedScheduling
The pipelined problem is solved using this class by
a Mutual exclusion solver.
|
class |
UnfoldingScheduling
The pipelined problem is solved by unfolding the application graph by a number of
times and scheduling it.
|