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

Packages that use FVhPEntity
com.eu.miscedautils.gentbvhdl   
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.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)