#include <boost/test/unit_test.hpp>
#include "torc/architecture/XdlImporter.hpp"
#include "torc/architecture/DDB.hpp"
#include "torc/router/Trace.hpp"
#include <map>
#include "torc/common/DirectoryTree.hpp"
#include "torc/physical/OutputStreamHelpers.hpp"
#include "torc/common/TestHelpers.hpp"
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | torc |
namespace | torc::router |
Classes | |
struct | torc::router::TraceVirtex5TestFixture |
struct | torc::router::TraceVirtexTristateTestFixture |
Functions | |
torc::router::BOOST_AUTO_TEST_CASE (FullNet) | |
Unit test for the findTop and normalizeDepth functions in the Tracer. |
Definition in file TraceRegressionTest.cpp.