torc-master
|
#include "torc/physical/Named.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/packer/ConnectionPin.hpp"
#include <string>
Go to the source code of this file.
Data Structures | |
class | torc::physical::Connection |
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 < Connection > | torc::physical::ConnectionSharedPtr |
Shared pointer encapsulation of a componenet. More... | |
typedef boost::weak_ptr < Connection > | torc::physical::ConnectionWeakPtr |
Weak pointer encapsulation of a componenet. More... | |
typedef std::vector < ConnectionSharedPtr > | torc::physical::ConnectionSharedPtrVector |
Vector of componenet shared pointers. More... | |