com.sun.electric.tool.io.input.verilog
Class VerilogData

java.lang.Object
  extended by com.sun.electric.tool.io.input.verilog.VerilogData
All Implemented Interfaces:
java.io.Serializable

public class VerilogData
extends java.lang.Object
implements java.io.Serializable

User: gg151869 Date: Jan 19, 2007

See Also:
Serialized Form

Nested Class Summary
 class VerilogData.VerilogInstance
           
 class VerilogData.VerilogModule
          Class to represent subcells
 class VerilogData.VerilogPort
          This class covers input/output/inout
 class VerilogData.VerilogPortInst
           
static class VerilogData.VerilogWire
          This class covers wires.
 
Method Summary
 java.util.Collection<VerilogData.VerilogModule> getModules()
          Function to return a collection of modules defined.
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getModules

public java.util.Collection<VerilogData.VerilogModule> getModules()
Function to return a collection of modules defined. The collection is sorted by name.

Returns:
Collection of VerilogModule objects