CGRA-ME
Classes | Typedefs | Enumerations
OpScheduler.h File Reference
#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 }
 

Typedef Documentation

◆ OpCodeEdge

using OpCodeEdge = std::pair<OpGraphOpCode, OpGraphOpCode>

Definition at line 36 of file OpScheduler.h.

Enumeration Type Documentation

◆ SchedType

enum SchedType
strong
Enumerator
ASAP 
ALAP 
SDCLIST 
SDCLRO 

Definition at line 29 of file OpScheduler.h.