torc-master
|
Header for torc::physical output stream helpers. More...
#include <iosfwd>
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... | |
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.