torc-master
|
Device database exporter for the University of Toronto's VPR. More...
#include <VprExporter.hpp>
Data Structures | |
class | Node |
VPR node temporary class. More... | |
Public Member Functions | |
VprExporter (DDB &inDDB) | |
Public constructor. More... | |
void | operator() (void) |
Exports routing graph information for VPR v6.0. More... | |
Protected Types | |
typedef std::fstream | fstream |
Imported type name. More... | |
typedef std::string | string |
Imported type name. More... | |
typedef std::vector< string > | StringVector |
Vector type. More... | |
typedef std::vector< uint32_t > | Uint32Vector |
Vector type. More... | |
typedef xilinx::WireFlags | WireFlags |
Imported type name. More... | |
typedef xilinx::WireCount | WireCount |
Imported type name. More... | |
typedef xilinx::WireIndex | WireIndex |
Imported type name. More... | |
typedef xilinx::TileCount | TileCount |
Imported type name. More... | |
typedef xilinx::TileIndex | TileIndex |
Imported type name. More... | |
typedef xilinx::TileCol | TileCol |
Imported type name. More... | |
typedef xilinx::TileRow | TileRow |
Imported type name. More... | |
typedef xilinx::TileTypeIndex | TileTypeIndex |
Imported type name. More... | |
Protected Attributes | |
DDB & | mDDB |
Reference to the database object. More... | |
const Tiles & | mTiles |
Reference to the database Tiles object. More... | |
const Segments & | mSegments |
Reference to the database Segments object. More... | |
TileRow | mMinTileRow |
Minimum row bounds. More... | |
TileCol | mMinTileCol |
Minimum column bounds. More... | |
TileRow | mMaxTileRow |
Maximum row bounds. More... | |
TileCol | mMaxTileCol |
Maximum column bounds. More... | |
fstream | mStream |
Output file stream for VPR data. More... | |
Device database exporter for the University of Toronto's VPR.
Definition at line 31 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 34 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 35 of file VprExporter.hpp.
|
protected |
Vector type.
Definition at line 36 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 43 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 41 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 42 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 44 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 45 of file VprExporter.hpp.
|
protected |
Vector type.
Definition at line 37 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 39 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 38 of file VprExporter.hpp.
|
protected |
Imported type name.
Definition at line 40 of file VprExporter.hpp.
|
inline |
Public constructor.
Definition at line 83 of file VprExporter.hpp.
void torc::architecture::VprExporter::operator() | ( | void | ) |
Exports routing graph information for VPR v6.0.
Definition at line 97 of file VprExporter.cpp.
|
protected |
Reference to the database object.
Definition at line 65 of file VprExporter.hpp.
|
protected |
Maximum column bounds.
Definition at line 77 of file VprExporter.hpp.
|
protected |
Maximum row bounds.
Definition at line 75 of file VprExporter.hpp.
|
protected |
Minimum column bounds.
Definition at line 73 of file VprExporter.hpp.
|
protected |
Minimum row bounds.
Definition at line 71 of file VprExporter.hpp.
|
protected |
Reference to the database Segments object.
Definition at line 69 of file VprExporter.hpp.
|
protected |
Output file stream for VPR data.
Definition at line 79 of file VprExporter.hpp.
|
protected |
Reference to the database Tiles object.
Definition at line 67 of file VprExporter.hpp.