torc-master
|
Source for the VprExporter class. More...
#include "torc/architecture/VprExporter.hpp"
#include "torc/architecture/OutputStreamHelpers.hpp"
#include "torc/common/DirectoryTree.hpp"
#include <boost/algorithm/string.hpp>
#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Data Structures | |
struct | s_rr_node |
Namespaces | |
torc | |
Implementation of class to encapsulate micro-bitstream library generation code. | |
torc::architecture | |
Namespace for the Torc architecture support, providing device logic and wiring information, and design usage tracking. | |
Typedefs | |
typedef void | t_pb_graph_pin |
typedef void | t_tnode |
typedef enum e_rr_type | t_rr_type |
typedef struct s_rr_node | t_rr_node |
Enumerations | |
enum | e_rr_type { SOURCE = 0, SINK, IPIN, OPIN, CHANX, CHANY, INTRA_CLUSTER_EDGE, NUM_RR_TYPES } |
enum | e_direction { INC_DIRECTION = 0, DEC_DIRECTION = 1, BI_DIRECTION = 2 } |
enum | e_drivers { MULTI_BUFFERED, SINGLE } |
Source for the VprExporter class.
Definition in file VprExporter.cpp.
typedef void t_pb_graph_pin |
Definition at line 28 of file VprExporter.cpp.
typedef void t_tnode |
Definition at line 29 of file VprExporter.cpp.
enum e_direction |
Enumerator | |
---|---|
INC_DIRECTION | |
DEC_DIRECTION | |
BI_DIRECTION |
Definition at line 39 of file VprExporter.cpp.
enum e_drivers |
Enumerator | |
---|---|
MULTI_BUFFERED | |
SINGLE |
Definition at line 46 of file VprExporter.cpp.
enum e_rr_type |
Enumerator | |
---|---|
SOURCE | |
SINK | |
IPIN | |
OPIN | |
CHANX | |
CHANY | |
INTRA_CLUSTER_EDGE | |
NUM_RR_TYPES |
Definition at line 35 of file VprExporter.cpp.