|
torc-master
|
#include <iostream>#include <string>#include <algorithm>
Include dependency graph for generic/edif/position.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | torc::generic::position |
| Abstract a position. More... | |
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::generic | |
| Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters. | |
Functions | |
| const position & | torc::generic::operator+= (position &res, const int width) |
| Add and assign a position. More... | |
| const position | torc::generic::operator+ (const position &begin, const int width) |
| Add two position objects. More... | |
| const position & | torc::generic::operator-= (position &res, const int width) |
| Add and assign a position. More... | |
| const position | torc::generic::operator- (const position &begin, const int width) |
| Add two position objects. More... | |
| bool | torc::generic::operator== (const position &pos1, const position &pos2) |
| Compare two position objects. More... | |
| bool | torc::generic::operator!= (const position &pos1, const position &pos2) |
| Compare two position objects. More... | |
| std::ostream & | torc::generic::operator<< (std::ostream &ostr, const position &pos) |
| Intercept output stream redirection. More... | |