#include <PlacerHeuristicBase.hpp>


Public Member Functions | |
| PlacerHeuristicBase (DeviceWrapper &inDevice, 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 |
|
typedef torc::physical::DesignSharedPtr | DesignSharedPtr |
Protected Attributes | |
| DeviceWrapper & | mDevice |
| DesignSharedPtr | mDesign |
| uint32 | mMovesPerTemperature |
| uint32 | mInitialTemperature |
Definition at line 30 of file PlacerHeuristicBase.hpp.
1.5.6