Uses of Class
com.eu.miscedautils.vhdlparser.FVhPEntity

Packages that use FVhPEntity
com.eu.miscedautils.gentbvhdl   
com.eu.miscedautils.shell   
com.eu.miscedautils.verilog2vhdl   
com.eu.miscedautils.vhdl2ipxact   
com.eu.miscedautils.vhdl2verilog   
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPEntity in com.eu.miscedautils.gentbvhdl
 

Methods in com.eu.miscedautils.gentbvhdl with parameters of type FVhPEntity
static java.lang.Integer GenerateVHDLTestBench.generateTestBench(java.lang.String worklib, FVhPEntity entity, java.lang.String outfile)
           
 

Constructors in com.eu.miscedautils.gentbvhdl with parameters of type FVhPEntity
FVhPGenTB(FVhPEntity top, java.lang.String outFile, java.lang.String clk, java.lang.String rst)
           
 

Uses of FVhPEntity in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FVhPEntity
 FVhPEntity IPXACTBackBone.buildVhdlEntityFromComponent(ComponentType comp)
           
 FVhPEntity IPXACTBackBone.findEntity(java.lang.String duname, java.lang.String worklib, java.lang.String libraryMapFile)
           
 FVhPEntity BrigidBackBone.findEntity(java.lang.String duname, java.lang.String worklib, java.lang.String libraryMapFile)
           
 FVhPEntity Vhdl2VlogBAKUP.getEntity()
           
 FVhPEntity BayaBackBone.importVHDLEntity(java.lang.String vhdlfile, java.lang.String topEntityName, java.lang.String worklib, java.lang.String mapfile, java.lang.String excludefilelist, boolean nowildcard)
           
 

Methods in com.eu.miscedautils.shell with parameters of type FVhPEntity
 ComponentType IPXACTBackBone.buildComponentFromVhdlEntity(FVhPEntity dut)
           
 FVPModule Vhdl2VlogBAKUP.convertEntity(FVhPEntity dut)
           
 java.util.LinkedList<FVPParamDecl> Vhdl2VlogBAKUP.convertGenerics(FVhPEntity dut)
           
 java.util.LinkedList<FVPPort> Vhdl2VlogBAKUP.convertPorts(FVhPEntity dut)
           
 void Vhdl2VlogBAKUP.setEntity(FVhPEntity dut)
           
 

Constructors in com.eu.miscedautils.shell with parameters of type FVhPEntity
Vhdl2VlogBAKUP(FVhPEntity dut, java.lang.String vlogFile)
           
 

Uses of FVhPEntity in com.eu.miscedautils.verilog2vhdl
 

Methods in com.eu.miscedautils.verilog2vhdl that return FVhPEntity
static FVhPEntity verilog2vhdl.convertModule(FVPModule mod)
           
static FVhPEntity verilog2vhdl.convertToVHDLAndPrintIntoFile(FVPModule topMod, java.lang.String outfile)
           
 

Uses of FVhPEntity in com.eu.miscedautils.vhdl2ipxact
 

Methods in com.eu.miscedautils.vhdl2ipxact with parameters of type FVhPEntity
static ComponentType Entity2IPXACTComponent.buildComponentType(FVhPEntity dut, java.lang.String vlnv)
           
 

Uses of FVhPEntity in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVhPEntity
 FVPModule vhdl2verilog.convertEntity(FVhPEntity dut)
           
 FVPModule vhdl2verilog.convertEntity(FVhPEntity dut, FVhPArchitecture arch, boolean isTop)
           
 java.util.LinkedList<FVPParamDecl> vhdl2verilog.convertEntityGenerics(FVhPEntity dut)
           
 java.util.LinkedList<FVPPort> vhdl2verilog.convertEntityPorts(FVhPEntity dut)
           
 

Uses of FVhPEntity in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPEntity
 FVhPEntity FVhPConfigurationDeclaration.getEntity()
           
 FVhPEntity FVhPArchitecture.getEntity()
           
 FVhPEntity FVhPComponentDecl.getEquivalentEntity()
           
 FVhPEntity FVhPDescription.openEntity(java.lang.String workLibName, java.lang.String entityName)
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPEntity
 void FVhPConfigurationDeclaration.setEntity(FVhPEntity entity)
           
 void FVhPArchitecture.setEntity(FVhPEntity entity)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPEntity
FVhPConfigurationDeclaration(java.lang.Integer line, java.lang.String name, FVhPEntity ent)