Package | Description |
---|---|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
ptolemy.domains.sdf.optimize.lib |
The ptolemy.domains.sdf.optimize.lib package.
|
Class and Description |
---|
BufferingProfile
Class comments
BufferingProfile is an interface which when implemented by SDF actors
Lets the OptimizingSDFDirector choose from different firings with different properties
For now there are two firing modes define, one where the actor may assume it has
exclusive access to the information encapsulated by the input tokens.
|
OptimalScheduleFinder._StateComparator
An abstract super class for Comparators to maintain a sorted
list of states.
|
OptimizingSDFDirector
Director for the synchronous dataflow (SDF) model of computation which finds
an optimized schedule according to a defined criterion.
|
OptimizingSDFDirector.OptimizationCriteria
Enumeration type to define the supported optimization criteria.
|
OptimizingSDFScheduler
OptimizingSDFScheduler is the scheduler companion to the OptimizingSDFDirector
It works with the synchronous dataflow (SDF) model of computation to find
an optimized schedule according to a defined criterion.
|
Class and Description |
---|
BufferingProfile
Class comments
BufferingProfile is an interface which when implemented by SDF actors
Lets the OptimizingSDFDirector choose from different firings with different properties
For now there are two firing modes define, one where the actor may assume it has
exclusive access to the information encapsulated by the input tokens.
|
SharedBufferTransformer
An abstract ancestor class to be used for filters
using references to shared data frames.
|