torc-master
|
Provides net routing based on the Nillson graphsearch algorithm. More...
#include <PathFinderHeuristic.hpp>
Public Member Functions | |
PathFinderHeuristic (DDB &inDB) | |
Public Constructor. More... | |
virtual | ~PathFinderHeuristic () |
Destructor. More... | |
virtual void | prioritizeNets (RouteNetVector &inNets) |
Prioritize nets for routing. More... | |
virtual void | updateParameters (ParameterMap &inParameters) |
Heuristically update parameters related to the associated NetVector router. More... | |
boost::any | getParameter (boost::uint32_t index) |
Get a parameter. More... | |
void | setParameter (boost::uint32_t index, boost::any inParameter) |
Set a parameter. More... | |
virtual void | processParameters () |
Do something with the parameters. More... | |
Protected Attributes | |
DDB & | mDB |
Database reference. More... | |
ParameterMap | mParameters |
Parameter map. More... | |
Private Types | |
typedef architecture::DDB | DDB |
Imported type names. More... | |
typedef architecture::TilewireVector | TilewireVector |
typedef boost::unordered_map < boost::uint32_t, boost::any > | ParameterMap |
Provides net routing based on the Nillson graphsearch algorithm.
The router can either return a vector of nodes or directly populate DDB usage.
Definition at line 33 of file PathFinderHeuristic.hpp.
|
private |
Imported type names.
Definition at line 36 of file PathFinderHeuristic.hpp.
|
private |
Definition at line 39 of file PathFinderHeuristic.hpp.
Definition at line 37 of file PathFinderHeuristic.hpp.
|
inline |
Public Constructor.
Definition at line 47 of file PathFinderHeuristic.hpp.
|
inlinevirtual |
|
inlineinherited |
Get a parameter.
Definition at line 52 of file RouterHeuristicBase.hpp.
|
inlinevirtual |
Prioritize nets for routing.
Reimplemented from torc::router::NetVectorRouterHeuristicBase.
Definition at line 52 of file PathFinderHeuristic.hpp.
|
inlinevirtualinherited |
Do something with the parameters.
Reimplemented in torc::router::PathFinderNetRouterHeuristic.
Definition at line 64 of file RouterHeuristicBase.hpp.
|
inlineinherited |
Set a parameter.
Definition at line 60 of file RouterHeuristicBase.hpp.
|
inlinevirtual |
Heuristically update parameters related to the associated NetVector router.
Reimplemented from torc::router::NetVectorRouterHeuristicBase.
Definition at line 54 of file PathFinderHeuristic.hpp.
|
protectedinherited |
Database reference.
Definition at line 40 of file RouterHeuristicBase.hpp.
|
protectedinherited |
Parameter map.
Definition at line 42 of file RouterHeuristicBase.hpp.