#include "torc/physical/Circuit.hpp"
#include "torc/physical/Module.hpp"
#include <string>


Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::physical |
Classes | |
| class | torc::physical::Design |
| Physical netlist design. More... | |
Typedefs | |
| typedef boost::shared_ptr< Design > | torc::physical::DesignSharedPtr |
| Shared pointer encapsulation of a Design. | |
| typedef std::vector < DesignSharedPtr > | torc::physical::DesignSharedPtrVector |
| Vector of Design shared pointers. | |
Definition in file Design.hpp.
1.5.6