public class CompileVerilogStruct.VModule
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Cell |
getCell()
Method to return the Electric Cell associated with this VModule.
|
java.util.List<CompileVerilogStruct.VInstance> |
getInstances()
Method to return a List of Instances inside of this Verilog Module.
|
java.lang.String |
getName()
Method to return the name of this VModule.
|
java.util.List<CompileVerilogStruct.VExport> |
getPorts()
Method to return a List of exports inside of this Verilog Module.
|
boolean |
isDefined()
Method to tell if a cell is already defined in the module.
|
boolean |
isPrimitive()
Method to tell whether this VModule is a Verilog Module or Primitive.
|
public boolean isPrimitive()
public java.lang.String getName()
public java.util.List<CompileVerilogStruct.VInstance> getInstances()
public java.util.List<CompileVerilogStruct.VExport> getPorts()
public boolean isDefined()
public Cell getCell()