org.opencores.edifp
Class Convert

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

class Convert
extends java.lang.Object

Class that converts EDIF structure to more compact one.


Field Summary
private  boolean debug
           
(package private)  Graph graph
           
 
Constructor Summary
(package private) Convert(Edif e)
          converts EDIF structure to more compact one
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debug

private boolean debug

graph

Graph graph
Constructor Detail

Convert

Convert(Edif e)
converts EDIF structure to more compact one
Parameters:
e - EDIF structure result is placed into public variable graph
See Also:
graph