|
torc-master
|
#include "torc/physical/Named.hpp"#include "torc/physical/Progeny.hpp"#include "torc/physical/Progenitor.hpp"#include "torc/packer/PrimitivePin.hpp"#include <string>
Include dependency graph for Component.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | torc::physical::Component |
| Hierarchical componenet. More... | |
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::physical | |
| Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer. | |
Typedefs | |
| typedef boost::shared_ptr < Component > | torc::physical::ComponentSharedPtr |
| Shared pointer encapsulation of a componenet. More... | |
| typedef boost::weak_ptr < Component > | torc::physical::ComponentWeakPtr |
| Weak pointer encapsulation of a componenet. More... | |
| typedef std::vector < ComponentSharedPtr > | torc::physical::ComponentSharedPtrVector |
| Vector of componenet shared pointers. More... | |