torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Pip.hpp File Reference

Header for the Pip class. More...

#include "torc/physical/Progeny.hpp"
#include "torc/physical/Routethrough.hpp"
#include <string>
#include <vector>
#include <boost/smart_ptr.hpp>
+ Include dependency graph for Pip.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::Pip
 Physical design programmable interconnect point. 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 std::vector< Pip > torc::physical::PipVector
 Vector of pips. More...
 
typedef boost::shared_ptr< Pip > torc::physical::PipSharedPtr
 Shared pointer encapsulation of a Pip. More...
 
typedef boost::weak_ptr< Pip > torc::physical::PipWeakPtr
 Weak pointer encapsulation of a Pip. More...
 
typedef std::vector< PipSharedPtr > torc::physical::PipSharedPtrVector
 Vector of Pip shared pointers. More...
 

Detailed Description

Header for the Pip class.

Definition in file Pip.hpp.