#include <PlacerHeuristicVirtex5.hpp>
Public Member Functions | |
PlacerHeuristicVirtex5 (DDB &inDB, DesignSharedPtr inDesign) | |
uint32 | getMovesPerTemperature () |
uint32 | getInitialTemperature () |
uint32 | updateTemperature () |
void | updateCostFull () |
void | updateCostRemovePair () |
void | updateCostAddPair () |
Protected Types | |
typedef architecture::DDB | DDB |
typedef boost::uint32_t | uint32 |
Protected Attributes | |
DDB & | mDB |
DesignSharedPtr | mDesign |
uint32 | mMovesPerTemperature |
uint32 | mInitialTemperature |
Definition at line 28 of file PlacerHeuristicVirtex5.hpp.