CGRA-ME
|
Common interface for mappers. More...
#include <Mapper.h>
Public Member Functions | |
virtual Mapping | mapOpGraph (std::shared_ptr< OpGraph > opgraph, int II, const MRRG &mrrg, std::unordered_map< std::string, std::string > fix_port)=0 |
virtual | ~Mapper () |
Protected Member Functions | |
Mapper (std::shared_ptr< CGRA > cgra, int timelimit) | |
Protected Attributes | |
std::shared_ptr< CGRA > | cgra |
int | timelimit |
|
virtual |
Definition at line 26 of file Mapper.cpp.
|
protected |
Definition at line 21 of file Mapper.cpp.
|
pure virtual |
Implemented in ILPHeuristicMapper, ILPMapper, BothSmallTimeThenHeurFullTime, and ClusteredMapperDriver.