CGRA-ME
Classes | Typedefs | Functions
UserArchs.h File Reference
#include <CGRA/CGRA.h>
#include <CGRA/ConfigStore.h>
#include <CGRA/Module.h>
#include <CGRA/ModuleComposites.h>
#include <functional>
#include <map>
#include <string>
#include <utility>

Go to the source code of this file.

Classes

struct  ArchitectureGenerator
 
class  UserArchs
 
struct  XY
 

Typedefs

using ArchGenFunctionSig = std::unique_ptr< CGRA >(const ConfigStore &)
 

Functions

std::string xyName (const std::string &prefix, XY xy)
 
std::string xyidName (const std::string &prefix, XY xy, int id)
 

Typedef Documentation

◆ ArchGenFunctionSig

using ArchGenFunctionSig = std::unique_ptr<CGRA>(const ConfigStore&)

Definition at line 24 of file UserArchs.h.

Function Documentation

◆ xyidName()

std::string xyidName ( const std::string &  prefix,
XY  xy,
int  id 
)
inline

Definition at line 190 of file UserArchs.h.

◆ xyName()

std::string xyName ( const std::string &  prefix,
XY  xy 
)
inline

Definition at line 184 of file UserArchs.h.