|
Limbo 3.5.4
|
cell in placement More...
#include <DefDataBase.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostringstream &ss) const |
| print data members | |
Public Attributes | |
| string | comp_name |
| component name | |
| string | macro_name |
| macro name of component, standard cell type | |
| string | status |
| placement status | |
| int32_t | origin [2] |
| x, y of origin | |
| string | orient |
cell in placement
Definition at line 100 of file DefDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from DefParser::Item.
Definition at line 115 of file DefDataBase.h.
|
inline |
reset all data members
Definition at line 108 of file DefDataBase.h.
| string DefParser::Component::comp_name |
component name
Definition at line 102 of file DefDataBase.h.
| string DefParser::Component::macro_name |
macro name of component, standard cell type
Definition at line 103 of file DefDataBase.h.
| string DefParser::Component::orient |
orientation
Definition at line 106 of file DefDataBase.h.
| int32_t DefParser::Component::origin[2] |
x, y of origin
Definition at line 105 of file DefDataBase.h.
| string DefParser::Component::status |
placement status
Definition at line 104 of file DefDataBase.h.