org.opencores.edifp
Class PathScope

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

class PathScope
extends java.lang.Object

stack frame for one EDIF layer


Field Summary
(package private)  Cell cell
          path
(package private)  Edif edif
          path
(package private)  Instance inst
          path
(package private)  Library lib
          path
(package private)  ENet net
          path
(package private)  Port port
          path
(package private)  int port_i
          path, port index
 
Constructor Summary
(package private) PathScope()
           
 
Method Summary
(package private)  void copyFrom(PathScope sf)
          copies values from existing sf
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

edif

Edif edif
path

lib

Library lib
path

cell

Cell cell
path

inst

Instance inst
path

port

Port port
path

port_i

int port_i
path, port index

net

ENet net
path
Constructor Detail

PathScope

PathScope()
Method Detail

copyFrom

void copyFrom(PathScope sf)
copies values from existing sf