Limbo 3.5.4
Loading...
Searching...
No Matches
DefParser::PinPort Struct Reference

port of pin More...

#include <DefDataBase.h>

Inheritance diagram for DefParser::PinPort:
DefParser::Item

Public Member Functions

void reset ()
 reset all data members
virtual void print (ostringstream &ss) const
 print data members

Public Attributes

string status
 placement status
int32_t origin [2]
 offset to node origin
string orient
 orientation
vector< string > vLayer
 layers
vector< vector< int32_t > > vBbox

Detailed Description

port of pin

Definition at line 126 of file DefDataBase.h.

Member Function Documentation

◆ print()

virtual void DefParser::PinPort::print ( ostringstream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from DefParser::Item.

Definition at line 143 of file DefDataBase.h.

◆ reset()

void DefParser::PinPort::reset ( )
inline

reset all data members

Definition at line 134 of file DefDataBase.h.

Member Data Documentation

◆ orient

string DefParser::PinPort::orient

orientation

Definition at line 130 of file DefDataBase.h.

◆ origin

int32_t DefParser::PinPort::origin[2]

offset to node origin

Definition at line 129 of file DefDataBase.h.

◆ status

string DefParser::PinPort::status

placement status

Definition at line 128 of file DefDataBase.h.

◆ vBbox

vector<vector<int32_t> > DefParser::PinPort::vBbox

bounding box on each layer

Definition at line 132 of file DefDataBase.h.

◆ vLayer

vector<string> DefParser::PinPort::vLayer

layers

Definition at line 131 of file DefDataBase.h.


The documentation for this struct was generated from the following file: