|
CGRA-ME
|
#include <CGRA/MRRG.h>#include <CGRA/OpGraph.h>#include <iosfwd>#include <map>#include <memory>#include <set>#include <string>#include <unordered_map>#include <utility>#include <vector>#include <stack>#include <gurobi_c++.h>Go to the source code of this file.
Classes | |
| class | OpScheduler |
Typedefs | |
| using | OpCodeEdge = std::pair< OpGraphOpCode, OpGraphOpCode > |
Enumerations | |
| enum | SchedType { SchedType::ASAP, SchedType::ALAP, SchedType::SDCLIST, SchedType::SDCLRO } |
| using OpCodeEdge = std::pair<OpGraphOpCode, OpGraphOpCode> |
Definition at line 36 of file OpScheduler.h.
|
strong |
| Enumerator | |
|---|---|
| ASAP | |
| ALAP | |
| SDCLIST | |
| SDCLRO | |
Definition at line 29 of file OpScheduler.h.
1.8.17