#include <boost/test/unit_test.hpp>
#include <queue>
#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <functional>
#include "torc/router/RouteNode.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/router/NetRouterHeuristic.hpp"
#include "torc/router/NetRouter.hpp"
#include "torc/router/RouteNet.hpp"
#include "torc/architecture/ExtendedWireInfo.hpp"
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::router |
Functions | |
torc::router::BOOST_AUTO_TEST_CASE (NetRouterT) | |
Unit test for the NetRouter. |
Definition in file NetRouterUnitTest.cpp.