torc-master
|
Source for torc::physical output stream helpers. More...
#include "torc/physical/OutputStreamHelpers.hpp"
#include "torc/physical/Factory.hpp"
#include <iostream>
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... | |
Source for torc::physical output stream helpers.
Definition in file physical/OutputStreamHelpers.cpp.