|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.parsers.edif.sablecc.translation.EdifCell
This class defines a Cell from an Edif file. All the information regarding this Cell is found in this class. This class is target independent. Target-specific actions can be added to this class by extending this class (i.e. JHDLEdifCell).
Field Summary | |
java.util.Hashtable |
cellList
This is the list of children cells in this current cell. |
java.lang.String |
cellName
|
java.lang.String |
cellType
|
static JHDLOutput |
jout
JHDLOutput for EdifParser |
java.util.Hashtable |
netList
the netList Hashtable is created by EdifToJHDLTranslator.outANet(), it only includes the local nets, which means none of them connects to the port. |
SortedHashtable |
portList
portList is the port list of this EdifCell |
java.util.Hashtable |
propertyList
|
java.util.Hashtable |
tmpwires
|
Constructor Summary | |
EdifCell()
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static JHDLOutput jout
public java.lang.String cellName
public java.lang.String cellType
public java.util.Hashtable propertyList
public java.util.Hashtable cellList
public java.util.Hashtable netList
public SortedHashtable portList
public java.util.Hashtable tmpwires
Constructor Detail |
public EdifCell()
Method Detail |
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |