|
Limbo 3.5.4
|
describe a pin of a net More...
#include <BookshelfDataBase.h>
Public Member Functions | |
| NetPin () | |
| constructor | |
| NetPin (string &nn, char d, double x, double y, double w, double h, string &pn) | |
| NetPin (string &nn, char d, double x, double y, double w, double h) | |
| void | reset () |
| reset all data members | |
| Public Member Functions inherited from BookshelfParser::Item | |
| virtual void | print (ostream &) const |
| print data members | |
Public Attributes | |
| string | node_name |
| node name | |
| string | pin_name |
| pin name | |
| char | direct |
| direction | |
| double | offset [2] |
| offset (x, y) to node origin | |
| double | size [2] |
| sizes (x, y) of pin | |
describe a pin of a net
Definition at line 145 of file BookshelfDataBase.h.
|
inline |
constructor
Definition at line 154 of file BookshelfDataBase.h.
|
inline |
constructor
| nn | node name |
| d | direction |
| x,y | offset of pin to node origin |
| w,h | size of pin |
| pn | pin name |
Definition at line 170 of file BookshelfDataBase.h.
|
inline |
constructor
| nn | node name |
| d | direction |
| x,y | offset of pin to node origin |
| w,h | size of pin |
Definition at line 185 of file BookshelfDataBase.h.
|
inline |
reset all data members
Definition at line 196 of file BookshelfDataBase.h.
| char BookshelfParser::NetPin::direct |
direction
Definition at line 149 of file BookshelfDataBase.h.
| string BookshelfParser::NetPin::node_name |
node name
Definition at line 147 of file BookshelfDataBase.h.
| double BookshelfParser::NetPin::offset[2] |
offset (x, y) to node origin
Definition at line 150 of file BookshelfDataBase.h.
| string BookshelfParser::NetPin::pin_name |
pin name
Definition at line 148 of file BookshelfDataBase.h.
| double BookshelfParser::NetPin::size[2] |
sizes (x, y) of pin
Definition at line 151 of file BookshelfDataBase.h.