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

Header for the Module class. More...

#include "torc/physical/Circuit.hpp"
#include "torc/physical/Port.hpp"
#include <string>
+ Include dependency graph for Module.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::Module
 Hierarchical module. 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< Module > torc::physical::ModuleSharedPtr
 Shared pointer encapsulation of a Module. More...
 
typedef boost::weak_ptr< Module > torc::physical::ModuleWeakPtr
 Weak pointer encapsulation of a Module. More...
 
typedef std::vector
< ModuleSharedPtr > 
torc::physical::ModuleSharedPtrVector
 Vector of Module shared pointers. More...
 

Detailed Description

Header for the Module class.

Definition in file Module.hpp.