torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NetRouter.hpp File Reference

Header for the NetRouter class. More...

#include "torc/router/NetRouterBase.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/router/RouteNode.hpp"
#include "torc/router/RouteNet.hpp"
#include "torc/router/NetRouterHeuristicBase.hpp"
#include "torc/architecture/OutputStreamHelpers.hpp"
#include <set>
#include <iostream>
#include <algorithm>
#include <queue>
#include <boost/cstdint.hpp>
#include <boost/timer.hpp>
#include <boost/unordered_map.hpp>
#include <boost/unordered_set.hpp>
#include <boost/functional/hash.hpp>
+ Include dependency graph for NetRouter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  torc::router::NetRouter
 Provides net routing based on the Nilsson graphsearch algorithm. More...
 

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::router
 

Detailed Description

Header for the NetRouter class.

Definition in file NetRouter.hpp.