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::architecture | |
Namespace for the Torc architecture support, providing device logic and wiring information, and design usage tracking. | |
Functions | |
std::ostream & | torc::architecture::operator<< (std::ostream &os, const Tilewire &rhs) |
Tilewire stream inserter. More... | |
std::ostream & | torc::architecture::operator<< (std::ostream &os, const ExtendedWireInfo &rhs) |
ExtendedWireInfo stream inserter. More... | |
std::ostream & | torc::architecture::operator<< (std::ostream &os, const Arc &rhs) |
Arc 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 architecture/OutputStreamHelpers.hpp.