Limbo 3.5.4
Loading...
Searching...
No Matches
BookshelfParser::Net Struct Reference

net to describe interconnection of netlist More...

#include <BookshelfDataBase.h>

Inheritance diagram for BookshelfParser::Net:
BookshelfParser::Item

Public Member Functions

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

Public Attributes

string net_name
 net name
vector< NetPinvNetPin

Detailed Description

net to describe interconnection of netlist

Definition at line 206 of file BookshelfDataBase.h.

Member Function Documentation

◆ print()

virtual void BookshelfParser::Net::print ( ostream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from BookshelfParser::Item.

Definition at line 218 of file BookshelfDataBase.h.

◆ reset()

void BookshelfParser::Net::reset ( )
inline

reset all data members

Definition at line 211 of file BookshelfDataBase.h.

Member Data Documentation

◆ net_name

string BookshelfParser::Net::net_name

net name

Definition at line 208 of file BookshelfDataBase.h.

◆ vNetPin

vector<NetPin> BookshelfParser::Net::vNetPin

array of pins in the net

Definition at line 209 of file BookshelfDataBase.h.


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