CGRA-ME
Functions
MappingProcedures.cpp File Reference
#include <CGRA/MappingProcedures.h>
#include <CGRA/user-inc/UserArchs.h>

Go to the source code of this file.

Functions

CreateMappingGraphResult createMappingGraphFromConfig (Mapping &m, const ConfigGraph &config, const OpGraph &opgraph, const MRRG &mrrg)
 

Function Documentation

◆ createMappingGraphFromConfig()

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.