com.eu.miscedautils.shell
Class Vhdl2VlogBAKUP

java.lang.Object
  extended by com.eu.miscedautils.shell.Vhdl2VlogBAKUP

public class Vhdl2VlogBAKUP
extends java.lang.Object


Constructor Summary
Vhdl2VlogBAKUP(FVhPEntity dut, java.lang.String vlogFile)
           
 
Method Summary
 FVPModule convertEntity(FVhPEntity dut)
           
 java.util.LinkedList<FVPParamDecl> convertGenerics(FVhPEntity dut)
           
 java.util.LinkedList<FVPPort> convertPorts(FVhPEntity dut)
           
 FVhPEntity getEntity()
           
 java.lang.String getVlogFile()
           
 void setEntity(FVhPEntity dut)
           
 void setVlogFile(java.lang.String vlogFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vhdl2VlogBAKUP

public Vhdl2VlogBAKUP(FVhPEntity dut,
                      java.lang.String vlogFile)
Method Detail

getEntity

public FVhPEntity getEntity()

setEntity

public void setEntity(FVhPEntity dut)

getVlogFile

public java.lang.String getVlogFile()

setVlogFile

public void setVlogFile(java.lang.String vlogFile)

convertPorts

public java.util.LinkedList<FVPPort> convertPorts(FVhPEntity dut)

convertGenerics

public java.util.LinkedList<FVPParamDecl> convertGenerics(FVhPEntity dut)

convertEntity

public FVPModule convertEntity(FVhPEntity dut)