AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
a class record the pin on the site boundary More...
#include <DeviceInfo.h>
Public Member Functions | |
DeviceSitePinInfos () | |
~DeviceSitePinInfos () | |
Public Attributes | |
std::vector< std::string > | refPinsName |
std::map< std::string, float > | name2offsetX |
std::map< std::string, float > | name2offsetY |
a class record the pin on the site boundary
Definition at line 217 of file DeviceInfo.h.
|
inline |
Definition at line 220 of file DeviceInfo.h.
|
inline |
Definition at line 226 of file DeviceInfo.h.
std::map<std::string, float> DeviceInfo::DeviceSite::DeviceSitePinInfos::name2offsetX |
Definition at line 230 of file DeviceInfo.h.
Referenced by DesignInfo::DesignInfo(), DeviceSitePinInfos(), and DeviceInfo::loadPCIEPinOffset().
std::map<std::string, float> DeviceInfo::DeviceSite::DeviceSitePinInfos::name2offsetY |
Definition at line 231 of file DeviceInfo.h.
Referenced by DesignInfo::DesignInfo(), DeviceSitePinInfos(), and DeviceInfo::loadPCIEPinOffset().
std::vector<std::string> DeviceInfo::DeviceSite::DeviceSitePinInfos::refPinsName |
Definition at line 229 of file DeviceInfo.h.
Referenced by DeviceSitePinInfos(), and DeviceInfo::loadPCIEPinOffset().