org.opencores.edifp
Class Cell

java.lang.Object
  |
  +--org.opencores.edifp.Cell

class Cell
extends java.lang.Object

cell type, for EDIF parser purposes


Field Summary
(package private)  java.util.Vector inst
          instances inside cell
(package private)  java.lang.String name
          cell name
(package private)  java.util.Vector nets
          nets inside cell
(package private)  java.util.Vector ports
          cell ports
(package private)  java.lang.String view
          netlist view name
 
Constructor Summary
(package private) Cell()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name
cell name

ports

java.util.Vector ports
cell ports

inst

java.util.Vector inst
instances inside cell

nets

java.util.Vector nets
nets inside cell

view

java.lang.String view
netlist view name
Constructor Detail

Cell

Cell()