CGRA-ME
|
#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 |
using Latency = int |
Definition at line 35 of file ClusteredMapper.h.
using MRRGNodeDesc = MRRG::NodeDescriptor |
Definition at line 32 of file ClusteredMapper.h.
using OpGraphOpDesc = OpGraph::OpDescriptor |
Definition at line 33 of file ClusteredMapper.h.
using OpGraphValDesc = OpGraph::ValDescriptor |
Definition at line 34 of file ClusteredMapper.h.