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

Header for torc::physical output stream helpers. More...

#include <iosfwd>
+ Include dependency graph for physical/OutputStreamHelpers.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.
 

Functions

std::ostream & torc::physical::operator<< (std::ostream &os, const Design &rhs)
 Design stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const Module &rhs)
 Module stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const Instance &rhs)
 Instance stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const Net &rhs)
 Net stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const InstancePin &rhs)
 InstancePin stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const Pip &rhs)
 Pip stream inserter. More...
 
std::ostream & torc::physical::operator<< (std::ostream &os, const Config &rhs)
 Config iterator stream inserter. More...
 

Detailed Description

Header for torc::physical output stream helpers.

The coverage and support of classes is quite limited at present, but may be expanded upon request.

Definition in file physical/OutputStreamHelpers.hpp.