|
Limbo
|
pin of node/cell More...
#include <DefDataBase.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostringstream &ss) const |
| print data members More... | |
Public Attributes | |
| string | pin_name |
| pin name | |
| string | net_name |
| net name | |
| string | direct |
| direction | |
| string | status |
| placement status | |
| int32_t | origin [2] |
| offset to node origin | |
| string | orient |
| orientation | |
| vector< string > | vLayer |
| layers | |
| vector< vector< int32_t > > | vBbox |
| bounding box on each layer | |
| string | use |
pin of node/cell
Definition at line 121 of file DefDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from DefParser::Item.
Definition at line 143 of file DefDataBase.h.
| string DefParser::Pin::use |
"use" token in DEF file
Definition at line 131 of file DefDataBase.h.
1.8.8