com.eu.miscedautils.verilog2vhdl
Class verilog2vhdl
java.lang.Object
com.eu.miscedautils.verilog2vhdl.verilog2vhdl
public class verilog2vhdl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
only_entity
public static boolean only_entity
verilog2vhdl
public verilog2vhdl()
main
public static void main(java.lang.String[] args)
convertToVHDLAndPrintIntoFile
public static FVhPEntity convertToVHDLAndPrintIntoFile(FVPModule topMod,
java.lang.String outfile)
throws java.io.IOException
- Throws:
java.io.IOException
convertRoot
public static FVhPBase convertRoot(FVPRoot root)
convertModule
public static FVhPEntity convertModule(FVPModule mod)
isParsableToInt
public static boolean isParsableToInt(java.lang.String i)
convertParameter
public static FVhPBase convertParameter(FVPParamDecl param)
convertLocalParam
public static FVhPBase convertLocalParam(FVPLocalParam param)
printHelp
public static void printHelp()