com.eu.miscedautils.vhdl2ipxact
Class Entity2IPXACTComponent

java.lang.Object
  extended by com.eu.miscedautils.vhdl2ipxact.Entity2IPXACTComponent

public class Entity2IPXACTComponent
extends java.lang.Object


Field Summary
static boolean noparameval
           
static boolean nowildcard
           
 
Constructor Summary
Entity2IPXACTComponent()
           
 
Method Summary
static void analyzeVHDLFile(java.lang.String infile, java.lang.String worklib, boolean isSTDPack)
           
static ComponentType buildComponentType(FVhPEntity dut, java.lang.String vlnv)
           
static void main(java.lang.String[] args)
           
static void printHelp()
           
static void saveFile(ComponentType comp, java.lang.String ipxactFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noparameval

public static boolean noparameval

nowildcard

public static boolean nowildcard
Constructor Detail

Entity2IPXACTComponent

public Entity2IPXACTComponent()
Method Detail

main

public static void main(java.lang.String[] args)

printHelp

public static void printHelp()

analyzeVHDLFile

public static void analyzeVHDLFile(java.lang.String infile,
                                   java.lang.String worklib,
                                   boolean isSTDPack)

saveFile

public static void saveFile(ComponentType comp,
                            java.lang.String ipxactFile)

buildComponentType

public static ComponentType buildComponentType(FVhPEntity dut,
                                               java.lang.String vlnv)