OpenASIP
2.0
|
#include <string>
#include "ProgramOperation.hh"
#include "MoveNode.hh"
#include "MoveNodeSet.hh"
#include "Operation.hh"
#include "MapTools.hh"
#include "TerminalFUPort.hh"
#include "AssocTools.hh"
#include "ContainerTools.hh"
#include "Move.hh"
#include "Terminal.hh"
#include "BaseFUPort.hh"
#include "FunctionUnit.hh"
#include "TCEString.hh"
#include "UniversalFUPort.hh"
#include "HWOperation.hh"
#include "Guard.hh"
#include "MoveGuard.hh"
Go to the source code of this file.
Namespaces | |
TTAProgram | |
Implementation of ProgramOperation class.
ProgramOperation represents an instance of operation execution in the program and should hold the reference to each MoveNode that belongs to the operation execution instance.
Definition in file ProgramOperation.cc.