CGRA-ME
Functions | Variables
ModuleComposites.cpp File Reference
#include <CGRA/Exception.h>
#include <CGRA/ModuleComposites.h>
#include <ios>

Go to the source code of this file.

Functions

std::istream & operator>> (std::istream &is, CGRABlockType &type)
 

Variables

static const std::map< std::string, CGRABlockTypeblock_type_map
 

Function Documentation

◆ operator>>()

std::istream& operator>> ( std::istream &  is,
CGRABlockType type 
)

Definition at line 166 of file ModuleComposites.cpp.

Variable Documentation

◆ block_type_map

const std::map<std::string, CGRABlockType> block_type_map
static
Initial value:
=
{
{"no-bypass", STANDARD_NOBYPASS},
{"bypass", STANDARD_BYPASS},
{"diagonal", STANDARD_DIAGONAL},
}

Definition at line 159 of file ModuleComposites.cpp.

STANDARD_NOBYPASS
@ STANDARD_NOBYPASS
Definition: Module.h:76
STANDARD_DIAGONAL
@ STANDARD_DIAGONAL
Definition: Module.h:78
STANDARD_BYPASS
@ STANDARD_BYPASS
Definition: Module.h:77