MaxPlusAnalysis Namespace Reference
Namespaces | |
| namespace | DependencyGraphs |
| namespace | GraphDecoration |
Classes | |
| class | Exploration |
| class | Token |
| class | TokenFIFO_Dynamic |
| class | TokenFIFO_Static |
| class | State |
| class | TokenList |
| class | SymbolicToken |
| class | SymbolicTokenFIFO |
| class | SymbolicState |
| class | StateHasher |
| class | StateComparator |
| class | StoredStates |
Functions | |
| MPTime | mpStateSpaceThroughputAnalysis (TimedSDFgraph *g, ostream &sout) |
| MPTime | mpStateSpaceThroughputAnalysis_backward (TimedSDFgraph *g, ostream &sout) |
| MPTime | mpStateSpaceDelayAnalysis (TimedSDFgraph *g, MaxPlus::Vector *gamma0, MaxPlus::Vector *gamma_s, MPTime period, ostream &sout) |
| void | mpStateSpaceEigenAnalysis (TimedSDFgraph *g, MaxPlus::Vector **eigenvector, MPTime *eigenvalue, ostream &sout) |
Variables | |
| ostream * | out = NULL |
Function Documentation
| MPTime MaxPlusAnalysis::mpStateSpaceDelayAnalysis | ( | TimedSDFgraph * | g, | |
| MaxPlus::Vector * | gamma0, | |||
| MaxPlus::Vector * | gamma_s, | |||
| MPTime | period, | |||
| ostream & | sout | |||
| ) |
mpStateSpaceDelayAnalysis() Compute the initial delay to obtain a delay-period linear model for a given period and a given initialial schedule and steady-state schedule
| void MaxPlusAnalysis::mpStateSpaceEigenAnalysis | ( | TimedSDFgraph * | g, | |
| MaxPlus::Vector ** | eigenvector, | |||
| MPTime * | eigenvalue, | |||
| ostream & | sout | |||
| ) |
mpStateSpaceEigenAnalysis() Compute the eigenvector and eigenvalue of an SDF graph.
| MPTime MaxPlusAnalysis::mpStateSpaceThroughputAnalysis | ( | TimedSDFgraph * | g, | |
| ostream & | sout | |||
| ) |
mpStateSpaceThroughputAnalysis()
mpStateSpaceThroughputAnalysis() Compute throughput by MaxPlus exploration.
| MPTime MaxPlusAnalysis::mpStateSpaceThroughputAnalysis_backward | ( | TimedSDFgraph * | g, | |
| ostream & | sout | |||
| ) |
mpStateSpaceThroughputAnalysis_backward()
mpStateSpaceThroughputAnalysis_backward() Compute throughput by backward MaxPlus exploration
Variable Documentation
| ostream* MaxPlusAnalysis::out = NULL |
Referenced by FSMSADF::computeMCMfsm(), SDFconvertToHTML::convertInterconnectGraph(), SDFconvertToHTML::convertInterconnectMapping(), SDFconvertToHTML::convertInterconnectUsage(), SDFconvertToHTML::convertPlatformGraph(), SDFconvertToHTML::convertPlatformMapping(), SDFconvertToHTML::convertPlatformUsage(), SDFconvertToHTML::convertSDFgraph(), main(), and ShellNix::readFile().

