|
Limbo
|
the whole routing layout is describe by a cell More...
#include <GdfDataBase.h>
Public Member Functions | |
| Cell () | |
| constructor | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostream &ss) const |
| print data members More... | |
Public Attributes | |
| std::string | name |
| name | |
| std::vector< CellPort > | vCellPort |
| array of ports | |
| std::vector< Path > | vPath |
| array of paths | |
| std::vector< CellInstance > | vCellInstance |
| array of instances | |
| std::vector< Net > | vNet |
| interconnections | |
| std::vector< Text > | vText |
| texts | |
the whole routing layout is describe by a cell
Definition at line 407 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 433 of file GdfDataBase.h.
1.8.8