CGRA-ME
|
Go to the source code of this file.
Functions | |
CreateMappingGraphResult | createMappingGraphFromConfig (Mapping &mapping, const ConfigGraph &config, const OpGraph &opgraph, const MRRG &mrrg) |
CreateMappingGraphResult createMappingGraphFromConfig | ( | Mapping & | mapping, |
const ConfigGraph & | config, | ||
const OpGraph & | opgraph, | ||
const MRRG & | mrrg | ||
) |
Using the information parsed from a DOT file generated from a previous mapping, takes in an empty mapping by reference and maps it. Creates a MappingGraph as well to be used for visualization, latency checking etc. The opgraph used should be the same opgraph that was used for the mapping in the DOT file.
Definition at line 14 of file MappingProcedures.cpp.