CGRA-ME
Classes | Typedefs
ClusteredMapper.h File Reference
#include <CGRA/CGRA.h>
#include <CGRA/OpGraph.h>
#include <CGRA/Mapper.h>
#include <CGRA/Mapping.h>
#include <CGRA/OpScheduler.h>
#include <CGRA/utility/CodeProfiling.h>
#include <map>
#include <memory>
#include <random>
#include <unordered_map>
#include <set>
#include <string>
#include <vector>
#include <queue>
#include <unordered_set>
#include <utility>
#include <bits/stdc++.h>

Go to the source code of this file.

Classes

struct  ClusteredMapperDriver
 Proxy class that makes a new instance of the for ever call. Holds constant configuration info,. More...
 
struct  NodeAttributes
 
struct  BoundingBox
 
class  PathFinder
 Implementation of the. More...
 
struct  PathFinder::UnmappableException
 
class  TMPack
 
class  AnnealPlacer
 Implementation of the Anneal Placer. More...
 
struct  AnnealPlacer::UnmappableException
 

Typedefs

using MRRGNodeDesc = MRRG::NodeDescriptor
 
using OpGraphOpDesc = OpGraph::OpDescriptor
 
using OpGraphValDesc = OpGraph::ValDescriptor
 
using Latency = int
 

Typedef Documentation

◆ Latency

using Latency = int

Definition at line 35 of file ClusteredMapper.h.

◆ MRRGNodeDesc

Definition at line 32 of file ClusteredMapper.h.

◆ OpGraphOpDesc

Definition at line 33 of file ClusteredMapper.h.

◆ OpGraphValDesc

Definition at line 34 of file ClusteredMapper.h.