Uses of Class
com.eu.miscedautils.ipxact.Component.ComponentType

Packages that use ComponentType
com.eu.miscedautils.ipxact.Component   
com.eu.miscedautils.shell   
com.eu.miscedautils.verilog2ipxact   
com.eu.miscedautils.vhdl2ipxact   
 

Uses of ComponentType in com.eu.miscedautils.ipxact.Component
 

Methods in com.eu.miscedautils.ipxact.Component that return ComponentType
 ComponentType ObjectFactory.createComponentType()
          Create an instance of ComponentType
 

Methods in com.eu.miscedautils.ipxact.Component that return types with arguments of type ComponentType
 javax.xml.bind.JAXBElement<ComponentType> ObjectFactory.createComponent(ComponentType value)
          Create an instance of JAXBElement<ComponentType>}
 

Methods in com.eu.miscedautils.ipxact.Component with parameters of type ComponentType
 javax.xml.bind.JAXBElement<ComponentType> ObjectFactory.createComponent(ComponentType value)
          Create an instance of JAXBElement<ComponentType>}
 

Uses of ComponentType in com.eu.miscedautils.shell
 

Methods in com.eu.miscedautils.shell that return ComponentType
 ComponentType IPXACTBackBone.addBusInterface(ComponentType comp, BusInterfaceType bif)
           
 ComponentType IPXACTBackBone.addComponentFileSet(ComponentType comp, java.lang.String fileName)
           
 ComponentType IPXACTBackBone.addComponentFileSetObject(ComponentType comp, FileSetType fieSet)
           
 ComponentType IPXACTBackBone.buildComponentFromVerilogModule(FVPModule dut)
           
 ComponentType IPXACTBackBone.buildComponentFromVhdlEntity(FVhPEntity dut)
           
 ComponentType IPXACTBackBone.createComponent(java.lang.String name, java.lang.String vendor, java.lang.String lib, java.lang.String version)
           
 ComponentType IPXACTBackBone.getCurrentComponent()
           
 ComponentType IPXACTBackBone.importVerilog(java.lang.String vlogfile, java.lang.String excludefilelist, java.lang.String top, java.lang.String incdirs, java.lang.String definedirectives, boolean sort, boolean nowildcard, java.lang.String encryptKey, java.lang.String privateKeyFile, java.lang.String publicKeyFile, java.lang.String keyOwner, java.lang.String keyName, java.lang.String encryptAlgo)
           
 ComponentType IPXACTBackBone.importVerilogFileList(java.lang.String filelist, java.lang.String excludefilelist, java.lang.String top, java.lang.String incdirs, java.lang.String definedirectives, boolean sort, boolean nowildcard, java.lang.String encryptKey, java.lang.String privateKeyFile, java.lang.String publicKeyFile, java.lang.String keyOwner, java.lang.String keyName, java.lang.String encryptAlgo)
           
 ComponentType IPXACTBackBone.importVhdl(java.lang.String vhdlfile, java.lang.String topEntityName, java.lang.String worklib, java.lang.String mapfile, java.lang.String excludefilelist, boolean nowildcard)
           
 ComponentType IPXACTBackBone.loadComponentFile(java.lang.String ipxactFile)
           
static ComponentType ipxact2tcl.openIPXACTComponentFile(java.lang.String compdef)
           
 

Methods in com.eu.miscedautils.shell with parameters of type ComponentType
 void IPXACTBackBone.addAddressSpace(ComponentType comp, AddressSpaces.AddressSpace addrSpace)
           
 ComponentType IPXACTBackBone.addBusInterface(ComponentType comp, BusInterfaceType bif)
           
 ComponentType IPXACTBackBone.addComponentFileSet(ComponentType comp, java.lang.String fileName)
           
 ComponentType IPXACTBackBone.addComponentFileSetObject(ComponentType comp, FileSetType fieSet)
           
 void IPXACTBackBone.addMemoryMap(ComponentType comp, MemoryMapType mmap)
           
 FVPModule IPXACTBackBone.buildVerilogModuleFromComponent(ComponentType comp)
           
 FVhPEntity IPXACTBackBone.buildVhdlEntityFromComponent(ComponentType comp)
           
 AddressSpaces.AddressSpace IPXACTBackBone.createAddressSpaceType(ComponentType comp, java.lang.String name, java.lang.String range, java.lang.String width, java.lang.String bitUnits, java.lang.String localMemMapName, java.lang.String localMemMapID)
           
 java.lang.String IPXACTBackBone.createCommandForComponent(ComponentType comp)
           
 void IPXACTBackBone.saveComponentIntoFile(ComponentType comp, java.lang.String ipxactFile)
           
 void IPXACTBackBone.setCurrentComponent(ComponentType currentComponent)
           
 FVPModule IPXACTComponent2RTL.traverseComponentType(ComponentType comp)
           
 

Uses of ComponentType in com.eu.miscedautils.verilog2ipxact
 

Methods in com.eu.miscedautils.verilog2ipxact that return ComponentType
static ComponentType Verilog2Component.buildComponentType(FVPModule dut, java.lang.String vlnv)
           
 

Methods in com.eu.miscedautils.verilog2ipxact with parameters of type ComponentType
static void Verilog2Component.saveFile(ComponentType comp, java.lang.String ipxactFile)
           
 

Uses of ComponentType in com.eu.miscedautils.vhdl2ipxact
 

Methods in com.eu.miscedautils.vhdl2ipxact that return ComponentType
static ComponentType Entity2IPXACTComponent.buildComponentType(FVhPEntity dut, java.lang.String vlnv)
           
 

Methods in com.eu.miscedautils.vhdl2ipxact with parameters of type ComponentType
static void Entity2IPXACTComponent.saveFile(ComponentType comp, java.lang.String ipxactFile)