torc-master
|
Header for the Instance class. More...
#include "torc/physical/Named.hpp"
#include "torc/physical/Renamable.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Progenitor.hpp"
#include "torc/physical/ConfigMap.hpp"
#include "torc/physical/InstanceReference.hpp"
#include "torc/common/Annotated.hpp"
#include <boost/smart_ptr.hpp>
#include <vector>
#include <map>
Go to the source code of this file.
Data Structures | |
class | torc::physical::Instance |
Physical design instance. 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 < class InstancePin > | torc::physical::InstancePinSharedPtr |
Shared pointer encapsulation of an InstancePin. More... | |
typedef boost::weak_ptr< class InstancePin > | torc::physical::InstancePinWeakPtr |
Weak pointer encapsulation of an InstancePin. More... | |
typedef std::vector < InstancePinSharedPtr > | torc::physical::InstancePinSharedPtrVector |
Vector of InstancePin shared pointers. More... | |
typedef boost::shared_ptr < Instance > | torc::physical::InstanceSharedPtr |
Shared pointer encapsulation of an Instance. More... | |
typedef boost::weak_ptr< Instance > | torc::physical::InstanceWeakPtr |
Weak pointer encapsulation of an Instance. More... | |
typedef std::vector < InstanceSharedPtr > | torc::physical::InstanceSharedPtrVector |
Vector of Instance shared pointers. More... | |
Header for the Instance class.
Definition in file physical/Instance.hpp.