Limbo 3.5.4
Loading...
Searching...
No Matches
GdfParser::Cell Struct Reference

the whole routing layout is describe by a cell More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::Cell:
GdfParser::Item

Public Member Functions

 Cell ()
 constructor
void reset ()
 reset all data members
virtual void print (ostream &ss) const
 print data members

Public Attributes

std::string name
 name
std::vector< CellPortvCellPort
 array of ports
std::vector< PathvPath
 array of paths
std::vector< CellInstancevCellInstance
 array of instances
std::vector< NetvNet
 interconnections
std::vector< TextvText
 texts

Detailed Description

the whole routing layout is describe by a cell

Definition at line 407 of file GdfDataBase.h.

Constructor & Destructor Documentation

◆ Cell()

GdfParser::Cell::Cell ( )
inline

constructor

Definition at line 417 of file GdfDataBase.h.

Member Function Documentation

◆ print()

virtual void GdfParser::Cell::print ( ostream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from GdfParser::Item.

Definition at line 433 of file GdfDataBase.h.

◆ reset()

void GdfParser::Cell::reset ( )
inline

reset all data members

Definition at line 422 of file GdfDataBase.h.

Member Data Documentation

◆ name

std::string GdfParser::Cell::name

name

Definition at line 409 of file GdfDataBase.h.

◆ vCellInstance

std::vector<CellInstance> GdfParser::Cell::vCellInstance

array of instances

Definition at line 412 of file GdfDataBase.h.

◆ vCellPort

std::vector<CellPort> GdfParser::Cell::vCellPort

array of ports

Definition at line 410 of file GdfDataBase.h.

◆ vNet

std::vector<Net> GdfParser::Cell::vNet

interconnections

Definition at line 413 of file GdfDataBase.h.

◆ vPath

std::vector<Path> GdfParser::Cell::vPath

array of paths

Definition at line 411 of file GdfDataBase.h.

◆ vText

std::vector<Text> GdfParser::Cell::vText

texts

Definition at line 414 of file GdfDataBase.h.


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