torc-master
|
Header for the Port class. More...
#include "torc/physical/Named.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Instance.hpp"
#include <boost/smart_ptr.hpp>
Go to the source code of this file.
Data Structures | |
class | torc::physical::Port |
Module input or output port. More... | |
class | torc::physical::PortTemp |
Temporary module port. 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< Port > | torc::physical::PortSharedPtr |
Shared pointer encapsulation of a Port. More... | |
typedef boost::weak_ptr< Port > | torc::physical::PortWeakPtr |
Weak pointer encapsulation of a Port. More... | |
typedef std::vector < PortSharedPtr > | torc::physical::PortSharedPtrVector |
Vector of Port shared pointers. More... | |
typedef std::vector< PortTemp > | torc::physical::PortTempVector |
Vector. More... | |
Header for the Port class.
Definition in file physical/Port.hpp.