torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
torc::architecture::VprExporter::Node Class Reference

VPR node temporary class. More...

#include <VprExporter.hpp>

+ Collaboration diagram for torc::architecture::VprExporter::Node:

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
 

Detailed Description

VPR node temporary class.

Definition at line 48 of file VprExporter.hpp.

Constructor & Destructor Documentation

torc::architecture::VprExporter::Node::Node ( void  )
inline

Field Documentation

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.


The documentation for this class was generated from the following file: