com.eu.miscedautils.verilog2vhdl
Class verilog2vhdl

java.lang.Object
  extended by com.eu.miscedautils.verilog2vhdl.verilog2vhdl

public class verilog2vhdl
extends java.lang.Object


Field Summary
static boolean only_entity
           
 
Constructor Summary
verilog2vhdl()
           
 
Method Summary
static FVhPBase convertLocalParam(FVPLocalParam param)
           
static FVhPEntity convertModule(FVPModule mod)
           
static FVhPBase convertParameter(FVPParamDecl param)
           
static FVhPBase convertRoot(FVPRoot root)
           
static FVhPEntity convertToVHDLAndPrintIntoFile(FVPModule topMod, java.lang.String outfile)
           
static boolean isParsableToInt(java.lang.String i)
           
static void main(java.lang.String[] args)
           
static void printHelp()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

only_entity

public static boolean only_entity
Constructor Detail

verilog2vhdl

public verilog2vhdl()
Method Detail

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()