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

Packages that use FVhPArchitecture
com.eu.miscedautils.shell   
com.eu.miscedautils.vhdl2verilog   
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPArchitecture in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return FVhPArchitecture
 FVhPArchitecture BrigidBackBone.findArchitecture(java.lang.String entity, java.lang.String arch, java.lang.String worklib, java.lang.String libraryMapFile)
           
 

Uses of FVhPArchitecture in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVhPArchitecture
 void vhdl2verilog.convertArchitecture(FVhPArchitecture arch, FVPModule mod)
           
 FVPModule vhdl2verilog.convertEntity(FVhPEntity dut, FVhPArchitecture arch, boolean isTop)
           
 

Uses of FVhPArchitecture in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPArchitecture
 FVhPArchitecture FVhPConfigurationDeclaration.getArchitecture()
           
 FVhPArchitecture FVhPInstantiation.getArchitecture()
           
 FVhPArchitecture FVhPEntity.getMostRecentArchitecture()
           
 FVhPArchitecture FVhPDescription.openArchitecture(java.lang.String workLibName, java.lang.String entityName, java.lang.String archName)
           
 FVhPArchitecture FVhPDescription.openMostRecentArchitecture(java.lang.String workLibName, java.lang.String entityName)
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPArchitecture
 void FVhPInstantiation.setArchitecture(FVhPArchitecture architecture)