Package | Description |
---|---|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
CompileVerilogStruct.VModule |
CompileVerilogStruct.VInstance.getModule()
Method to return the sub-module that defines this instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CompileVerilogStruct.VModule> |
CompileVerilogStruct.getModules()
Method to return a list of Verilog Modules.
|
Constructor and Description |
---|
CompileVerilogStruct.VInstance(CompileVerilogStruct.VModule module,
java.lang.String instanceName)
Constructor for a cell instance.
|