torc-master
|
VPR node temporary class. More...
#include <VprExporter.hpp>
Public Member Functions | |
Node (void) | |
Data Fields | |
Tilewire | mTilewire |
uint32_t | mIndex |
TileCol | mMinCol |
TileRow | mMinRow |
TileCol | mMaxCol |
TileRow | mMaxRow |
uint32_t | mColRange |
uint32_t | mRowRange |
WireFlags | mFlags |
Uint32Vector | mEdges |
VPR node temporary class.
Definition at line 48 of file VprExporter.hpp.
|
inline |
Definition at line 60 of file VprExporter.hpp.
uint32_t torc::architecture::VprExporter::Node::mColRange |
Definition at line 56 of file VprExporter.hpp.
Uint32Vector torc::architecture::VprExporter::Node::mEdges |
Definition at line 59 of file VprExporter.hpp.
WireFlags torc::architecture::VprExporter::Node::mFlags |
Definition at line 58 of file VprExporter.hpp.
uint32_t torc::architecture::VprExporter::Node::mIndex |
Definition at line 51 of file VprExporter.hpp.
TileCol torc::architecture::VprExporter::Node::mMaxCol |
Definition at line 54 of file VprExporter.hpp.
TileRow torc::architecture::VprExporter::Node::mMaxRow |
Definition at line 55 of file VprExporter.hpp.
TileCol torc::architecture::VprExporter::Node::mMinCol |
Definition at line 52 of file VprExporter.hpp.
TileRow torc::architecture::VprExporter::Node::mMinRow |
Definition at line 53 of file VprExporter.hpp.
uint32_t torc::architecture::VprExporter::Node::mRowRange |
Definition at line 57 of file VprExporter.hpp.
Tilewire torc::architecture::VprExporter::Node::mTilewire |
Definition at line 50 of file VprExporter.hpp.