org.opencores.edifp
Class ENet

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

class ENet
extends java.lang.Object

net type for EDIF purposes


Field Summary
(package private)  java.util.Vector inst
          instance net is connected to
(package private)  java.lang.String name
          cell name
(package private)  java.util.Vector ports
          instance's port that net is connected to
(package private)  java.util.Vector ports_i
          indexes of ports (Vector(Integer))
 
Constructor Summary
(package private) ENet()
           
 
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

inst

java.util.Vector inst
instance net is connected to

ports

java.util.Vector ports
instance's port that net is connected to

ports_i

java.util.Vector ports_i
indexes of ports (Vector(Integer))
Constructor Detail

ENet

ENet()