#include <DeviceSite.hpp>
Definition at line 29 of file DeviceSite.hpp.
| torc::placer::DeviceSite::DeviceSite |
( |
const std::string & |
inName, |
|
|
int |
inSiteTypeIndex, |
|
|
int |
inTileIndex, |
|
|
int |
inRow, |
|
|
int |
inCol |
|
) |
| |
|
inline |
Definition at line 52 of file DeviceSite.hpp.
NetlistInstance * mInstance
const std::string & mName
| torc::placer::DeviceSite::~DeviceSite |
( |
| ) |
|
|
inline |
| void torc::placer::DeviceSite::addPin |
( |
std::string |
inName, |
|
|
int |
inRow, |
|
|
int |
inCol |
|
) |
| |
|
inline |
Definition at line 78 of file DeviceSite.hpp.
79 DeviceSitePin* pin =
new DeviceSitePin(inName, inRow, inCol);
DeviceSitePinPtrVector mPins
| int torc::placer::DeviceSite::getCol |
( |
void |
| ) |
|
|
inline |
| const std::string& torc::placer::DeviceSite::getName |
( |
void |
| ) |
|
|
inline |
| int torc::placer::DeviceSite::getNumPins |
( |
| ) |
|
|
inline |
| int torc::placer::DeviceSite::getRow |
( |
void |
| ) |
|
|
inline |
| int torc::placer::DeviceSite::getSiteTypeIndex |
( |
| ) |
|
|
inline |
| int torc::placer::DeviceSite::getTileIndex |
( |
| ) |
|
|
inline |
| int torc::placer::DeviceSite::mCol |
|
protected |
| const std::string& torc::placer::DeviceSite::mName |
|
protected |
| int torc::placer::DeviceSite::mRow |
|
protected |
| int torc::placer::DeviceSite::mSiteTypeIndex |
|
protected |
| int torc::placer::DeviceSite::mTileIndex |
|
protected |
The documentation for this class was generated from the following file: