CGRA-ME
MappingProcedures.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * The software programs comprising "CGRA-ME" and the documentation provided
3  * with them are copyright by its authors and the University of Toronto. Only
4  * non-commercial, not-for-profit use of this software is permitted without ex-
5  * plicit permission. This software is provided "as is" with no warranties or
6  * guarantees of support. See the LICENCE for more details. You should have re-
7  * ceived a copy of the full licence along with this software. If not, see
8  * <http://cgra-me.ece.utoronto.ca/license/>.
9  ******************************************************************************/
10 
11 
12 #ifndef __MAPPING_PROCEDURES_H__
13 #define __MAPPING_PROCEDURES_H__
14 
15 #include <CGRA/Mapping.h>
16 #include <CGRA/OpGraph.h>
18 
19 
27 CreateMappingGraphResult createMappingGraphFromConfig(Mapping & mapping, const ConfigGraph & config, const OpGraph & opgraph, const MRRG & mrrg);
28 
29 
30 #endif // __MAPPINGPROCEDURES_H__
ConfigGraph.h
OpGraph.h
MRRG
Definition: MRRG.h:216
createMappingGraphFromConfig
CreateMappingGraphResult createMappingGraphFromConfig(Mapping &mapping, const ConfigGraph &config, const OpGraph &opgraph, const MRRG &mrrg)
Definition: MappingProcedures.cpp:14
ConfigGraph
Definition: ConfigGraph.h:72
CreateMappingGraphResult
Definition: Mapping.h:246
Mapping
Definition: Mapping.h:31
Mapping.h
OpGraph
Definition: OpGraph.h:215