Source for the generic object model unit test. More...
#include <boost/test/unit_test.hpp>#include "torc/physical/Factory.hpp"#include "torc/physical/XdlExporter.hpp"#include "torc/physical/Design.hpp"#include <boost/smart_ptr.hpp>#include <iostream>#include <string>#include <sstream>#include <fstream>#include <boost/shared_ptr.hpp>#include <boost/weak_ptr.hpp>#include "torc/generic/om/DumpRestoreConfig.hpp"#include <vector>#include <map>#include <boost/any.hpp>#include <boost/cstdint.hpp>#include "torc/generic/util/Error.hpp"#include "torc/generic/om/PointerTypes.hpp"#include <cstddef>#include <algorithm>#include "torc/generic/om/SymTab.hpp"#include "torc/generic/om/SelfReferencing.hpp"#include "torc/generic/om/Nameable.hpp"#include "torc/generic/om/Commentable.hpp"#include "torc/generic/om/ParentedObject.hpp"#include "torc/generic/om/PropertyContainer.hpp"#include "torc/generic/om/Renamable.hpp"#include <list>#include "torc/generic/om/FactoryType.hpp"#include "torc/generic/om/Visitable.hpp"#include "torc/generic/om/VisitorType.hpp"#include "torc/generic/om/Extern.hpp"#include "torc/generic/om/EdifLevel.hpp"#include "torc/generic/om/Root.hpp"#include <boost/variant.hpp>#include "torc/generic/om/ParameterMap.hpp"#include <numeric>#include "torc/generic/om/Composite.hpp"#include "torc/generic/om/CompositionType.hpp"#include "torc/generic/om/Instance.hpp"#include "torc/generic/om/InstanceArrayMember.hpp"#include <boost/signal.hpp>#include "torc/generic/om/View.hpp"#include "torc/generic/om/Connectable.hpp"#include "torc/generic/om/Unit.hpp"#include "torc/generic/om/Value.hpp"#include "torc/generic/om/Parameter.hpp"#include "torc/generic/om/VectorBit.hpp"#include "torc/generic/om/Vector.hpp"#include "torc/generic/om/ParameterArrayElement.hpp"#include "torc/generic/om/Bundle.hpp"#include "ScalarPort.hpp"#include "VectorPort.hpp"#include "PortBundle.hpp"#include "VisitorApplier.hpp"#include "torc/generic/om/BundleFlattener.hpp"#include "torc/generic/om/Net.hpp"#include "torc/generic/om/Port.hpp"#include "torc/generic/om/Scalar.hpp"#include "torc/generic/om/PortReference.hpp"#include "torc/generic/om/VectorNetBit.hpp"#include "torc/generic/om/VectorPortBit.hpp"#include "torc/generic/om/VectorPortBitReference.hpp"#include "torc/generic/om/ScalarNet.hpp"#include "torc/generic/parser/ParserPointerTypes.hpp"#include "torc/generic/util/MessageId.hpp"#include <boost/regex.hpp>#include <boost/filesystem.hpp>
Go to the source code of this file.
Classes | |
| class | VisitorRecursor< T > |
| class | A |
| class | Mapper |
Namespaces | |
| namespace | torc |
Top-level TORC namespace. | |
| namespace | torc::generic |
Namespace for the TORC generic netlist, including EDIF and BLIF importers and exporters. | |
Functions | |
| std::string | getPropertyString (const std::string &inPropertyName, torc::generic::PropertyContainer &inPropertyContainer) |
| torc::generic::BOOST_AUTO_TEST_CASE (generic_collatz_mapper) | |
| Unit test for the generic Collatz mapper. | |
Source for the generic object model unit test.
Definition in file CollatzMapper.cpp.
1.6.3