public class CompileVHDL
extends java.lang.Object
Constructor and Description |
---|
CompileVHDL(Cell vhdlCell)
The constructor compiles the VHDL and produces a netlist.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getALSNetlist(Library destLib)
Method to generate an ALS (simulation) netlist.
|
java.util.List<java.lang.String> |
getQUISCNetlist(Library destLib)
Method to generate a QUISC (silicon compiler) netlist.
|
boolean |
hasErrors()
Method to report whether the VHDL compile was successful.
|
static com.sun.electric.tool.user.CompileVHDL.VKeyword |
isKeyword(java.lang.String tString)
Method to get address in the keyword table.
|
public CompileVHDL(Cell vhdlCell)
public boolean hasErrors()
public java.util.List<java.lang.String> getQUISCNetlist(Library destLib)
destLib
- destination library.public java.util.List<java.lang.String> getALSNetlist(Library destLib)
destLib
- destination library.public static com.sun.electric.tool.user.CompileVHDL.VKeyword isKeyword(java.lang.String tString)
tString
- string to lookup.