#include <sstream>
#include <boost/test/unit_test.hpp>
#include "torc/utils/PhysicalDiff.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | torc |
Functions | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffDesignUnitTest) | |
| Unit test for the design diff function. | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffModuleUnitTest) | |
| Unit test for the module diff function. | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffCircuitUnitTest) | |
| Unit test for the circuit diff function. | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffConfigMapUnitTest) | |
| Unit test for the config_map diff function. | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffInstanceUnitTest) | |
| Unit test for the instance diff function. | |
| torc::BOOST_AUTO_TEST_CASE (PhysicalDiffNetUnitTest) | |
| Unit test for the net diff function. | |
Definition in file PhysicalDiffUnitTest.cpp.
1.5.6