Class Reference netListDevice

A net list device. More...

Member

string cellname
int connectionsCount()
string devicename
stringList getConnectionNames()
int getNode(string pin)

Detailed Description

This class represent a single device in a netlist.

Member Function Documentation


string netListDevice::cellname

name of the cell used for this device


int netListDevice::connectionsCount()

Returns: The number of connection to this device


string netListDevice::devicename

name of the device


stringList netListDevice::getConnectionNames()

Returns: a list with all connected pins


int netListDevice::getNode(string pin)

Returns: the id of the node which is connected to pin. Returns -1, if pin does not exist.