|
Limbo 3.5.4
|
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 | |
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.
|
inline |
constructor
Definition at line 417 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 433 of file GdfDataBase.h.
|
inline |
reset all data members
Definition at line 422 of file GdfDataBase.h.
| std::string GdfParser::Cell::name |
name
Definition at line 409 of file GdfDataBase.h.
| std::vector<CellInstance> GdfParser::Cell::vCellInstance |
array of instances
Definition at line 412 of file GdfDataBase.h.
| std::vector<CellPort> GdfParser::Cell::vCellPort |
array of ports
Definition at line 410 of file GdfDataBase.h.
| std::vector<Net> GdfParser::Cell::vNet |
interconnections
Definition at line 413 of file GdfDataBase.h.
| std::vector<Path> GdfParser::Cell::vPath |
array of paths
Definition at line 411 of file GdfDataBase.h.
| std::vector<Text> GdfParser::Cell::vText |
texts
Definition at line 414 of file GdfDataBase.h.