|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.user.CompileVHDL
public class CompileVHDL
This is the VHDL Compiler.
| Constructor Summary | |
|---|---|
CompileVHDL(Cell vhdlCell)
The constructor compiles the VHDL and produces a netlist. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileVHDL(Cell vhdlCell)
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||