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

cell in placement More...

#include <DefDataBase.h>

Inheritance diagram for DefParser::Component:
DefParser::Item

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

Detailed Description

cell in placement

Definition at line 100 of file DefDataBase.h.

Member Function Documentation

◆ print()

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

print data members

Parameters
ssoutput stream

Reimplemented from DefParser::Item.

Definition at line 115 of file DefDataBase.h.

◆ reset()

void DefParser::Component::reset ( )
inline

reset all data members

Definition at line 108 of file DefDataBase.h.

Member Data Documentation

◆ comp_name

string DefParser::Component::comp_name

component name

Definition at line 102 of file DefDataBase.h.

◆ macro_name

string DefParser::Component::macro_name

macro name of component, standard cell type

Definition at line 103 of file DefDataBase.h.

◆ orient

string DefParser::Component::orient

orientation

Definition at line 106 of file DefDataBase.h.

◆ origin

int32_t DefParser::Component::origin[2]

x, y of origin

Definition at line 105 of file DefDataBase.h.

◆ status

string DefParser::Component::status

placement status

Definition at line 104 of file DefDataBase.h.


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