Repository: kactus2/kactus2dev Branch: main Commit: 6238518b8926 Files: 3668 Total size: 24.2 MB Directory structure: gitextract_zr4oj8e4/ ├── .github/ │ └── workflows/ │ ├── check_build.yml │ ├── code_analysis.yml │ └── deploy_docs.yml ├── .gitignore ├── .qmake.conf ├── Administrative/ │ ├── Qt64/ │ │ ├── Qt64 Build Instructions.txt │ │ └── qt64_configure_vs2010.bat │ ├── development/ │ │ └── FolderStructure.txt │ ├── docs/ │ │ ├── Doxyfile │ │ ├── DoxygenLayout.xml │ │ ├── Kactus2-docs.md │ │ ├── Python-examples.md │ │ ├── doxygen-awesome-darkmode-toggle.js │ │ ├── doxygen-awesome.css │ │ ├── header.html │ │ └── index.html │ └── releaseFiles/ │ ├── DefaultSettingsWin.ini │ ├── Kactus2.ini │ ├── Library/ │ │ └── tut.fi/ │ │ ├── global.communication/ │ │ │ ├── iptlm/ │ │ │ │ └── 1.1/ │ │ │ │ └── TLMW.1.1.xml │ │ │ └── mcapi/ │ │ │ ├── 1.063/ │ │ │ │ └── mcapi.1.063.xml │ │ │ └── 2.015/ │ │ │ └── mcapi.2.015.xml │ │ └── ip.swp.api/ │ │ ├── IPTLM.apiDef/ │ │ │ └── 1.1/ │ │ │ └── TLMW.apiDef.1.1.xml │ │ └── mcapi.apiDef/ │ │ ├── 1.063/ │ │ │ └── mcapi.apiDef.1.063.xml │ │ └── 2.015/ │ │ └── mcapi.apiDef.2.015.xml │ ├── gpl2.txt │ ├── kactus2.desktop │ ├── kactus2.xpm │ ├── release_notes.txt │ ├── setupx64.nsi │ └── upgrade.cfg ├── CreateHelp.bat ├── Help/ │ ├── HelpSystem/ │ │ ├── ContextHelpBrowser.cpp │ │ ├── ContextHelpBrowser.h │ │ ├── HelpSearchWidget.cpp │ │ ├── HelpSearchWidget.h │ │ ├── HelpWindow.cpp │ │ └── HelpWindow.h │ ├── communityGuideLines.html │ ├── componenteditor/ │ │ ├── addressblock.html │ │ ├── addressblock2022.html │ │ ├── addressspace.html │ │ ├── addressspace2022.html │ │ ├── addressspaces.html │ │ ├── addressspaces2022.html │ │ ├── apiinterface.html │ │ ├── apiinterfaces.html │ │ ├── businterfacegeneral.html │ │ ├── businterfacegeneral2022.html │ │ ├── businterfaces.html │ │ ├── businterfaces2022.html │ │ ├── channels.html │ │ ├── channels2022.html │ │ ├── choices.html │ │ ├── cominterface.html │ │ ├── cominterfaces.html │ │ ├── componentInstantiation.html │ │ ├── componentInstantiation2022.html │ │ ├── componentInstantiations.html │ │ ├── componenteditor.html │ │ ├── cpu.html │ │ ├── cpu2022.html │ │ ├── cpus.html │ │ ├── cpus2022.html │ │ ├── designConfigurationInstantiation.html │ │ ├── designConfigurationInstantiation2022.html │ │ ├── designConfigurationInstantiations.html │ │ ├── designInstantiation.html │ │ ├── designInstantiation2022.html │ │ ├── designInstantiations.html │ │ ├── field.html │ │ ├── field2022.html │ │ ├── filegeneral.html │ │ ├── fileset.html │ │ ├── fileset2022.html │ │ ├── filesets.html │ │ ├── general.html │ │ ├── general2022.html │ │ ├── indirectInterface.html │ │ ├── indirectInterface2022.html │ │ ├── indirectInterfaces.html │ │ ├── instantiations.html │ │ ├── memorymap.html │ │ ├── memorymap2022.html │ │ ├── memorymaps.html │ │ ├── memorymaps2022.html │ │ ├── mode2022.html │ │ ├── modes2022.html │ │ ├── otherclockdrivers.html │ │ ├── params.html │ │ ├── portmaps.html │ │ ├── portmaps2022.html │ │ ├── ports.html │ │ ├── powerdomains2022.html │ │ ├── register.html │ │ ├── register2022.html │ │ ├── registerFile.html │ │ ├── registerFile2022.html │ │ ├── remapStates.html │ │ ├── resetTypes.html │ │ ├── resetTypes2022.html │ │ ├── singleRemapState.html │ │ ├── subspacemap.html │ │ ├── subspacemap2022.html │ │ ├── swproperties.html │ │ ├── systemview.html │ │ ├── systemviews.html │ │ ├── transactionalPorts.html │ │ ├── view.html │ │ ├── view2022.html │ │ ├── views.html │ │ └── wirePorts.html │ ├── definitions/ │ │ ├── abstractiondefinition.html │ │ ├── abstractiondefinition2022.html │ │ ├── apidefinition.html │ │ ├── busdefinition.html │ │ ├── busdefinition2022.html │ │ ├── catalog.html │ │ ├── catalog2022.html │ │ └── comdefinition.html │ ├── general/ │ │ ├── colors.html │ │ ├── defaultApplication.html │ │ ├── expressions.html │ │ ├── libraryNavigation.html │ │ ├── shortcuts.html │ │ ├── toolbarsAndViews.html │ │ └── workSpace.html │ ├── gettingStarted/ │ │ ├── accessingDocuments.html │ │ ├── configureLibrary.html │ │ └── creatingDocuments.html │ ├── hwdesign/ │ │ ├── adhocconnection.html │ │ ├── adhocinterface.html │ │ ├── adhocport.html │ │ ├── businterface.html │ │ ├── busport.html │ │ ├── busport2022.html │ │ ├── connection.html │ │ ├── hwdesign.html │ │ ├── hwinstance.html │ │ ├── hwinstance2022.html │ │ └── interconnectgenerator.html │ ├── images/ │ │ └── img_sources.pptx │ ├── index.html │ ├── kactus2help.qhcp │ ├── kactus2help.qhp │ ├── memoryDesign/ │ │ └── memoryDesign.html │ ├── style.css │ ├── swsysdesign/ │ │ ├── apiconnection.html │ │ ├── comconnection.html │ │ ├── hwmappinginstance.html │ │ ├── swdesign.html │ │ ├── swinstance.html │ │ ├── systemdesign.html │ │ └── undefinedconnection.html │ ├── welcome.html │ └── whatYouCanDo.html ├── IPXACTmodels/ │ ├── AbstractionDefinition/ │ │ ├── AbstractionDefinition.cpp │ │ ├── AbstractionDefinition.h │ │ ├── AbstractionDefinitionReader.cpp │ │ ├── AbstractionDefinitionReader.h │ │ ├── AbstractionDefinitionWriter.cpp │ │ ├── AbstractionDefinitionWriter.h │ │ ├── Packet.cpp │ │ ├── Packet.h │ │ ├── PacketField.cpp │ │ ├── PacketField.h │ │ ├── PacketReader.cpp │ │ ├── PacketReader.h │ │ ├── PacketWriter.cpp │ │ ├── PacketWriter.h │ │ ├── PortAbstraction.cpp │ │ ├── PortAbstraction.h │ │ ├── TransactionalAbstraction.cpp │ │ ├── TransactionalAbstraction.h │ │ ├── TransactionalAbstractionReader.cpp │ │ ├── TransactionalAbstractionReader.h │ │ ├── TransactionalAbstractionWriter.cpp │ │ ├── TransactionalAbstractionWriter.h │ │ ├── TransactionalPort.cpp │ │ ├── TransactionalPort.h │ │ ├── WireAbstraction.cpp │ │ ├── WireAbstraction.h │ │ ├── WireAbstractionReader.cpp │ │ ├── WireAbstractionReader.h │ │ ├── WireAbstractionWriter.cpp │ │ ├── WireAbstractionWriter.h │ │ ├── WirePort.cpp │ │ ├── WirePort.h │ │ └── validators/ │ │ ├── AbstractionDefinitionValidator.cpp │ │ ├── AbstractionDefinitionValidator.h │ │ ├── PacketValidator.cpp │ │ ├── PacketValidator.h │ │ ├── PortAbstractionValidator.cpp │ │ └── PortAbstractionValidator.h │ ├── BusDefinition/ │ │ ├── BusDefinition.cpp │ │ ├── BusDefinition.h │ │ ├── BusDefinitionReader.cpp │ │ ├── BusDefinitionReader.h │ │ ├── BusDefinitionWriter.cpp │ │ ├── BusDefinitionWriter.h │ │ └── validators/ │ │ ├── BusDefinitionValidator.cpp │ │ └── BusDefinitionValidator.h │ ├── Catalog/ │ │ ├── Catalog.cpp │ │ ├── Catalog.h │ │ ├── CatalogReader.cpp │ │ ├── CatalogReader.h │ │ ├── CatalogWriter.cpp │ │ ├── CatalogWriter.h │ │ ├── IpxactFile.cpp │ │ ├── IpxactFile.h │ │ └── validators/ │ │ ├── CatalogValidator.cpp │ │ └── CatalogValidator.h │ ├── Component/ │ │ ├── AbstractionType.cpp │ │ ├── AbstractionType.h │ │ ├── AccessPolicy.cpp │ │ ├── AccessPolicy.h │ │ ├── AccessPolicyReader.cpp │ │ ├── AccessPolicyReader.h │ │ ├── AccessPolicyWriter.cpp │ │ ├── AccessPolicyWriter.h │ │ ├── AddressBlock.cpp │ │ ├── AddressBlock.h │ │ ├── AddressBlockReader.cpp │ │ ├── AddressBlockReader.h │ │ ├── AddressBlockWriter.cpp │ │ ├── AddressBlockWriter.h │ │ ├── AddressSpace.cpp │ │ ├── AddressSpace.h │ │ ├── AddressSpaceReader.cpp │ │ ├── AddressSpaceReader.h │ │ ├── AddressSpaceWriter.cpp │ │ ├── AddressSpaceWriter.h │ │ ├── AlternateRegister.cpp │ │ ├── AlternateRegister.h │ │ ├── BuildCommand.cpp │ │ ├── BuildCommand.h │ │ ├── BusInterface.cpp │ │ ├── BusInterface.h │ │ ├── BusInterfaceReader.cpp │ │ ├── BusInterfaceReader.h │ │ ├── BusInterfaceWriter.cpp │ │ ├── BusInterfaceWriter.h │ │ ├── CPUReader.cpp │ │ ├── CPUReader.h │ │ ├── CPUWriter.cpp │ │ ├── CPUWriter.h │ │ ├── Channel.cpp │ │ ├── Channel.h │ │ ├── ChannelReader.cpp │ │ ├── ChannelReader.h │ │ ├── ChannelWriter.cpp │ │ ├── ChannelWriter.h │ │ ├── Component.cpp │ │ ├── Component.h │ │ ├── ComponentGenerator.cpp │ │ ├── ComponentGenerator.h │ │ ├── ComponentGeneratorReader.cpp │ │ ├── ComponentGeneratorReader.h │ │ ├── ComponentGeneratorWriter.cpp │ │ ├── ComponentGeneratorWriter.h │ │ ├── ComponentInstantiation.cpp │ │ ├── ComponentInstantiation.h │ │ ├── ComponentReader.cpp │ │ ├── ComponentReader.h │ │ ├── ComponentWriter.cpp │ │ ├── ComponentWriter.h │ │ ├── Cpu.cpp │ │ ├── Cpu.h │ │ ├── DesignConfigurationInstantiation.cpp │ │ ├── DesignConfigurationInstantiation.h │ │ ├── DesignInstantiation.cpp │ │ ├── DesignInstantiation.h │ │ ├── Driver.cpp │ │ ├── Driver.h │ │ ├── EnumeratedValue.cpp │ │ ├── EnumeratedValue.h │ │ ├── EnumeratedValueReader.cpp │ │ ├── EnumeratedValueReader.h │ │ ├── EnumeratedValueWriter.cpp │ │ ├── EnumeratedValueWriter.h │ │ ├── ExecutableImage.cpp │ │ ├── ExecutableImage.h │ │ ├── Field.cpp │ │ ├── Field.h │ │ ├── FieldAccessPolicy.cpp │ │ ├── FieldAccessPolicy.h │ │ ├── FieldAccessPolicyReader.cpp │ │ ├── FieldAccessPolicyReader.h │ │ ├── FieldAccessPolicyWriter.cpp │ │ ├── FieldAccessPolicyWriter.h │ │ ├── FieldReader.cpp │ │ ├── FieldReader.h │ │ ├── FieldReference.cpp │ │ ├── FieldReference.h │ │ ├── FieldReferenceReader.cpp │ │ ├── FieldReferenceReader.h │ │ ├── FieldReferenceWriter.cpp │ │ ├── FieldReferenceWriter.h │ │ ├── FieldReset.cpp │ │ ├── FieldReset.h │ │ ├── FieldSlice.cpp │ │ ├── FieldSlice.h │ │ ├── FieldWriter.cpp │ │ ├── FieldWriter.h │ │ ├── File.cpp │ │ ├── File.h │ │ ├── FileReader.cpp │ │ ├── FileReader.h │ │ ├── FileSet.cpp │ │ ├── FileSet.h │ │ ├── FileSetReader.cpp │ │ ├── FileSetReader.h │ │ ├── FileSetRef.cpp │ │ ├── FileSetRef.h │ │ ├── FileSetWriter.cpp │ │ ├── FileSetWriter.h │ │ ├── FileWriter.cpp │ │ ├── FileWriter.h │ │ ├── Function.cpp │ │ ├── Function.h │ │ ├── IndirectInterface.cpp │ │ ├── IndirectInterface.h │ │ ├── IndirectInterfaceReader.cpp │ │ ├── IndirectInterfaceReader.h │ │ ├── IndirectInterfaceWriter.cpp │ │ ├── IndirectInterfaceWriter.h │ │ ├── InitiatorInterface.cpp │ │ ├── InitiatorInterface.h │ │ ├── InstantiationsReader.cpp │ │ ├── InstantiationsReader.h │ │ ├── InstantiationsWriter.cpp │ │ ├── InstantiationsWriter.h │ │ ├── LanguageTools.cpp │ │ ├── LanguageTools.h │ │ ├── MemoryArray.cpp │ │ ├── MemoryArray.h │ │ ├── MemoryArrayReader.cpp │ │ ├── MemoryArrayReader.h │ │ ├── MemoryArrayWriter.cpp │ │ ├── MemoryArrayWriter.h │ │ ├── MemoryBlockBase.cpp │ │ ├── MemoryBlockBase.h │ │ ├── MemoryBlockBaseReader.cpp │ │ ├── MemoryBlockBaseReader.h │ │ ├── MemoryBlockBaseWriter.cpp │ │ ├── MemoryBlockBaseWriter.h │ │ ├── MemoryMap.cpp │ │ ├── MemoryMap.h │ │ ├── MemoryMapBase.cpp │ │ ├── MemoryMapBase.h │ │ ├── MemoryMapBaseReader.cpp │ │ ├── MemoryMapBaseReader.h │ │ ├── MemoryMapBaseWriter.cpp │ │ ├── MemoryMapBaseWriter.h │ │ ├── MemoryMapReader.cpp │ │ ├── MemoryMapReader.h │ │ ├── MemoryMapWriter.cpp │ │ ├── MemoryMapWriter.h │ │ ├── MemoryRemap.cpp │ │ ├── MemoryRemap.h │ │ ├── MirroredTargetInterface.cpp │ │ ├── MirroredTargetInterface.h │ │ ├── Mode.cpp │ │ ├── Mode.h │ │ ├── ModeReader.cpp │ │ ├── ModeReader.h │ │ ├── ModeReference.cpp │ │ ├── ModeReference.h │ │ ├── ModeWriter.cpp │ │ ├── ModeWriter.h │ │ ├── Model.cpp │ │ ├── Model.h │ │ ├── OtherClockDriver.cpp │ │ ├── OtherClockDriver.h │ │ ├── OtherClockDriverReader.cpp │ │ ├── OtherClockDriverReader.h │ │ ├── OtherClockDriverWriter.cpp │ │ ├── OtherClockDriverWriter.h │ │ ├── Port.cpp │ │ ├── Port.h │ │ ├── PortMap.cpp │ │ ├── PortMap.h │ │ ├── PortReader.cpp │ │ ├── PortReader.h │ │ ├── PortSlice.cpp │ │ ├── PortSlice.h │ │ ├── PortWriter.cpp │ │ ├── PortWriter.h │ │ ├── PowerDomain.cpp │ │ ├── PowerDomain.h │ │ ├── PowerDomainReader.cpp │ │ ├── PowerDomainReader.h │ │ ├── PowerDomainWriter.cpp │ │ ├── PowerDomainWriter.h │ │ ├── Region.cpp │ │ ├── Region.h │ │ ├── Register.cpp │ │ ├── Register.h │ │ ├── RegisterBase.cpp │ │ ├── RegisterBase.h │ │ ├── RegisterDefinition.cpp │ │ ├── RegisterDefinition.h │ │ ├── RegisterFile.cpp │ │ ├── RegisterFile.h │ │ ├── RegisterReader.cpp │ │ ├── RegisterReader.h │ │ ├── RegisterWriter.cpp │ │ ├── RegisterWriter.h │ │ ├── RemapPort.cpp │ │ ├── RemapPort.h │ │ ├── RemapState.cpp │ │ ├── RemapState.h │ │ ├── RemapStateReader.cpp │ │ ├── RemapStateReader.h │ │ ├── RemapStateWriter.cpp │ │ ├── RemapStateWriter.h │ │ ├── ResetType.h │ │ ├── Segment.cpp │ │ ├── Segment.h │ │ ├── Structured.cpp │ │ ├── Structured.h │ │ ├── SubPort.cpp │ │ ├── SubPort.h │ │ ├── SubSpaceMap.cpp │ │ ├── SubSpaceMap.h │ │ ├── SubSpaceMapWriter.cpp │ │ ├── SubSpaceMapWriter.h │ │ ├── SubspaceMapReader.cpp │ │ ├── SubspaceMapReader.h │ │ ├── TargetInterface.cpp │ │ ├── TargetInterface.h │ │ ├── Transactional.cpp │ │ ├── Transactional.h │ │ ├── TransparentBridge.cpp │ │ ├── TransparentBridge.h │ │ ├── View.cpp │ │ ├── View.h │ │ ├── ViewReader.cpp │ │ ├── ViewReader.h │ │ ├── ViewWriter.cpp │ │ ├── ViewWriter.h │ │ ├── Wire.cpp │ │ ├── Wire.h │ │ ├── WireTypeDef.cpp │ │ ├── WireTypeDef.h │ │ ├── WriteValueConstraint.cpp │ │ ├── WriteValueConstraint.h │ │ └── validators/ │ │ ├── AbstractionTypeValidator.cpp │ │ ├── AbstractionTypeValidator.h │ │ ├── AddressBlockValidator.cpp │ │ ├── AddressBlockValidator.h │ │ ├── AddressSpaceValidator.cpp │ │ ├── AddressSpaceValidator.h │ │ ├── BusInterfaceValidator.cpp │ │ ├── BusInterfaceValidator.h │ │ ├── CPUValidator.cpp │ │ ├── CPUValidator.h │ │ ├── ChannelValidator.cpp │ │ ├── ChannelValidator.h │ │ ├── CollectionValidators.cpp │ │ ├── CollectionValidators.h │ │ ├── ComponentGeneratorValidator.cpp │ │ ├── ComponentGeneratorValidator.h │ │ ├── ComponentValidator.cpp │ │ ├── ComponentValidator.h │ │ ├── EnumeratedValueValidator.cpp │ │ ├── EnumeratedValueValidator.h │ │ ├── FieldAccessPolicyValidator.cpp │ │ ├── FieldAccessPolicyValidator.h │ │ ├── FieldReferenceValidator.cpp │ │ ├── FieldReferenceValidator.h │ │ ├── FieldSliceValidator.cpp │ │ ├── FieldSliceValidator.h │ │ ├── FieldValidator.cpp │ │ ├── FieldValidator.h │ │ ├── FileSetValidator.cpp │ │ ├── FileSetValidator.h │ │ ├── FileValidator.cpp │ │ ├── FileValidator.h │ │ ├── IndirectInterfaceValidator.cpp │ │ ├── IndirectInterfaceValidator.h │ │ ├── InstantiationsValidator.cpp │ │ ├── InstantiationsValidator.h │ │ ├── MemoryArrayValidator.cpp │ │ ├── MemoryArrayValidator.h │ │ ├── MemoryBlockValidator.cpp │ │ ├── MemoryBlockValidator.h │ │ ├── MemoryMapBaseValidator.cpp │ │ ├── MemoryMapBaseValidator.h │ │ ├── MemoryMapValidator.cpp │ │ ├── MemoryMapValidator.h │ │ ├── MemoryReserve.cpp │ │ ├── MemoryReserve.h │ │ ├── ModeValidator.cpp │ │ ├── ModeValidator.h │ │ ├── OtherClockDriverValidator.cpp │ │ ├── OtherClockDriverValidator.h │ │ ├── PortMapValidator.cpp │ │ ├── PortMapValidator.h │ │ ├── PortSliceValidator.cpp │ │ ├── PortSliceValidator.h │ │ ├── PortTypeValidator.cpp │ │ ├── PortTypeValidator.h │ │ ├── PortValidator.cpp │ │ ├── PortValidator.h │ │ ├── PowerDomainValidator.cpp │ │ ├── PowerDomainValidator.h │ │ ├── RegionValidator.cpp │ │ ├── RegionValidator.h │ │ ├── RegisterBaseValidator.cpp │ │ ├── RegisterBaseValidator.h │ │ ├── RegisterFileValidator.cpp │ │ ├── RegisterFileValidator.h │ │ ├── RegisterValidator.cpp │ │ ├── RegisterValidator.h │ │ ├── RemapStateValidator.cpp │ │ ├── RemapStateValidator.h │ │ ├── SubspaceMapValidator.cpp │ │ ├── SubspaceMapValidator.h │ │ ├── ViewValidator.cpp │ │ └── ViewValidator.h │ ├── Design/ │ │ ├── ActiveInterface.cpp │ │ ├── ActiveInterface.h │ │ ├── AdHocConnection.cpp │ │ ├── AdHocConnection.h │ │ ├── ComponentInstance.cpp │ │ ├── ComponentInstance.h │ │ ├── ComponentInstanceReader.cpp │ │ ├── ComponentInstanceReader.h │ │ ├── ComponentInstanceWriter.cpp │ │ ├── ComponentInstanceWriter.h │ │ ├── Design.cpp │ │ ├── Design.h │ │ ├── DesignReader.cpp │ │ ├── DesignReader.h │ │ ├── DesignWriter.cpp │ │ ├── DesignWriter.h │ │ ├── HierInterface.cpp │ │ ├── HierInterface.h │ │ ├── Interconnection.cpp │ │ ├── Interconnection.h │ │ ├── MonitorInterconnection.cpp │ │ ├── MonitorInterconnection.h │ │ ├── MonitorInterface.cpp │ │ ├── MonitorInterface.h │ │ ├── PortReference.cpp │ │ ├── PortReference.h │ │ └── validator/ │ │ ├── AdHocConnectionValidator.cpp │ │ ├── AdHocConnectionValidator.h │ │ ├── ComponentInstanceValidator.cpp │ │ ├── ComponentInstanceValidator.h │ │ ├── DesignValidator.cpp │ │ ├── DesignValidator.h │ │ ├── InterconnectionValidator.cpp │ │ └── InterconnectionValidator.h │ ├── DesignConfiguration/ │ │ ├── AbstractorInstance.cpp │ │ ├── AbstractorInstance.h │ │ ├── DesignConfiguration.cpp │ │ ├── DesignConfiguration.h │ │ ├── DesignConfigurationReader.cpp │ │ ├── DesignConfigurationReader.h │ │ ├── DesignConfigurationWriter.cpp │ │ ├── DesignConfigurationWriter.h │ │ ├── InterconnectionConfiguration.cpp │ │ ├── InterconnectionConfiguration.h │ │ ├── InterfaceRef.cpp │ │ ├── InterfaceRef.h │ │ ├── MultipleAbstractorInstances.cpp │ │ ├── MultipleAbstractorInstances.h │ │ ├── ViewConfiguration.cpp │ │ ├── ViewConfiguration.h │ │ └── validators/ │ │ ├── DesignConfigurationValidator.cpp │ │ ├── DesignConfigurationValidator.h │ │ ├── InterconnectionConfigurationValidator.cpp │ │ ├── InterconnectionConfigurationValidator.h │ │ ├── ViewConfigurationValidator.cpp │ │ └── ViewConfigurationValidator.h │ ├── IPXACTmodels.pri │ ├── IPXACTmodels.pro │ ├── IPXACTmodels.vcxproj │ ├── IPXACTmodels.vcxproj.filters │ ├── common/ │ │ ├── AccessTypes.cpp │ │ ├── AccessTypes.h │ │ ├── Array.cpp │ │ ├── Array.h │ │ ├── Assertion.cpp │ │ ├── Assertion.h │ │ ├── BooleanValue.cpp │ │ ├── BooleanValue.h │ │ ├── BuildModel.cpp │ │ ├── BuildModel.h │ │ ├── CellSpecification.cpp │ │ ├── CellSpecification.h │ │ ├── Choice.cpp │ │ ├── Choice.h │ │ ├── ChoiceReader.cpp │ │ ├── ChoiceReader.h │ │ ├── ChoiceWriter.cpp │ │ ├── ChoiceWriter.h │ │ ├── ClockUnit.cpp │ │ ├── ClockUnit.h │ │ ├── CommonItemsReader.cpp │ │ ├── CommonItemsReader.h │ │ ├── CommonItemsWriter.cpp │ │ ├── CommonItemsWriter.h │ │ ├── ConfigurableElementValue.cpp │ │ ├── ConfigurableElementValue.h │ │ ├── ConfigurableVLNVReference.cpp │ │ ├── ConfigurableVLNVReference.h │ │ ├── DirectionTypes.cpp │ │ ├── DirectionTypes.h │ │ ├── Document.cpp │ │ ├── Document.h │ │ ├── DocumentReader.cpp │ │ ├── DocumentReader.h │ │ ├── DocumentUtils.cpp │ │ ├── DocumentUtils.h │ │ ├── DocumentWriter.cpp │ │ ├── DocumentWriter.h │ │ ├── Enumeration.cpp │ │ ├── Enumeration.h │ │ ├── Extendable.cpp │ │ ├── Extendable.h │ │ ├── FileBuilder.cpp │ │ ├── FileBuilder.h │ │ ├── FileBuilderReader.cpp │ │ ├── FileBuilderReader.h │ │ ├── FileBuilderWriter.cpp │ │ ├── FileBuilderWriter.h │ │ ├── FileType.cpp │ │ ├── FileType.h │ │ ├── GenericVendorExtension.cpp │ │ ├── GenericVendorExtension.h │ │ ├── ModuleParameter.cpp │ │ ├── ModuleParameter.h │ │ ├── ModuleParameterReader.cpp │ │ ├── ModuleParameterReader.h │ │ ├── ModuleParameterWriter.cpp │ │ ├── ModuleParameterWriter.h │ │ ├── NameGroup.cpp │ │ ├── NameGroup.h │ │ ├── NameGroupReader.cpp │ │ ├── NameGroupReader.h │ │ ├── NameGroupWriter.cpp │ │ ├── NameGroupWriter.h │ │ ├── NameValuePair.cpp │ │ ├── NameValuePair.h │ │ ├── Parameter.cpp │ │ ├── Parameter.h │ │ ├── ParameterReader.cpp │ │ ├── ParameterReader.h │ │ ├── ParameterWriter.cpp │ │ ├── ParameterWriter.h │ │ ├── PartSelect.cpp │ │ ├── PartSelect.h │ │ ├── PortAlignment.cpp │ │ ├── PortAlignment.h │ │ ├── PresenceTypes.cpp │ │ ├── PresenceTypes.h │ │ ├── Protocol.cpp │ │ ├── Protocol.h │ │ ├── ProtocolReader.cpp │ │ ├── ProtocolReader.h │ │ ├── ProtocolWriter.cpp │ │ ├── ProtocolWriter.h │ │ ├── Qualifier.cpp │ │ ├── Qualifier.h │ │ ├── QualifierReader.cpp │ │ ├── QualifierReader.h │ │ ├── QualifierWriter.cpp │ │ ├── QualifierWriter.h │ │ ├── Range.cpp │ │ ├── Range.h │ │ ├── TagData.h │ │ ├── TimingConstraint.cpp │ │ ├── TimingConstraint.h │ │ ├── TransactionalTypes.cpp │ │ ├── TransactionalTypes.h │ │ ├── VLNV.cpp │ │ ├── VLNV.h │ │ ├── Vector.cpp │ │ ├── Vector.h │ │ ├── VendorExtension.h │ │ └── validators/ │ │ ├── AssertionValidator.cpp │ │ ├── AssertionValidator.h │ │ ├── CellSpecificationValidator.cpp │ │ ├── CellSpecificationValidator.h │ │ ├── ChoiceValidator.cpp │ │ ├── ChoiceValidator.h │ │ ├── CommonItemsValidator.cpp │ │ ├── CommonItemsValidator.h │ │ ├── HierarchicalValidator.cpp │ │ ├── HierarchicalValidator.h │ │ ├── NMTokenValidator.cpp │ │ ├── NMTokenValidator.h │ │ ├── ParameterValidator.cpp │ │ ├── ParameterValidator.h │ │ ├── ProtocolValidator.cpp │ │ ├── ProtocolValidator.h │ │ ├── QualifierValidator.cpp │ │ ├── QualifierValidator.h │ │ ├── TimingConstraintValidator.cpp │ │ ├── TimingConstraintValidator.h │ │ ├── ValueFormatter.cpp │ │ ├── ValueFormatter.h │ │ ├── namevalidator.cpp │ │ └── namevalidator.h │ ├── generaldeclarations.cpp │ ├── generaldeclarations.h │ ├── ipxactmodels_global.h │ ├── kactusExtensions/ │ │ ├── ApiDefinition.cpp │ │ ├── ApiDefinition.h │ │ ├── ApiDefinitionReader.cpp │ │ ├── ApiDefinitionReader.h │ │ ├── ApiDefinitionWriter.cpp │ │ ├── ApiDefinitionWriter.h │ │ ├── ApiFunction.cpp │ │ ├── ApiFunction.h │ │ ├── ApiFunctionParameter.cpp │ │ ├── ApiFunctionParameter.h │ │ ├── ApiInterconnection.cpp │ │ ├── ApiInterconnection.h │ │ ├── ApiInterface.cpp │ │ ├── ApiInterface.h │ │ ├── ColumnDesc.cpp │ │ ├── ColumnDesc.h │ │ ├── ComDefinition.cpp │ │ ├── ComDefinition.h │ │ ├── ComDefinitionReader.cpp │ │ ├── ComDefinitionReader.h │ │ ├── ComDefinitionWriter.cpp │ │ ├── ComDefinitionWriter.h │ │ ├── ComInterconnection.cpp │ │ ├── ComInterconnection.h │ │ ├── ComInterface.cpp │ │ ├── ComInterface.h │ │ ├── ComProperty.cpp │ │ ├── ComProperty.h │ │ ├── ConnectionRoute.cpp │ │ ├── ConnectionRoute.h │ │ ├── FileDependency.cpp │ │ ├── FileDependency.h │ │ ├── HierApiInterconnection.cpp │ │ ├── HierApiInterconnection.h │ │ ├── HierComInterconnection.cpp │ │ ├── HierComInterconnection.h │ │ ├── InterfaceGraphicsData.cpp │ │ ├── InterfaceGraphicsData.h │ │ ├── Kactus2Group.cpp │ │ ├── Kactus2Group.h │ │ ├── Kactus2Placeholder.cpp │ │ ├── Kactus2Placeholder.h │ │ ├── Kactus2Position.cpp │ │ ├── Kactus2Position.h │ │ ├── Kactus2Value.cpp │ │ ├── Kactus2Value.h │ │ ├── KactusAttribute.cpp │ │ ├── KactusAttribute.h │ │ ├── SystemView.cpp │ │ ├── SystemView.h │ │ └── validators/ │ │ ├── ApiDefinitionValidator.cpp │ │ ├── ApiDefinitionValidator.h │ │ ├── ComDefinitionValidator.cpp │ │ ├── ComDefinitionValidator.h │ │ ├── SystemDesignConfigurationValidator.cpp │ │ ├── SystemDesignConfigurationValidator.h │ │ ├── SystemViewConfigurationValidator.cpp │ │ └── SystemViewConfigurationValidator.h │ └── utilities/ │ ├── BusDefinitionUtils.cpp │ ├── BusDefinitionUtils.h │ ├── ComponentSearch.cpp │ ├── ComponentSearch.h │ ├── Copy.h │ ├── Search.h │ ├── XmlUtils.cpp │ └── XmlUtils.h ├── Kactus2.pri ├── Kactus2.pro ├── Kactus2.rc ├── Kactus2.vcxproj ├── Kactus2.vcxproj.filters ├── Kactus2_Solution.pro ├── Kactus2_Solution_vs2022.sln ├── KactusAPI/ │ ├── KactusAPI.cpp │ ├── KactusAPI.h │ ├── KactusAPI.pri │ ├── KactusAPI.pro │ ├── KactusAPI.vcxproj │ ├── KactusAPI.vcxproj.filters │ ├── KactusAPIGlobal.h │ ├── expressions/ │ │ ├── AddressBlockExpressionsGatherer.cpp │ │ ├── AddressSpaceExpressionsGatherer.cpp │ │ ├── ComponentAndInstantiationsParameterFinder.cpp │ │ ├── ComponentInstanceParameterFinder.cpp │ │ ├── ComponentInstantiationParameterFinder.cpp │ │ ├── ComponentParameterFinder.cpp │ │ ├── DesignParameterFinder.cpp │ │ ├── ExpressionFormatter.cpp │ │ ├── ExpressionFormatterFactoryImplementation.cpp │ │ ├── FieldExpressionsGatherer.cpp │ │ ├── IPXactSystemVerilogParser.cpp │ │ ├── ListParameterFinder.cpp │ │ ├── MemoryMapExpressionsGatherer.cpp │ │ ├── MemoryRemapExpressionGatherer.cpp │ │ ├── ModeConditionParser.cpp │ │ ├── ModeConditionParserInterface.cpp │ │ ├── MultipleParameterFinder.cpp │ │ ├── NullParser.cpp │ │ ├── ParameterCache.cpp │ │ ├── ParameterConfigurableElementFinder.cpp │ │ ├── RegisterExpressionsGatherer.cpp │ │ ├── RegisterFileExpressionsGatherer.cpp │ │ └── SystemVerilogExpressionParser.cpp │ ├── include/ │ │ ├── AbstractParameterInterface.h │ │ ├── AbstractionTypeInterface.h │ │ ├── AccessPolicyInterface.h │ │ ├── AdHocConnectionInterface.h │ │ ├── AddressBlockExpressionsGatherer.h │ │ ├── AddressBlockInterface.h │ │ ├── AddressSpaceExpressionsGatherer.h │ │ ├── BusInterfaceInterface.h │ │ ├── BusInterfaceInterfaceFactory.h │ │ ├── BusInterfaceUtilities.h │ │ ├── CLIGenerator.h │ │ ├── CommonInterface.h │ │ ├── ComponentAndInstantiationsParameterFinder.h │ │ ├── ComponentInstanceInterface.h │ │ ├── ComponentInstanceParameterFinder.h │ │ ├── ComponentInstantiationInterface.h │ │ ├── ComponentInstantiationParameterFinder.h │ │ ├── ComponentParameterFinder.h │ │ ├── ConfigJsonParser.h │ │ ├── ConsoleMediator.h │ │ ├── DesignParameterFinder.h │ │ ├── DocumentFileAccess.h │ │ ├── DocumentValidator.h │ │ ├── ExpressionFormatter.h │ │ ├── ExpressionFormatterFactory.h │ │ ├── ExpressionFormatterFactoryImplementation.h │ │ ├── ExpressionParser.h │ │ ├── ExpressionParserInterface.h │ │ ├── ExpressionSupport.h │ │ ├── FieldExpressionsGatherer.h │ │ ├── FieldInterface.h │ │ ├── FileBuilderInterface.h │ │ ├── FileHandler.h │ │ ├── FileInterface.h │ │ ├── FileSetInterface.h │ │ ├── HighlightSource.h │ │ ├── Highlighter.h │ │ ├── IGeneratorPlugin.h │ │ ├── IPXactSystemVerilogParser.h │ │ ├── IPlugin.h │ │ ├── IPluginUtility.h │ │ ├── ISourceAnalyzerPlugin.h │ │ ├── ImportColors.h │ │ ├── ImportHighlighter.h │ │ ├── ImportPlugin.h │ │ ├── ImportRunner.h │ │ ├── IncludeImportPlugin.h │ │ ├── InterconnectGenerator.h │ │ ├── InterconnectRTLWriter.h │ │ ├── InterconnectionInterface.h │ │ ├── LibraryHandler.h │ │ ├── LibraryInterface.h │ │ ├── LibraryItem.h │ │ ├── LibraryLoader.h │ │ ├── LibraryTreeModel.h │ │ ├── ListHelper.h │ │ ├── ListParameterFinder.h │ │ ├── MasterPortInterface.h │ │ ├── MemoryBlockInterface.h │ │ ├── MemoryMapExpressionsGatherer.h │ │ ├── MemoryMapInterface.h │ │ ├── MemoryRemapExpressionGatherer.h │ │ ├── MessageMediator.h │ │ ├── ModeConditionParser.h │ │ ├── ModeConditionParserInterface.h │ │ ├── ModeReferenceInterface.h │ │ ├── ModelParameterSource.h │ │ ├── ModelParameterVisualizer.h │ │ ├── ModuleParameterInterface.h │ │ ├── MultipleParameterFinder.h │ │ ├── NameGroupInterface.h │ │ ├── NullChannel.h │ │ ├── NullParser.h │ │ ├── ParameterCache.h │ │ ├── ParameterConfigurableElementFinder.h │ │ ├── ParameterFinder.h │ │ ├── ParameterizableInterface.h │ │ ├── ParametersInterface.h │ │ ├── PluginManager.h │ │ ├── PluginSettingsModel.h │ │ ├── PluginUtilityAdapter.h │ │ ├── PortAbstractionInterface.h │ │ ├── PortMapInterface.h │ │ ├── PortsInterface.h │ │ ├── RegisterExpressionsGatherer.h │ │ ├── RegisterFileExpressionsGatherer.h │ │ ├── RegisterInterface.h │ │ ├── ResetInterface.h │ │ ├── SubspaceMapInterface.h │ │ ├── SystemVerilogExpressionParser.h │ │ ├── SystemVerilogSyntax.h │ │ ├── TagManager.h │ │ ├── TransparentBridgeInterface.h │ │ ├── VersionHelper.h │ │ ├── config.json │ │ ├── hierarchyitem.h │ │ ├── hierarchymodel.h │ │ └── utils.h │ ├── interfaces/ │ │ ├── bus/ │ │ │ ├── AbstractionTypeInterface.cpp │ │ │ └── PortAbstractionInterface.cpp │ │ ├── common/ │ │ │ ├── AbstractParameterInterface.cpp │ │ │ ├── CommonInterface.cpp │ │ │ ├── NameGroupInterface.cpp │ │ │ ├── ParameterizableInterface.cpp │ │ │ └── ParametersInterface.cpp │ │ ├── component/ │ │ │ ├── AccessPolicyInterface.cpp │ │ │ ├── AddressBlockInterface.cpp │ │ │ ├── BusInterfaceInterface.cpp │ │ │ ├── BusInterfaceInterfaceFactory.cpp │ │ │ ├── BusInterfaceUtilities.cpp │ │ │ ├── ComponentInstantiationInterface.cpp │ │ │ ├── FieldInterface.cpp │ │ │ ├── FileBuilderInterface.cpp │ │ │ ├── FileInterface.cpp │ │ │ ├── FileSetInterface.cpp │ │ │ ├── MasterPortInterface.cpp │ │ │ ├── MemoryBlockInterface.cpp │ │ │ ├── MemoryMapInterface.cpp │ │ │ ├── ModeReferenceInterface.cpp │ │ │ ├── ModuleParameterInterface.cpp │ │ │ ├── PortMapInterface.cpp │ │ │ ├── PortsInterface.cpp │ │ │ ├── RegisterInterface.cpp │ │ │ ├── ResetInterface.cpp │ │ │ ├── SubspaceMapInterface.cpp │ │ │ └── TransparentBridgeInterface.cpp │ │ └── design/ │ │ ├── AdHocConnectionInterface.cpp │ │ ├── ComponentInstanceInterface.cpp │ │ └── InterconnectionInterface.cpp │ ├── library/ │ │ ├── DocumentFileAccess.cpp │ │ ├── DocumentValidator.cpp │ │ ├── LibraryHandler.cpp │ │ ├── LibraryItem.cpp │ │ ├── LibraryLoader.cpp │ │ ├── LibraryTreeModel.cpp │ │ ├── TagManager.cpp │ │ ├── hierarchyitem.cpp │ │ └── hierarchymodel.cpp │ ├── plugins/ │ │ ├── ImportHighlighter.cpp │ │ ├── ImportRunner.cpp │ │ ├── InterconnectGenerator/ │ │ │ ├── ConfigJsonParser.cpp │ │ │ ├── InterconnectGenerator.cpp │ │ │ └── InterconnectRTLWriter.cpp │ │ ├── PluginManager.cpp │ │ └── PluginUtilityAdapter.cpp │ └── utilities/ │ ├── ConsoleMediator.cpp │ ├── FileHandler.cpp │ ├── NullChannel.cpp │ ├── VersionHelper.cpp │ └── utils.cpp ├── LICENSE ├── PSF_LICENSE.txt ├── Plugins/ │ ├── AlteraBSPGenerator/ │ │ ├── AlteraBSPGenerator.pri │ │ ├── AlteraBSPGenerator.pro │ │ ├── AlteraBSPGenerator.qrc │ │ ├── AlteraBSPGenerator.suo │ │ ├── AlteraBSPGenerator.vcxproj │ │ ├── AlteraBSPGenerator.vcxproj.filters │ │ ├── alteraBSPGenerator.json │ │ ├── alterabspgenerator.cpp │ │ ├── alterabspgenerator.h │ │ ├── alterabspgenerator_global.h │ │ ├── alterabspgeneratordialog.cpp │ │ ├── alterabspgeneratordialog.h │ │ ├── commandlineconsole.cpp │ │ ├── commandlineconsole.h │ │ ├── commandlinegeneratordialog.cpp │ │ └── commandlinegeneratordialog.h │ ├── CppSourceAnalyzer/ │ │ ├── CppSourceAnalyzer.cpp │ │ ├── CppSourceAnalyzer.h │ │ ├── CppSourceAnalyzer.json │ │ ├── CppSourceAnalyzer.pri │ │ ├── CppSourceAnalyzer.pro │ │ ├── CppSourceAnalyzer.vcproj │ │ ├── CppSourceAnalyzer.vcxproj │ │ └── CppSourceAnalyzer.vcxproj.filters │ ├── LinuxDeviceTree/ │ │ ├── CPUSelection/ │ │ │ ├── LinuxDeviceTreeCPUColumns.h │ │ │ ├── LinuxDeviceTreeCPUDelegate.cpp │ │ │ ├── LinuxDeviceTreeCPUDelegate.h │ │ │ ├── LinuxDeviceTreeCPUDetails.cpp │ │ │ ├── LinuxDeviceTreeCPUDetails.h │ │ │ ├── LinuxDeviceTreeCPUEditor.cpp │ │ │ ├── LinuxDeviceTreeCPUEditor.h │ │ │ ├── LinuxDeviceTreeCPUModel.cpp │ │ │ ├── LinuxDeviceTreeCPUModel.h │ │ │ ├── LinuxDeviceTreeCpuRoutesContainer.cpp │ │ │ └── LinuxDeviceTreeCpuRoutesContainer.h │ │ ├── LinuxDeviceTree.qrc │ │ ├── LinuxDeviceTreeDialog.cpp │ │ ├── LinuxDeviceTreeDialog.h │ │ ├── LinuxDeviceTreeGenerator.cpp │ │ ├── LinuxDeviceTreeGenerator.h │ │ ├── LinuxDeviceTreeGenerator.pri │ │ ├── LinuxDeviceTreeGenerator.pro │ │ ├── LinuxDeviceTreeGenerator.vcxproj │ │ ├── LinuxDeviceTreeGenerator.vcxproj.filters │ │ ├── LinuxDeviceTreeGenerator_global.h │ │ ├── LinuxDeviceTreePlugin.cpp │ │ ├── LinuxDeviceTreePlugin.h │ │ └── LinuxDeviceTreePlugin.json │ ├── MCAPICodeGenerator/ │ │ ├── MCAPICodeGenerator.cpp │ │ ├── MCAPICodeGenerator.h │ │ ├── MCAPICodeGenerator.pri │ │ ├── MCAPICodeGenerator.pro │ │ ├── MCAPICodeGenerator.qrc │ │ ├── MCAPICodeGenerator.vcproj │ │ ├── MCAPICodeGenerator.vcxproj │ │ ├── MCAPICodeGenerator.vcxproj.filters │ │ ├── MCAPICodeGeneratorPlugin.cpp │ │ ├── MCAPICodeGeneratorPlugin.h │ │ ├── MCAPIHeaderGenerator.cpp │ │ ├── MCAPIHeaderGenerator.h │ │ ├── MCAPIParser.cpp │ │ ├── MCAPIParser.h │ │ └── mcapi.json │ ├── MakefileGenerator/ │ │ ├── MakeCommon.h │ │ ├── MakeConfiguration.cpp │ │ ├── MakeConfiguration.h │ │ ├── MakeParametersDialog.cpp │ │ ├── MakeParametersDialog.h │ │ ├── MakefileGenerator.cpp │ │ ├── MakefileGenerator.h │ │ ├── MakefileGenerator.pri │ │ ├── MakefileGenerator.pro │ │ ├── MakefileGenerator.qrc │ │ ├── MakefileGenerator.vcxproj │ │ ├── MakefileGenerator.vcxproj.filters │ │ ├── MakefileGeneratorPlugin.cpp │ │ ├── MakefileGeneratorPlugin.h │ │ ├── MakefileParser.cpp │ │ ├── MakefileParser.h │ │ ├── SWStackParser.cpp │ │ ├── SWStackParser.h │ │ ├── makefile.json │ │ └── makefilegenerator_global.h │ ├── MemoryMapHeaderGenerator/ │ │ ├── BaseMemoryMapHeaderWriter.cpp │ │ ├── BaseMemoryMapHeaderWriter.h │ │ ├── GlobalMemoryMapHeaderWriter.cpp │ │ ├── GlobalMemoryMapHeaderWriter.h │ │ ├── LocalMemoryMapHeaderWriter.cpp │ │ ├── LocalMemoryMapHeaderWriter.h │ │ ├── MemoryMapHeaderGenerator.pri │ │ ├── MemoryMapHeaderGenerator.pro │ │ ├── MemoryMapHeaderGenerator.vcxproj │ │ ├── MemoryMapHeaderGenerator.vcxproj.filters │ │ ├── SystemMemoryMapHeaderWriter.cpp │ │ ├── SystemMemoryMapHeaderWriter.h │ │ ├── fileSaveDialog/ │ │ │ ├── filesavedialog.cpp │ │ │ ├── filesavedialog.h │ │ │ ├── filesavedialogview.cpp │ │ │ └── filesavedialogview.h │ │ ├── globalheadersavemodel.cpp │ │ ├── globalheadersavemodel.h │ │ ├── headerGenerator.json │ │ ├── localheadersavedelegate.cpp │ │ ├── localheadersavedelegate.h │ │ ├── localheadersavemodel.cpp │ │ ├── localheadersavemodel.h │ │ ├── memorymapheadergenerator.cpp │ │ ├── memorymapheadergenerator.h │ │ ├── memorymapheadergenerator.qrc │ │ ├── memorymapheadergenerator_global.h │ │ ├── systemheadersavemodel.cpp │ │ └── systemheadersavemodel.h │ ├── MemoryViewGenerator/ │ │ ├── MemoryViewGenerator.cpp │ │ ├── MemoryViewGenerator.h │ │ ├── MemoryViewGenerator.json │ │ ├── MemoryViewGenerator.pri │ │ ├── MemoryViewGenerator.pro │ │ ├── MemoryViewGenerator.qrc │ │ ├── MemoryViewGenerator.vcxproj │ │ ├── MemoryViewGenerator.vcxproj.filters │ │ ├── MemoryViewGeneratorPlugin.cpp │ │ ├── MemoryViewGeneratorPlugin.h │ │ └── memoryviewgenerator_global.h │ ├── ModelSimGenerator/ │ │ ├── ModelSimGenerator.pri │ │ ├── ModelSimGenerator.pro │ │ ├── ModelSimGenerator.qrc │ │ ├── ModelSimGenerator.sdf │ │ ├── ModelSimGenerator.vcxproj │ │ ├── ModelSimGenerator.vcxproj.filters │ │ ├── ModelSimGeneratorPlugin.cpp │ │ ├── ModelSimGeneratorPlugin.h │ │ ├── ModelSimWriterFactory/ │ │ │ ├── ModelSimDocument.cpp │ │ │ ├── ModelSimDocument.h │ │ │ ├── ModelSimWriter.cpp │ │ │ ├── ModelSimWriter.h │ │ │ ├── ModelSimWriterFactory.cpp │ │ │ └── ModelSimWriterFactory.h │ │ ├── modelSimGenerator.json │ │ └── modelsimgenerator_global.h │ ├── PadsPartGenerator/ │ │ ├── PadsAsciiSyntax.h │ │ ├── PadsPartGenerator.cpp │ │ ├── PadsPartGenerator.h │ │ ├── PadsPartGenerator.pri │ │ ├── PadsPartGenerator.pro │ │ ├── PadsPartGenerator.qrc │ │ ├── PadsPartGenerator.vcxproj │ │ ├── PadsPartGenerator.vcxproj.filters │ │ ├── PadsPartGeneratorDialog.cpp │ │ ├── PadsPartGeneratorDialog.h │ │ └── padspartgenerator.json │ ├── PluginSystem/ │ │ └── GeneratorPlugin/ │ │ ├── AddToFilesetWidget.cpp │ │ ├── AddToFilesetWidget.h │ │ ├── FileOutputWidget.cpp │ │ ├── FileOutputWidget.h │ │ ├── GenerationControl.cpp │ │ ├── GenerationControl.h │ │ ├── HDLGenerationDialog.cpp │ │ ├── HDLGenerationDialog.h │ │ ├── IWriterFactory.h │ │ ├── MessagePasser.cpp │ │ ├── MessagePasser.h │ │ ├── OutputControl.cpp │ │ ├── OutputControl.h │ │ ├── ViewSelection.cpp │ │ ├── ViewSelection.h │ │ ├── ViewSelectionWidget.cpp │ │ └── ViewSelectionWidget.h │ ├── QuartusPinImportPlugin/ │ │ ├── QuartusPinImportPlugin.cpp │ │ ├── QuartusPinImportPlugin.h │ │ ├── QuartusPinImportPlugin.pri │ │ ├── QuartusPinImportPlugin.pro │ │ ├── QuartusPinImportPlugin.vcxproj │ │ ├── QuartusPinImportPlugin.vcxproj.filters │ │ ├── QuartusPinImportPlugin_global.h │ │ ├── QuartusPinSyntax.h │ │ └── quartuspinimportplugin.json │ ├── QuartusProjectGenerator/ │ │ ├── QuartusGenerator.cpp │ │ ├── QuartusGenerator.h │ │ ├── QuartusProjectGenerator.cpp │ │ ├── QuartusProjectGenerator.h │ │ ├── QuartusProjectGenerator.json │ │ ├── QuartusProjectGenerator.pri │ │ ├── QuartusProjectGenerator.pro │ │ ├── QuartusProjectGenerator.qrc │ │ ├── QuartusProjectGenerator.suo │ │ ├── QuartusProjectGenerator.vcxproj │ │ ├── QuartusProjectGenerator.vcxproj.filters │ │ └── QuartusProjectGenerator_global.h │ ├── RenodeGenerator/ │ │ ├── CPUDialog/ │ │ │ ├── RenodeColumns.h │ │ │ ├── RenodeConstants.h │ │ │ ├── RenodeCpuEditor.cpp │ │ │ ├── RenodeCpuEditor.h │ │ │ ├── RenodeCpuRoutesContainer.cpp │ │ │ ├── RenodeCpuRoutesContainer.h │ │ │ ├── RenodeFileEditor.cpp │ │ │ ├── RenodeFileEditor.h │ │ │ ├── RenodeFileSelectionGroup.cpp │ │ │ ├── RenodeFileSelectionGroup.h │ │ │ ├── RenodeMemoriesEditor.cpp │ │ │ ├── RenodeMemoriesEditor.h │ │ │ ├── RenodeMemoriesModel.cpp │ │ │ ├── RenodeMemoriesModel.h │ │ │ ├── RenodePeripheralsDelegate.cpp │ │ │ ├── RenodePeripheralsDelegate.h │ │ │ ├── RenodePeripheralsEditor.cpp │ │ │ ├── RenodePeripheralsEditor.h │ │ │ ├── RenodePeripheralsModel.cpp │ │ │ ├── RenodePeripheralsModel.h │ │ │ ├── RenodeStructs.h │ │ │ ├── RenodeUtilities.cpp │ │ │ ├── RenodeUtilities.h │ │ │ └── TemplateEditor/ │ │ │ ├── PeripheralTemplateConfigurer.cpp │ │ │ ├── PeripheralTemplateConfigurer.h │ │ │ ├── PeripheralTemplateDelegate.cpp │ │ │ ├── PeripheralTemplateDelegate.h │ │ │ ├── PeripheralTemplateEditor.cpp │ │ │ ├── PeripheralTemplateEditor.h │ │ │ ├── PeripheralTemplateModel.cpp │ │ │ ├── PeripheralTemplateModel.h │ │ │ ├── PeripheralTemplatesDialog.cpp │ │ │ └── PeripheralTemplatesDialog.h │ │ ├── RenodeConfigurationManager.cpp │ │ ├── RenodeConfigurationManager.h │ │ ├── RenodeGenerator.cpp │ │ ├── RenodeGenerator.h │ │ ├── RenodeGenerator.qrc │ │ ├── RenodeGeneratorPlugin.cpp │ │ ├── RenodeGeneratorPlugin.h │ │ ├── RenodeGeneratorPlugin.pri │ │ ├── RenodeGeneratorPlugin.pro │ │ ├── RenodeGeneratorPlugin.vcxproj │ │ ├── RenodeGeneratorPlugin.vcxproj.filters │ │ ├── RenodeSettingsModel.cpp │ │ ├── RenodeSettingsModel.h │ │ ├── RenodeSettingsWidget.cpp │ │ ├── RenodeSettingsWidget.h │ │ ├── renodeGeneratorPlugin.json │ │ └── renodegeneratorplugin_global.h │ ├── SVDGenerator/ │ │ ├── CPUDialog/ │ │ │ ├── SVDCPUColumns.h │ │ │ ├── SVDCPUDelegate.cpp │ │ │ ├── SVDCPUDelegate.h │ │ │ ├── SVDCPUEditor.cpp │ │ │ ├── SVDCPUEditor.h │ │ │ ├── SVDCPUModel.cpp │ │ │ ├── SVDCPUModel.h │ │ │ ├── SVDCpuRoutesContainer.cpp │ │ │ ├── SVDCpuRoutesContainer.h │ │ │ └── SVDUtilities.h │ │ ├── SVDConfigurationManager.cpp │ │ ├── SVDConfigurationManager.h │ │ ├── SVDGenerator.cpp │ │ ├── SVDGenerator.h │ │ ├── SVDGenerator.qrc │ │ ├── SVDGeneratorPlugin.cpp │ │ ├── SVDGeneratorPlugin.h │ │ ├── SVDGeneratorPlugin.pri │ │ ├── SVDGeneratorPlugin.pro │ │ ├── SVDGeneratorPlugin.vcxproj │ │ ├── SVDGeneratorPlugin.vcxproj.filters │ │ ├── svdgeneratorplugin.json │ │ └── svdgeneratorplugin_global.h │ ├── VHDLAnalyzer/ │ │ ├── VHDLSourceAnalyzer.cpp │ │ ├── VHDLSourceAnalyzer.h │ │ ├── VHDLSourceAnalyzer.pri │ │ ├── VHDLSourceAnalyzer.pro │ │ ├── VHDLSourceAnalyzer.vcproj │ │ ├── VHDLSourceAnalyzer.vcxproj │ │ ├── VHDLSourceAnalyzer.vcxproj.filters │ │ └── vhdlPlugin.json │ ├── VHDLGenerator/ │ │ ├── VHDLGenerator.json │ │ ├── VHDLGenerator.pri │ │ ├── VHDLGenerator.pro │ │ ├── VHDLGenerator.qrc │ │ ├── VHDLGenerator.vcxproj │ │ ├── VHDLGenerator.vcxproj.filters │ │ ├── VHDLGeneratorDialog.cpp │ │ ├── VHDLGeneratorDialog.h │ │ ├── VHDLGeneratorPlugin.cpp │ │ ├── VHDLGeneratorPlugin.h │ │ ├── VHDLGenerator_global.h │ │ ├── VhdlTypedObject.cpp │ │ ├── VhdlTypedObject.h │ │ ├── vhdlcomponentdeclaration.cpp │ │ ├── vhdlcomponentdeclaration.h │ │ ├── vhdlcomponentinstance.cpp │ │ ├── vhdlcomponentinstance.h │ │ ├── vhdlconnectionendpoint.cpp │ │ ├── vhdlconnectionendpoint.h │ │ ├── vhdlgeneral.cpp │ │ ├── vhdlgeneral.h │ │ ├── vhdlgenerator2.cpp │ │ ├── vhdlgenerator2.h │ │ ├── vhdlgeneric.cpp │ │ ├── vhdlgeneric.h │ │ ├── vhdlobject.cpp │ │ ├── vhdlobject.h │ │ ├── vhdlport.cpp │ │ ├── vhdlport.h │ │ ├── vhdlportmap.cpp │ │ ├── vhdlportmap.h │ │ ├── vhdlportsorter.cpp │ │ ├── vhdlportsorter.h │ │ ├── vhdlsignal.cpp │ │ └── vhdlsignal.h │ ├── VHDLPackageImport/ │ │ ├── VHDLPackageImport.cpp │ │ ├── VHDLPackageImport.h │ │ ├── VHDLPackageImport.pri │ │ ├── VHDLPackageImport.pro │ │ ├── VHDLSyntax.h │ │ ├── vhdlpackageimport_global.h │ │ └── vhdlpackageimportplugin.json │ ├── VHDLimport/ │ │ ├── VHDLGenericParser.cpp │ │ ├── VHDLGenericParser.h │ │ ├── VHDLPortParser.cpp │ │ ├── VHDLPortParser.h │ │ ├── VHDLSyntax.h │ │ ├── VHDLimport.cpp │ │ ├── VHDLimport.h │ │ ├── VHDLimport.pri │ │ ├── VHDLimport.pro │ │ ├── VHDLimport.vcxproj │ │ ├── VHDLimport.vcxproj.filters │ │ ├── vhdlimport_global.h │ │ └── vhdlimportplugin.json │ ├── VerilogGenerator/ │ │ ├── CommentWriter/ │ │ │ ├── CommentWriter.cpp │ │ │ └── CommentWriter.h │ │ ├── ComponentInstanceVerilogWriter/ │ │ │ ├── ComponentInstanceVerilogWriter.cpp │ │ │ └── ComponentInstanceVerilogWriter.h │ │ ├── ComponentVerilogWriter/ │ │ │ ├── ComponentVerilogWriter.cpp │ │ │ └── ComponentVerilogWriter.h │ │ ├── ModelParameterVerilogWriter/ │ │ │ ├── ModelParameterVerilogWriter.cpp │ │ │ └── ModelParameterVerilogWriter.h │ │ ├── TextBodyWriter/ │ │ │ ├── TextBodyWriter.cpp │ │ │ └── TextBodyWriter.h │ │ ├── VerilogAssignmentWriter/ │ │ │ ├── VerilogAssignmentWriter.cpp │ │ │ └── VerilogAssignmentWriter.h │ │ ├── VerilogGenerator.qrc │ │ ├── VerilogGeneratorPlugin.cpp │ │ ├── VerilogGeneratorPlugin.h │ │ ├── VerilogGeneratorPlugin.pri │ │ ├── VerilogGeneratorPlugin.pro │ │ ├── VerilogGeneratorPlugin.vcxproj │ │ ├── VerilogGeneratorPlugin.vcxproj.filters │ │ ├── VerilogHeaderWriter/ │ │ │ ├── VerilogHeaderWriter.cpp │ │ │ └── VerilogHeaderWriter.h │ │ ├── VerilogInterconnectionWriter/ │ │ │ ├── VerilogInterconnectionWriter.cpp │ │ │ └── VerilogInterconnectionWriter.h │ │ ├── VerilogPortWriter/ │ │ │ ├── VerilogPortWriter.cpp │ │ │ ├── VerilogPortWriter.h │ │ │ ├── VerilogTopDefaultWriter.cpp │ │ │ └── VerilogTopDefaultWriter.h │ │ ├── VerilogSourceHighlight.cpp │ │ ├── VerilogSourceHighlight.h │ │ ├── VerilogWireWriter/ │ │ │ ├── VerilogWireWriter.cpp │ │ │ └── VerilogWireWriter.h │ │ ├── VerilogWriterFactory/ │ │ │ ├── VerilogDocument.cpp │ │ │ ├── VerilogDocument.h │ │ │ ├── VerilogWriterFactory.cpp │ │ │ └── VerilogWriterFactory.h │ │ ├── common/ │ │ │ ├── Writer.h │ │ │ ├── WriterGroup.cpp │ │ │ └── WriterGroup.h │ │ ├── veriloggeneratorplugin.json │ │ └── veriloggeneratorplugin_global.h │ ├── VerilogImport/ │ │ ├── VerilogImport.pri │ │ ├── VerilogImport.pro │ │ ├── VerilogImport.vcxproj │ │ ├── VerilogImport.vcxproj.filters │ │ ├── VerilogImporter.cpp │ │ ├── VerilogImporter.h │ │ ├── VerilogInstanceParser.cpp │ │ ├── VerilogInstanceParser.h │ │ ├── VerilogParameterParser.cpp │ │ ├── VerilogParameterParser.h │ │ ├── VerilogPortParser.cpp │ │ ├── VerilogPortParser.h │ │ ├── VerilogSyntax.cpp │ │ ├── VerilogSyntax.h │ │ ├── verilogimport_global.h │ │ └── verilogimportplugin.json │ ├── VerilogIncludeImport/ │ │ ├── VerilogIncludeImport.cpp │ │ ├── VerilogIncludeImport.h │ │ ├── VerilogIncludeImport.pri │ │ ├── VerilogIncludeImport.pro │ │ ├── VerilogIncludeImport.vcxproj │ │ ├── VerilogIncludeImport.vcxproj.filters │ │ ├── verilogincludeimport_global.h │ │ └── verilogincludeimportplugin.json │ ├── VerilogSourceAnalyzer/ │ │ ├── VerilogSourceAnalyzer.cpp │ │ ├── VerilogSourceAnalyzer.h │ │ ├── VerilogSourceAnalyzer.json │ │ ├── VerilogSourceAnalyzer.pri │ │ ├── VerilogSourceAnalyzer.pro │ │ ├── VerilogSourceAnalyzer.vcxproj │ │ ├── VerilogSourceAnalyzer.vcxproj.filters │ │ └── verilogsourceanalyzer_global.h │ └── common/ │ ├── CPUDialog/ │ │ ├── CPUEditor.cpp │ │ ├── CPUEditor.h │ │ ├── CPUSelectionDialog.cpp │ │ └── CPUSelectionDialog.h │ ├── CSourceWriter.cpp │ ├── CSourceWriter.h │ ├── ConfigurationManager.cpp │ ├── ConfigurationManager.h │ ├── ConnectivityGraphUtilities.cpp │ ├── ConnectivityGraphUtilities.h │ ├── CpuRoutesContainer.cpp │ ├── CpuRoutesContainer.h │ ├── HDLParser/ │ │ ├── HDLCommandLineParser.cpp │ │ ├── HDLCommandLineParser.h │ │ ├── HDLParserCommon.h │ │ ├── MetaComponent.cpp │ │ ├── MetaComponent.h │ │ ├── MetaDesign.cpp │ │ ├── MetaDesign.h │ │ ├── MetaInstance.cpp │ │ └── MetaInstance.h │ ├── LanguageHighlighter.cpp │ ├── LanguageHighlighter.h │ ├── PluginConfigurationManager.cpp │ ├── PluginConfigurationManager.h │ ├── PortSorter/ │ │ ├── InterfaceDirectionNameSorter.cpp │ │ ├── InterfaceDirectionNameSorter.h │ │ └── PortSorter.h │ ├── SingleCpuRoutesContainer.cpp │ ├── SingleCpuRoutesContainer.h │ ├── SourceHighlightStyle.cpp │ └── SourceHighlightStyle.h ├── PythonAPI/ │ ├── ChannelRelay.cpp │ ├── ChannelRelay.h │ ├── ExampleScripts/ │ │ ├── createComponent.py │ │ ├── createComponentItems.py │ │ ├── listRegisters.py │ │ ├── parameterUsage.py │ │ └── verilogGenerator.py │ ├── FileChannel.cpp │ ├── FileChannel.h │ ├── InterfaceFiles/ │ │ ├── NameGroup.i │ │ ├── Port.i │ │ └── QString.i │ ├── PythonAPI.cpp │ ├── PythonAPI.h │ ├── PythonAPI.i │ ├── PythonAPI.pri │ ├── PythonAPI.pro │ ├── PythonAPI.vcxproj │ ├── PythonAPI.vcxproj.filters │ ├── PythonInterpreter.cpp │ ├── PythonInterpreter.h │ ├── StdInputListener.cpp │ ├── StdInputListener.h │ ├── WriteChannel.h │ ├── constructPythonComponent.py │ ├── extensions/ │ │ ├── IOCatcher.cpp │ │ └── IOCatcher.h │ ├── ipmm_core_pkg/ │ │ ├── __init__.py │ │ ├── addressBlock.py │ │ ├── component.py │ │ ├── field.py │ │ ├── parameter.py │ │ ├── port.py │ │ ├── primitive.py │ │ ├── register.py │ │ └── reset.py │ ├── python-3.10.6-embed-amd64/ │ │ ├── LICENSE.txt │ │ ├── _asyncio.pyd │ │ ├── _bz2.pyd │ │ ├── _ctypes.pyd │ │ ├── _decimal.pyd │ │ ├── _elementtree.pyd │ │ ├── _hashlib.pyd │ │ ├── _lzma.pyd │ │ ├── _msi.pyd │ │ ├── _multiprocessing.pyd │ │ ├── _overlapped.pyd │ │ ├── _queue.pyd │ │ ├── _socket.pyd │ │ ├── _sqlite3.pyd │ │ ├── _ssl.pyd │ │ ├── _uuid.pyd │ │ ├── _zoneinfo.pyd │ │ ├── pyexpat.pyd │ │ ├── python.cat │ │ ├── python310._pth │ │ ├── select.pyd │ │ ├── unicodedata.pyd │ │ └── winsound.pyd │ ├── pythonHelps.py │ ├── pythonapi_global.h │ └── runPythonAPI.py ├── README.md ├── RunDeploy.bat ├── common/ │ ├── GenericEditProvider.cpp │ ├── GenericEditProvider.h │ ├── IEditProvider.h │ ├── KactusColors.h │ ├── NameGenerationPolicy.cpp │ ├── NameGenerationPolicy.h │ ├── TextEditProvider.cpp │ ├── TextEditProvider.h │ ├── delegates/ │ │ ├── ComboDelegate/ │ │ │ ├── combodelegate.cpp │ │ │ └── combodelegate.h │ │ └── LineEditDelegate/ │ │ ├── lineeditdelegate.cpp │ │ └── lineeditdelegate.h │ ├── dialogs/ │ │ ├── LibrarySettingsDialog/ │ │ │ ├── LibrarySettingsColumns.h │ │ │ ├── LibrarySettingsDialog.cpp │ │ │ ├── LibrarySettingsDialog.h │ │ │ ├── librarysettingsdelegate.cpp │ │ │ └── librarysettingsdelegate.h │ │ ├── NewBusDialog/ │ │ │ ├── NewBusDialog.cpp │ │ │ └── NewBusDialog.h │ │ ├── NewDesignDialog/ │ │ │ ├── NewDesignDialog.cpp │ │ │ └── NewDesignDialog.h │ │ ├── comboSelector/ │ │ │ ├── comboselector.cpp │ │ │ └── comboselector.h │ │ ├── createConfigurationDialog/ │ │ │ ├── createconfigurationdialog.cpp │ │ │ └── createconfigurationdialog.h │ │ ├── listSelectDialog/ │ │ │ ├── ListSelectDialog.cpp │ │ │ └── ListSelectDialog.h │ │ ├── newObjectDialog/ │ │ │ ├── newobjectdialog.cpp │ │ │ └── newobjectdialog.h │ │ └── propertyPageDialog/ │ │ ├── PropertyPageDialog.cpp │ │ ├── PropertyPageDialog.h │ │ ├── PropertyPageView.cpp │ │ └── PropertyPageView.h │ ├── expressions/ │ │ ├── utilities.cpp │ │ └── utilities.h │ ├── graphics/ │ │ └── Originals/ │ │ ├── AbsDef.psd │ │ ├── Appicon.psd │ │ ├── BSP24.psd │ │ ├── Design.psd │ │ ├── Expand.psd │ │ ├── Hierarchical.psd │ │ ├── NewBus.psd │ │ ├── NewBusIcon.psd │ │ ├── NewBusIcon2.psd │ │ ├── SWComponent.psd │ │ ├── SWDesign.psd │ │ ├── SplashScreen.psd │ │ ├── System.psd │ │ ├── modelsim24.pdn │ │ └── quartus24.pdn │ ├── graphicsItems/ │ │ ├── CommonGraphicsUndoCommands.cpp │ │ ├── CommonGraphicsUndoCommands.h │ │ ├── ComponentItem.cpp │ │ ├── ComponentItem.h │ │ ├── ConnectionEndpoint.cpp │ │ ├── ConnectionEndpoint.h │ │ ├── ConnectionItem.h │ │ ├── ConnectionItem.inl │ │ ├── ConnectionUndoCommands.cpp │ │ ├── ConnectionUndoCommands.h │ │ ├── GraphicsColumn.cpp │ │ ├── GraphicsColumn.h │ │ ├── GraphicsColumnAddCommand.cpp │ │ ├── GraphicsColumnAddCommand.h │ │ ├── GraphicsColumnConstants.h │ │ ├── GraphicsColumnLayout.cpp │ │ ├── GraphicsColumnLayout.h │ │ ├── GraphicsColumnUndoCommands.cpp │ │ ├── GraphicsColumnUndoCommands.h │ │ ├── GraphicsConnection.cpp │ │ ├── GraphicsConnection.h │ │ ├── GraphicsItemTypes.h │ │ ├── GraphicsLineEdit.cpp │ │ ├── GraphicsLineEdit.h │ │ ├── GraphicsRectButton.cpp │ │ ├── GraphicsRectButton.h │ │ ├── IGraphicsItemStack.h │ │ ├── expandableitem.cpp │ │ ├── expandableitem.h │ │ ├── graphicsexpandcollapseitem.cpp │ │ ├── graphicsexpandcollapseitem.h │ │ ├── visualizeritem.cpp │ │ └── visualizeritem.h │ ├── layouts/ │ │ ├── HCollisionLayout.h │ │ ├── HCollisionLayout.inl │ │ ├── HStackedLayout.h │ │ ├── HStackedLayout.inl │ │ ├── IHGraphicsLayout.h │ │ ├── IVGraphicsLayout.h │ │ ├── VCollisionLayout.h │ │ ├── VCollisionLayout.inl │ │ ├── VNoCollisionNoMovementLayout.h │ │ ├── VNoCollisionNoMovementLayout.inl │ │ ├── VStackedLayout.h │ │ ├── VStackedLayout.inl │ │ ├── VStaticLayout.h │ │ └── VStaticLayout.inl │ ├── ui/ │ │ ├── GraphicalMessageMediator.cpp │ │ └── GraphicalMessageMediator.h │ ├── validators/ │ │ └── LibraryPathValidator/ │ │ ├── librarypathvalidator.cpp │ │ └── librarypathvalidator.h │ ├── views/ │ │ ├── EditableListView/ │ │ │ ├── editablelistview.cpp │ │ │ └── editablelistview.h │ │ ├── EditableTableView/ │ │ │ ├── editabletableview.cpp │ │ │ └── editabletableview.h │ │ ├── EditableTreeView/ │ │ │ ├── EditableTreeSortFilter.cpp │ │ │ ├── EditableTreeSortFilter.h │ │ │ ├── EditableTreeView.cpp │ │ │ └── EditableTreeView.h │ │ └── ExpandingTreeView/ │ │ ├── ExpandingTreeView.cpp │ │ └── ExpandingTreeView.h │ └── widgets/ │ ├── DirectoryListSelector/ │ │ ├── DirectoryListSelector.cpp │ │ └── DirectoryListSelector.h │ ├── EnumCollectionEditor/ │ │ ├── EnumCollectionEditor.cpp │ │ ├── EnumCollectionEditor.h │ │ ├── EnumerationEditor.cpp │ │ ├── EnumerationEditor.h │ │ ├── InterfaceEnumEditor.cpp │ │ └── InterfaceEnumEditor.h │ ├── FileSelector/ │ │ ├── fileselector.cpp │ │ └── fileselector.h │ ├── GroupBoxWithAlertSign/ │ │ ├── GroupBoxWithAlertSign.cpp │ │ ├── GroupBoxWithAlertSign.h │ │ ├── StyleGroupBoxWithAlertSign.cpp │ │ ├── StyleGroupBoxWithAlertSign.h │ │ ├── StyleOptionGroupBoxWithAlertSign.cpp │ │ └── StyleOptionGroupBoxWithAlertSign.h │ ├── LibrarySelectorWidget/ │ │ ├── LibraryPathEditor/ │ │ │ ├── librarypatheditor.cpp │ │ │ └── librarypatheditor.h │ │ ├── LibraryPathSelector/ │ │ │ ├── librarypathselector.cpp │ │ │ └── librarypathselector.h │ │ ├── LibrarySelectorWidget.cpp │ │ └── LibrarySelectorWidget.h │ ├── LineEditEx/ │ │ ├── LineEditEx.cpp │ │ └── LineEditEx.h │ ├── ParameterGroupBox/ │ │ ├── parametergroupbox.cpp │ │ └── parametergroupbox.h │ ├── SnippetTextEdit/ │ │ ├── SnippetHighlighter.cpp │ │ ├── SnippetHighlighter.h │ │ ├── SnippetTextEdit.cpp │ │ └── SnippetTextEdit.h │ ├── TreeItemSelector/ │ │ ├── FramedTreeItemEditor.cpp │ │ ├── FramedTreeItemEditor.h │ │ ├── TreeItem.h │ │ ├── TreeItemEditor.cpp │ │ ├── TreeItemEditor.h │ │ ├── TreeItemModel.cpp │ │ └── TreeItemModel.h │ ├── accessComboBox/ │ │ ├── accesscombobox.cpp │ │ └── accesscombobox.h │ ├── assistedLineEdit/ │ │ ├── AssistedLineEdit.cpp │ │ ├── AssistedLineEdit.h │ │ ├── BasicLineContentMatcher.cpp │ │ ├── BasicLineContentMatcher.h │ │ ├── ILineContentMatcher.h │ │ ├── LineContentAssistWidget.cpp │ │ └── LineContentAssistWidget.h │ ├── assistedTextEdit/ │ │ ├── AssistedTextEdit.cpp │ │ ├── AssistedTextEdit.h │ │ ├── HighlightStyleDesc.h │ │ ├── ITextContentMatcher.h │ │ ├── TextContentAssistWidget.cpp │ │ ├── TextContentAssistWidget.h │ │ ├── ToolTipHintWidget.cpp │ │ └── ToolTipHintWidget.h │ ├── booleanComboBox/ │ │ ├── booleancombobox.cpp │ │ └── booleancombobox.h │ ├── busReferenceComboBox/ │ │ ├── BusReferenceComboBox.cpp │ │ └── BusReferenceComboBox.h │ ├── colorBox/ │ │ ├── ColorBox.cpp │ │ └── ColorBox.h │ ├── componentPreviewBox/ │ │ ├── ComponentPreviewBox.cpp │ │ └── ComponentPreviewBox.h │ ├── fileTypeSelector/ │ │ ├── filetypeselector.cpp │ │ └── filetypeselector.h │ ├── instanceWidgets/ │ │ ├── InstanceWidgets.cpp │ │ └── InstanceWidgets.h │ ├── interfaceModeSelector/ │ │ ├── interfacemodeselector.cpp │ │ └── interfacemodeselector.h │ ├── interfaceSelector/ │ │ ├── interfaceselector.cpp │ │ └── interfaceselector.h │ ├── kactusAttributeEditor/ │ │ ├── KactusAttributeEditor.cpp │ │ └── KactusAttributeEditor.h │ ├── listManager/ │ │ ├── ListManager.pro │ │ ├── dirlistmanager.cpp │ │ ├── dirlistmanager.h │ │ ├── dirlistmanagermodel.cpp │ │ ├── dirlistmanagermodel.h │ │ ├── listeditor.cpp │ │ ├── listeditor.h │ │ ├── listmanager.cpp │ │ ├── listmanager.h │ │ ├── listmanagermodel.cpp │ │ └── listmanagermodel.h │ ├── modWriteComboBox/ │ │ ├── modwritecombobox.cpp │ │ └── modwritecombobox.h │ ├── nameGroupBox/ │ │ ├── NameGroupBoxPlugin/ │ │ │ ├── namegroupboxPlugin.pro │ │ │ ├── namegroupboxplugin.cpp │ │ │ └── namegroupboxplugin.h │ │ ├── namegroupbox.cpp │ │ └── namegroupbox.h │ ├── nameGroupEditor/ │ │ ├── namegroupeditor.cpp │ │ └── namegroupeditor.h │ ├── readActionComboBox/ │ │ ├── readactioncombobox.cpp │ │ └── readactioncombobox.h │ ├── segmentComboBox/ │ │ ├── SegmentComboBox.cpp │ │ └── SegmentComboBox.h │ ├── summaryLabel/ │ │ ├── summarylabel.cpp │ │ └── summarylabel.h │ ├── tabDocument/ │ │ ├── TabDocument.cpp │ │ └── TabDocument.h │ ├── tagEditor/ │ │ ├── FlowLayout.cpp │ │ ├── FlowLayout.h │ │ ├── TagCompleterModel.cpp │ │ ├── TagCompleterModel.h │ │ ├── TagContainer.cpp │ │ ├── TagContainer.h │ │ ├── TagDisplay.cpp │ │ ├── TagDisplay.h │ │ ├── TagEditor.cpp │ │ ├── TagEditor.h │ │ ├── TagEditorContainer.cpp │ │ ├── TagEditorContainer.h │ │ ├── TagLabel.cpp │ │ ├── TagLabel.h │ │ ├── TagSelector.cpp │ │ ├── TagSelector.h │ │ ├── TagSelectorContainer.cpp │ │ └── TagSelectorContainer.h │ ├── testConstraintComboBox/ │ │ ├── testconstraintcombobox.cpp │ │ └── testconstraintcombobox.h │ ├── usageComboBox/ │ │ ├── usagecombobox.cpp │ │ └── usagecombobox.h │ ├── viewSelector/ │ │ ├── viewselector.cpp │ │ └── viewselector.h │ ├── vlnvDisplayer/ │ │ ├── vlnvdisplayer.cpp │ │ └── vlnvdisplayer.h │ └── vlnvEditor/ │ ├── VLNVContentMatcher.cpp │ ├── VLNVContentMatcher.h │ ├── VLNVDataTree.cpp │ ├── VLNVDataTree.h │ ├── vlnveditor.cpp │ └── vlnveditor.h ├── configure ├── createhelp ├── editors/ │ ├── AbstractionDefinitionEditor/ │ │ ├── AbsDefParameterReferenceCounter.cpp │ │ ├── AbsDefParameterReferenceCounter.h │ │ ├── AbsDefParameterReferenceTree.cpp │ │ ├── AbsDefParameterReferenceTree.h │ │ ├── AbstractionDefinitionEditor.cpp │ │ ├── AbstractionDefinitionEditor.h │ │ ├── AbstractionDefinitionPortsSortFilter.cpp │ │ ├── AbstractionDefinitionPortsSortFilter.h │ │ ├── AbstractionDefinitionSignalRow.cpp │ │ ├── AbstractionDefinitionSignalRow.h │ │ ├── AbstractionPortsDelegate.cpp │ │ ├── AbstractionPortsDelegate.h │ │ ├── AbstractionPortsEditor.cpp │ │ ├── AbstractionPortsEditor.h │ │ ├── AbstractionPortsModel.cpp │ │ ├── AbstractionPortsModel.h │ │ ├── AbstractionPortsView.cpp │ │ ├── AbstractionPortsView.h │ │ ├── AbstractionTransactionalPortsDelegate.cpp │ │ ├── AbstractionTransactionalPortsDelegate.h │ │ ├── AbstractionTransactionalPortsSortFilter.cpp │ │ ├── AbstractionTransactionalPortsSortFilter.h │ │ ├── AbstractionWirePortsDelegate.cpp │ │ ├── AbstractionWirePortsDelegate.h │ │ ├── AbstractionWirePortsSortFilter.cpp │ │ ├── AbstractionWirePortsSortFilter.h │ │ ├── LogicalPortColumns.h │ │ ├── QualifierData.h │ │ ├── QualifierEditor.cpp │ │ ├── QualifierEditor.h │ │ ├── absdefgroup.cpp │ │ └── absdefgroup.h │ ├── ApiDefinitionEditor/ │ │ ├── ApiDefinitionEditor.cpp │ │ ├── ApiDefinitionEditor.h │ │ ├── ApiFunctionColumns.h │ │ ├── ApiFunctionEditor.cpp │ │ ├── ApiFunctionEditor.h │ │ ├── ApiFunctionModel.cpp │ │ ├── ApiFunctionModel.h │ │ ├── ApiFunctionParameterDelegate.cpp │ │ ├── ApiFunctionParameterDelegate.h │ │ ├── ApiFunctionParameterModel.cpp │ │ └── ApiFunctionParameterModel.h │ ├── BusDefinitionEditor/ │ │ ├── BusDefinitionEditor.cpp │ │ ├── BusDefinitionEditor.h │ │ ├── BusDefinitionParameterReferenceTree.cpp │ │ ├── BusDefinitionParameterReferenceTree.h │ │ ├── SystemGroupListEditor.cpp │ │ ├── SystemGroupListEditor.h │ │ ├── busdefgroup.cpp │ │ └── busdefgroup.h │ ├── CSourceEditor/ │ │ ├── CSourceContentMatcher.cpp │ │ ├── CSourceContentMatcher.h │ │ ├── CSourceHighlight.cpp │ │ ├── CSourceHighlight.h │ │ ├── CSourceHighlighter.cpp │ │ ├── CSourceHighlighter.h │ │ ├── CSourceTextEdit.cpp │ │ ├── CSourceTextEdit.h │ │ ├── CSourceWidget.cpp │ │ └── CSourceWidget.h │ ├── CatalogEditor/ │ │ ├── CatalogEditor.cpp │ │ ├── CatalogEditor.h │ │ ├── CatalogFileColumns.h │ │ ├── CatalogFileDelegate.cpp │ │ ├── CatalogFileDelegate.h │ │ ├── CatalogFileFilter.cpp │ │ ├── CatalogFileFilter.h │ │ ├── CatalogFileModel.cpp │ │ ├── CatalogFileModel.h │ │ ├── CatalogFileView.cpp │ │ └── CatalogFileView.h │ ├── ComDefinitionEditor/ │ │ ├── ComDefinitionEditor.cpp │ │ ├── ComDefinitionEditor.h │ │ ├── ComPropertyColumns.h │ │ ├── ComPropertyDelegate.cpp │ │ ├── ComPropertyDelegate.h │ │ ├── ComPropertyEditor.cpp │ │ ├── ComPropertyEditor.h │ │ ├── ComPropertyModel.cpp │ │ └── ComPropertyModel.h │ ├── ComponentEditor/ │ │ ├── ParameterItemEditor.cpp │ │ ├── ParameterItemEditor.h │ │ ├── addressSpaces/ │ │ │ ├── AddressSpaceColumns.h │ │ │ ├── SegmentColumns.h │ │ │ ├── SegmentDelegate.cpp │ │ │ ├── SegmentDelegate.h │ │ │ ├── addressSpaceVisualizer/ │ │ │ │ ├── AddressSpaceConflictedItem.cpp │ │ │ │ ├── AddressSpaceConflictedItem.h │ │ │ │ ├── addressspacegapitem.cpp │ │ │ │ ├── addressspacegapitem.h │ │ │ │ ├── addressspacescene.cpp │ │ │ │ ├── addressspacescene.h │ │ │ │ ├── addressspacevisualizationitem.cpp │ │ │ │ ├── addressspacevisualizationitem.h │ │ │ │ ├── addressspacevisualizer.cpp │ │ │ │ ├── addressspacevisualizer.h │ │ │ │ ├── localaddrblockgraphitem.cpp │ │ │ │ ├── localaddrblockgraphitem.h │ │ │ │ ├── segmentgraphitem.cpp │ │ │ │ └── segmentgraphitem.h │ │ │ ├── addressspaceeditor.cpp │ │ │ ├── addressspaceeditor.h │ │ │ ├── addressspacegeneraleditor.cpp │ │ │ ├── addressspacegeneraleditor.h │ │ │ ├── addressspacesdelegate.cpp │ │ │ ├── addressspacesdelegate.h │ │ │ ├── addressspaceseditor.cpp │ │ │ ├── addressspaceseditor.h │ │ │ ├── addressspacesmodel.cpp │ │ │ ├── addressspacesmodel.h │ │ │ ├── localMemoryMap/ │ │ │ │ ├── localmemorymapeditor.cpp │ │ │ │ ├── localmemorymapeditor.h │ │ │ │ ├── localmemorymapgraphitem.cpp │ │ │ │ └── localmemorymapgraphitem.h │ │ │ ├── segmenteditor.cpp │ │ │ ├── segmenteditor.h │ │ │ ├── segmentsmodel.cpp │ │ │ └── segmentsmodel.h │ │ ├── busInterfaces/ │ │ │ ├── AbstractionTypesConstants.h │ │ │ ├── AbstractionTypesDelegate.cpp │ │ │ ├── AbstractionTypesDelegate.h │ │ │ ├── AbstractionTypesEditor.cpp │ │ │ ├── AbstractionTypesEditor.h │ │ │ ├── AbstractionTypesModel.cpp │ │ │ ├── AbstractionTypesModel.h │ │ │ ├── BusInterfaceColumns.h │ │ │ ├── businterfaceeditor.cpp │ │ │ ├── businterfaceeditor.h │ │ │ ├── businterfacesdelegate.cpp │ │ │ ├── businterfacesdelegate.h │ │ │ ├── businterfaceseditor.cpp │ │ │ ├── businterfaceseditor.h │ │ │ ├── businterfacesmodel.cpp │ │ │ ├── businterfacesmodel.h │ │ │ ├── general/ │ │ │ │ ├── BridgeColumns.h │ │ │ │ ├── InitiatorModeEditor.cpp │ │ │ │ ├── InitiatorModeEditor.h │ │ │ │ ├── MasterModeEditor.cpp │ │ │ │ ├── MasterModeEditor.h │ │ │ │ ├── MirroredInitiatorModeEditor.cpp │ │ │ │ ├── MirroredInitiatorModeEditor.h │ │ │ │ ├── MirroredMasterModeEditor.cpp │ │ │ │ ├── MirroredMasterModeEditor.h │ │ │ │ ├── MirroredSlaveModeEditor.cpp │ │ │ │ ├── MirroredSlaveModeEditor.h │ │ │ │ ├── MirroredTargetModeEditor.cpp │ │ │ │ ├── MirroredTargetModeEditor.h │ │ │ │ ├── ModeEditorBase.cpp │ │ │ │ ├── ModeEditorBase.h │ │ │ │ ├── MonitorModeEditor.cpp │ │ │ │ ├── MonitorModeEditor.h │ │ │ │ ├── SlaveModeEditor.cpp │ │ │ │ ├── SlaveModeEditor.h │ │ │ │ ├── SystemModeEditor.cpp │ │ │ │ ├── SystemModeEditor.h │ │ │ │ ├── TargetModeEditor.cpp │ │ │ │ ├── TargetModeEditor.h │ │ │ │ ├── bridgesdelegate.cpp │ │ │ │ ├── bridgesdelegate.h │ │ │ │ ├── bridgeseditor.cpp │ │ │ │ ├── bridgeseditor.h │ │ │ │ ├── bridgesmodel.cpp │ │ │ │ ├── bridgesmodel.h │ │ │ │ ├── busifgeneraldetails.cpp │ │ │ │ ├── busifgeneraldetails.h │ │ │ │ ├── busifgeneraltab.cpp │ │ │ │ ├── busifgeneraltab.h │ │ │ │ ├── interfacemodestack.cpp │ │ │ │ └── interfacemodestack.h │ │ │ └── portmaps/ │ │ │ ├── BusInterfacePortMapTab.cpp │ │ │ ├── BusInterfacePortMapTab.h │ │ │ ├── JaroWinklerAlgorithm.cpp │ │ │ ├── JaroWinklerAlgorithm.h │ │ │ ├── PhysicalPortMappingTableModel.cpp │ │ │ ├── PhysicalPortMappingTableModel.h │ │ │ ├── PhysicalPortMappingTableView.cpp │ │ │ ├── PhysicalPortMappingTableView.h │ │ │ ├── PortListSortProxyModel.cpp │ │ │ ├── PortListSortProxyModel.h │ │ │ ├── PortMapAutoConnector.cpp │ │ │ ├── PortMapAutoConnector.h │ │ │ ├── PortMapDelegate.cpp │ │ │ ├── PortMapDelegate.h │ │ │ ├── PortMapHeaderView.cpp │ │ │ ├── PortMapHeaderView.h │ │ │ ├── PortMapModel.cpp │ │ │ ├── PortMapModel.h │ │ │ ├── PortMapSortFilter.cpp │ │ │ ├── PortMapSortFilter.h │ │ │ ├── PortMapView.cpp │ │ │ ├── PortMapView.h │ │ │ ├── PortMappingColumns.h │ │ │ ├── PortMappingTableModel.cpp │ │ │ ├── PortMappingTableModel.h │ │ │ ├── PortMappingTableView.cpp │ │ │ ├── PortMappingTableView.h │ │ │ └── PortMapsColumns.h │ │ ├── channels/ │ │ │ ├── ChannelColumns.h │ │ │ ├── channelsdelegate.cpp │ │ │ ├── channelsdelegate.h │ │ │ ├── channelseditor.cpp │ │ │ ├── channelseditor.h │ │ │ ├── channelsmodel.cpp │ │ │ └── channelsmodel.h │ │ ├── choices/ │ │ │ ├── ChoiceColumns.h │ │ │ ├── ChoicesEditor.cpp │ │ │ ├── ChoicesEditor.h │ │ │ ├── ChoicesModel.cpp │ │ │ ├── ChoicesModel.h │ │ │ ├── EnumerationColumns.h │ │ │ ├── EnumerationModel.cpp │ │ │ └── EnumerationModel.h │ │ ├── common/ │ │ │ ├── AbstractParameterModel.cpp │ │ │ ├── AbstractParameterModel.h │ │ │ ├── ConfigurableElementFinder.cpp │ │ │ ├── ConfigurableElementFinder.h │ │ │ ├── DesignConfigurationInstantiationParameterFinder.cpp │ │ │ ├── DesignConfigurationInstantiationParameterFinder.h │ │ │ ├── EnumerationEditorConstructorDelegate.cpp │ │ │ ├── EnumerationEditorConstructorDelegate.h │ │ │ ├── ExpressionDelegate.cpp │ │ │ ├── ExpressionDelegate.h │ │ │ ├── ExpressionEditor.cpp │ │ │ ├── ExpressionEditor.h │ │ │ ├── ExpressionLineEditor.cpp │ │ │ ├── ExpressionLineEditor.h │ │ │ ├── FloatingModeReferenceEditor.cpp │ │ │ ├── FloatingModeReferenceEditor.h │ │ │ ├── InstantiationConfigurableElementEditor.cpp │ │ │ ├── InstantiationConfigurableElementEditor.h │ │ │ ├── MasterExpressionEditor.cpp │ │ │ ├── MasterExpressionEditor.h │ │ │ ├── MemoryAlignScene.cpp │ │ │ ├── MemoryAlignScene.h │ │ │ ├── MemoryTreeFactory.cpp │ │ │ ├── MemoryTreeFactory.h │ │ │ ├── ModeReferenceDelegate.cpp │ │ │ ├── ModeReferenceDelegate.h │ │ │ ├── ModeReferenceEditor.cpp │ │ │ ├── ModeReferenceEditor.h │ │ │ ├── ModeReferenceModel.cpp │ │ │ ├── ModeReferenceModel.h │ │ │ ├── MultilineDescriptionDelegate.cpp │ │ │ ├── MultilineDescriptionDelegate.h │ │ │ ├── ParameterizableTable.cpp │ │ │ ├── ParameterizableTable.h │ │ │ ├── ReferenceSelector/ │ │ │ │ ├── ReferenceSelector.cpp │ │ │ │ └── ReferenceSelector.h │ │ │ ├── ReferencingTableModel.cpp │ │ │ └── ReferencingTableModel.h │ │ ├── componenteditor.cpp │ │ ├── componenteditor.h │ │ ├── cpus/ │ │ │ ├── CpuColumns.h │ │ │ ├── CpuDetailsEditor.cpp │ │ │ ├── CpuDetailsEditor.h │ │ │ ├── CpuVisualizer.cpp │ │ │ ├── CpuVisualizer.h │ │ │ ├── RegionColumns.h │ │ │ ├── RegionScene.cpp │ │ │ ├── RegionScene.h │ │ │ ├── RegionsDelegate.cpp │ │ │ ├── RegionsDelegate.h │ │ │ ├── RegionsEditor.cpp │ │ │ ├── RegionsEditor.h │ │ │ ├── RegionsModel.cpp │ │ │ ├── RegionsModel.h │ │ │ ├── SingleCpuEditor.cpp │ │ │ ├── SingleCpuEditor.h │ │ │ ├── cpusdelegate.cpp │ │ │ ├── cpusdelegate.h │ │ │ ├── cpuseditor.cpp │ │ │ ├── cpuseditor.h │ │ │ ├── cpusmodel.cpp │ │ │ └── cpusmodel.h │ │ ├── doc/ │ │ │ └── UML/ │ │ │ ├── ComponentEditor.mdzip │ │ │ └── ComponentEditor.mdzip.bak │ │ ├── fileBuilders/ │ │ │ ├── FileBuilderColumns.h │ │ │ ├── filebuildersdelegate.cpp │ │ │ ├── filebuildersdelegate.h │ │ │ ├── filebuilderseditor.cpp │ │ │ ├── filebuilderseditor.h │ │ │ ├── filebuildersmodel.cpp │ │ │ └── filebuildersmodel.h │ │ ├── fileSet/ │ │ │ ├── FileSetColumns.h │ │ │ ├── dependencyAnalysis/ │ │ │ │ ├── FileDependencyColumns.h │ │ │ │ ├── FileDependencyDelegate.cpp │ │ │ │ ├── FileDependencyDelegate.h │ │ │ │ ├── FileDependencyEditor.cpp │ │ │ │ ├── FileDependencyEditor.h │ │ │ │ ├── FileDependencyGraphView.cpp │ │ │ │ ├── FileDependencyGraphView.h │ │ │ │ ├── FileDependencyGraphWidget.cpp │ │ │ │ ├── FileDependencyGraphWidget.h │ │ │ │ ├── FileDependencyInfoWidget.cpp │ │ │ │ ├── FileDependencyInfoWidget.h │ │ │ │ ├── FileDependencyItem.cpp │ │ │ │ ├── FileDependencyItem.h │ │ │ │ ├── FileDependencyModel.cpp │ │ │ │ ├── FileDependencyModel.h │ │ │ │ ├── FileDependencySortFilter.cpp │ │ │ │ ├── FileDependencySortFilter.h │ │ │ │ ├── FileDependencySourceEditor.cpp │ │ │ │ └── FileDependencySourceEditor.h │ │ │ ├── file/ │ │ │ │ ├── FileColumns.h │ │ │ │ ├── filebuildcommand.cpp │ │ │ │ ├── filebuildcommand.h │ │ │ │ ├── filedefinemodel.cpp │ │ │ │ ├── filedefinemodel.h │ │ │ │ ├── filedefineview.cpp │ │ │ │ ├── filedefineview.h │ │ │ │ ├── fileeditor.cpp │ │ │ │ ├── fileeditor.h │ │ │ │ ├── filegeneraleditor.cpp │ │ │ │ ├── filegeneraleditor.h │ │ │ │ ├── filenameeditor.cpp │ │ │ │ ├── filenameeditor.h │ │ │ │ ├── filesdelegate.cpp │ │ │ │ ├── filesdelegate.h │ │ │ │ ├── fileseditor.cpp │ │ │ │ ├── fileseditor.h │ │ │ │ ├── filesmodel.cpp │ │ │ │ ├── filesmodel.h │ │ │ │ ├── filesview.cpp │ │ │ │ ├── filesview.h │ │ │ │ ├── filetypeeditor.cpp │ │ │ │ ├── filetypeeditor.h │ │ │ │ ├── filetypeeditordelegate.cpp │ │ │ │ └── filetypeeditordelegate.h │ │ │ ├── fileseteditor.cpp │ │ │ ├── fileseteditor.h │ │ │ ├── filesetsdelegate.cpp │ │ │ ├── filesetsdelegate.h │ │ │ ├── filesetseditor.cpp │ │ │ ├── filesetseditor.h │ │ │ ├── filesetsmodel.cpp │ │ │ ├── filesetsmodel.h │ │ │ ├── groupmanager.cpp │ │ │ ├── groupmanager.h │ │ │ ├── groupmanagerdelegate.cpp │ │ │ └── groupmanagerdelegate.h │ │ ├── general/ │ │ │ ├── generaleditor.cpp │ │ │ └── generaleditor.h │ │ ├── indirectInterfaces/ │ │ │ ├── IndirectInterfaceColumns.h │ │ │ ├── IndirectInterfacesDelegate.cpp │ │ │ ├── IndirectInterfacesDelegate.h │ │ │ ├── IndirectInterfacesEditor.cpp │ │ │ ├── IndirectInterfacesEditor.h │ │ │ ├── IndirectInterfacesModel.cpp │ │ │ ├── IndirectInterfacesModel.h │ │ │ ├── SingleIndirectInterfaceEditor.cpp │ │ │ └── SingleIndirectInterfaceEditor.h │ │ ├── instantiations/ │ │ │ ├── ComponentInstantiationDisplayer.cpp │ │ │ ├── ComponentInstantiationDisplayer.h │ │ │ ├── ComponentInstantiationEditor.cpp │ │ │ ├── ComponentInstantiationEditor.h │ │ │ ├── ComponentInstantiationsColumns.h │ │ │ ├── ComponentInstantiationsEditor.cpp │ │ │ ├── ComponentInstantiationsEditor.h │ │ │ ├── ComponentInstantiationsModel.cpp │ │ │ ├── ComponentInstantiationsModel.h │ │ │ ├── DesignConfigurationInstantiationEditor.cpp │ │ │ ├── DesignConfigurationInstantiationEditor.h │ │ │ ├── DesignConfigurationInstantiationsEditor.cpp │ │ │ ├── DesignConfigurationInstantiationsEditor.h │ │ │ ├── DesignConfigurationInstantiationsModel.cpp │ │ │ ├── DesignConfigurationInstantiationsModel.h │ │ │ ├── DesignInstantiationColumns.h │ │ │ ├── DesignInstantiationEditor.cpp │ │ │ ├── DesignInstantiationEditor.h │ │ │ ├── DesignInstantiationsDelegate.cpp │ │ │ ├── DesignInstantiationsDelegate.h │ │ │ ├── DesignInstantiationsEditor.cpp │ │ │ ├── DesignInstantiationsEditor.h │ │ │ ├── DesignInstantiationsModel.cpp │ │ │ ├── DesignInstantiationsModel.h │ │ │ ├── InstantiationsEditor.cpp │ │ │ ├── InstantiationsEditor.h │ │ │ ├── ModuleParameterColumns.h │ │ │ ├── ModuleParameterDelegate.cpp │ │ │ ├── ModuleParameterDelegate.h │ │ │ ├── ModuleParameterEditor.cpp │ │ │ ├── ModuleParameterEditor.h │ │ │ ├── ModuleParameterHeaderView.cpp │ │ │ ├── ModuleParameterHeaderView.h │ │ │ ├── ModuleParameterModel.cpp │ │ │ ├── ModuleParameterModel.h │ │ │ ├── filesetrefeditor.cpp │ │ │ ├── filesetrefeditor.h │ │ │ ├── filesetrefeditordelegate.cpp │ │ │ ├── filesetrefeditordelegate.h │ │ │ ├── filesetrefmodel.cpp │ │ │ └── filesetrefmodel.h │ │ ├── itemeditor.cpp │ │ ├── itemeditor.h │ │ ├── itemvisualizer.cpp │ │ ├── itemvisualizer.h │ │ ├── memoryMaps/ │ │ │ ├── AccessPoliciesDelegate.cpp │ │ │ ├── AccessPoliciesDelegate.h │ │ │ ├── AccessPoliciesEditor.cpp │ │ │ ├── AccessPoliciesEditor.h │ │ │ ├── AccessPoliciesModel.cpp │ │ │ ├── AccessPoliciesModel.h │ │ │ ├── AddressBlockColumns.h │ │ │ ├── EnumeratedValueColumns.h │ │ │ ├── ExpressionProxyModel.cpp │ │ │ ├── ExpressionProxyModel.h │ │ │ ├── FieldAccessPoliciesDelegate.cpp │ │ │ ├── FieldAccessPoliciesDelegate.h │ │ │ ├── FieldAccessPoliciesEditor.cpp │ │ │ ├── FieldAccessPoliciesEditor.h │ │ │ ├── FieldAccessPoliciesModel.cpp │ │ │ ├── FieldAccessPoliciesModel.h │ │ │ ├── FieldAccessPolicyColumns.h │ │ │ ├── MemoryBlockDelegate.cpp │ │ │ ├── MemoryBlockDelegate.h │ │ │ ├── MemoryBlockFilter.cpp │ │ │ ├── MemoryBlockFilter.h │ │ │ ├── MemoryBlockModel.cpp │ │ │ ├── MemoryBlockModel.h │ │ │ ├── MemoryMapColumns.h │ │ │ ├── MemoryMapsColumns.h │ │ │ ├── MemoryMapsView.cpp │ │ │ ├── MemoryMapsView.h │ │ │ ├── RegisterColumns.h │ │ │ ├── RegisterFileColumns.h │ │ │ ├── RemapModeReferenceEditor.cpp │ │ │ ├── RemapModeReferenceEditor.h │ │ │ ├── ResetColumns.h │ │ │ ├── ResetsDelegate.cpp │ │ │ ├── ResetsDelegate.h │ │ │ ├── ResetsEditor.cpp │ │ │ ├── ResetsEditor.h │ │ │ ├── ResetsModel.cpp │ │ │ ├── ResetsModel.h │ │ │ ├── SingleAddressBlockEditor.cpp │ │ │ ├── SingleAddressBlockEditor.h │ │ │ ├── SingleFieldEditor.cpp │ │ │ ├── SingleFieldEditor.h │ │ │ ├── SingleMemoryMapEditor.cpp │ │ │ ├── SingleMemoryMapEditor.h │ │ │ ├── SingleRegisterEditor.cpp │ │ │ ├── SingleRegisterEditor.h │ │ │ ├── SingleRegisterFileEditor.cpp │ │ │ ├── SingleRegisterFileEditor.h │ │ │ ├── SingleSubspaceMapEditor.cpp │ │ │ ├── SingleSubspaceMapEditor.h │ │ │ ├── SubspaceMapColumns.h │ │ │ ├── SubspaceMapDelegate.cpp │ │ │ ├── SubspaceMapDelegate.h │ │ │ ├── SubspaceMapModel.cpp │ │ │ ├── SubspaceMapModel.h │ │ │ ├── SubspaceMapsEditor.cpp │ │ │ ├── SubspaceMapsEditor.h │ │ │ ├── WriteValueConstraintComboBox.cpp │ │ │ ├── WriteValueConstraintComboBox.h │ │ │ ├── addressblockdelegate.cpp │ │ │ ├── addressblockdelegate.h │ │ │ ├── addressblockeditor.cpp │ │ │ ├── addressblockeditor.h │ │ │ ├── addressblockmodel.cpp │ │ │ ├── addressblockmodel.h │ │ │ ├── enumeratedvaluedelegate.cpp │ │ │ ├── enumeratedvaluedelegate.h │ │ │ ├── enumeratedvaluemodel.cpp │ │ │ ├── enumeratedvaluemodel.h │ │ │ ├── fieldeditor.cpp │ │ │ ├── fieldeditor.h │ │ │ ├── memoryMapsExpressionCalculators/ │ │ │ │ ├── ReferenceCalculator.cpp │ │ │ │ └── ReferenceCalculator.h │ │ │ ├── memoryMapsVisualizer/ │ │ │ │ ├── MemoryBlockGraphItem.cpp │ │ │ │ ├── MemoryBlockGraphItem.h │ │ │ │ ├── SubspaceMapGraphItem.cpp │ │ │ │ ├── SubspaceMapGraphItem.h │ │ │ │ ├── addressblockgraphitem.cpp │ │ │ │ ├── addressblockgraphitem.h │ │ │ │ ├── fieldgraphitem.cpp │ │ │ │ ├── fieldgraphitem.h │ │ │ │ ├── memorymapgraphitem.cpp │ │ │ │ ├── memorymapgraphitem.h │ │ │ │ ├── memorymapscene.cpp │ │ │ │ ├── memorymapscene.h │ │ │ │ ├── memorymapsvisualizer.cpp │ │ │ │ ├── memorymapsvisualizer.h │ │ │ │ ├── memorymapview.cpp │ │ │ │ ├── memorymapview.h │ │ │ │ ├── registerfilegraphitem.cpp │ │ │ │ ├── registerfilegraphitem.h │ │ │ │ ├── registergraphitem.cpp │ │ │ │ └── registergraphitem.h │ │ │ ├── memorymapdelegate.cpp │ │ │ ├── memorymapdelegate.h │ │ │ ├── memorymapeditor.cpp │ │ │ ├── memorymapeditor.h │ │ │ ├── memorymapmodel.cpp │ │ │ ├── memorymapmodel.h │ │ │ ├── memorymapsdelegate.cpp │ │ │ ├── memorymapsdelegate.h │ │ │ ├── memorymapseditor.cpp │ │ │ ├── memorymapseditor.h │ │ │ ├── memorymapsmodel.cpp │ │ │ ├── memorymapsmodel.h │ │ │ ├── registerdelegate.cpp │ │ │ ├── registerdelegate.h │ │ │ ├── registereditor.cpp │ │ │ ├── registereditor.h │ │ │ ├── registerfiledelegate.cpp │ │ │ ├── registerfiledelegate.h │ │ │ ├── registerfileeditor.cpp │ │ │ ├── registerfileeditor.h │ │ │ ├── registerfilemodel.cpp │ │ │ ├── registerfilemodel.h │ │ │ ├── registertablemodel.cpp │ │ │ └── registertablemodel.h │ │ ├── modes/ │ │ │ ├── FieldSliceColumns.h │ │ │ ├── FieldSliceDelegate.cpp │ │ │ ├── FieldSliceDelegate.h │ │ │ ├── FieldSliceEditor.cpp │ │ │ ├── FieldSliceEditor.h │ │ │ ├── FieldSliceModel.cpp │ │ │ ├── FieldSliceModel.h │ │ │ ├── ModeColumns.h │ │ │ ├── ModesEditor.cpp │ │ │ ├── ModesEditor.h │ │ │ ├── ModesModel.cpp │ │ │ ├── ModesModel.h │ │ │ ├── PortSliceColumns.h │ │ │ ├── PortSliceDelegate.cpp │ │ │ ├── PortSliceDelegate.h │ │ │ ├── PortSliceEditor.cpp │ │ │ ├── PortSliceEditor.h │ │ │ ├── PortSliceModel.cpp │ │ │ ├── PortSliceModel.h │ │ │ ├── SingleModeEditor.cpp │ │ │ └── SingleModeEditor.h │ │ ├── otherClockDrivers/ │ │ │ ├── OtherClockDriverColumns.h │ │ │ ├── clockdriversdelegate.cpp │ │ │ ├── clockdriversdelegate.h │ │ │ ├── otherclockdriverseditor.cpp │ │ │ ├── otherclockdriverseditor.h │ │ │ ├── otherclockdriversmodel.cpp │ │ │ └── otherclockdriversmodel.h │ │ ├── parameterReferenceTree/ │ │ │ ├── ComponentParameterReferenceTree.cpp │ │ │ ├── ComponentParameterReferenceTree.h │ │ │ ├── ParameterReferenceTree.cpp │ │ │ ├── ParameterReferenceTree.h │ │ │ ├── ParameterReferenceTreeWindow.cpp │ │ │ └── ParameterReferenceTreeWindow.h │ │ ├── parameters/ │ │ │ ├── Array/ │ │ │ │ ├── ArrayColumns.h │ │ │ │ ├── ArrayDelegate.cpp │ │ │ │ ├── ArrayDelegate.h │ │ │ │ ├── ArrayView.cpp │ │ │ │ ├── ArrayView.h │ │ │ │ ├── ParameterArrayModel.cpp │ │ │ │ └── ParameterArrayModel.h │ │ │ ├── ChoiceCreatorDelegate.cpp │ │ │ ├── ChoiceCreatorDelegate.h │ │ │ ├── ComponentParameterColumns.h │ │ │ ├── ComponentParameterModel.cpp │ │ │ ├── ComponentParameterModel.h │ │ │ ├── LockableParametersModel.cpp │ │ │ ├── LockableParametersModel.h │ │ │ ├── ParameterColumns.h │ │ │ ├── ParameterDelegate.cpp │ │ │ ├── ParameterDelegate.h │ │ │ ├── ParameterEditorHeaderView.cpp │ │ │ ├── ParameterEditorHeaderView.h │ │ │ ├── ParametersView.cpp │ │ │ ├── ParametersView.h │ │ │ ├── parameterseditor.cpp │ │ │ ├── parameterseditor.h │ │ │ ├── parametersmodel.cpp │ │ │ └── parametersmodel.h │ │ ├── ports/ │ │ │ ├── MasterPortsEditor.cpp │ │ │ ├── MasterPortsEditor.h │ │ │ ├── PortSummaryColumns.h │ │ │ ├── PortSummaryDelegate.cpp │ │ │ ├── PortSummaryDelegate.h │ │ │ ├── PortSummaryEditorFactory.cpp │ │ │ ├── PortSummaryEditorFactory.h │ │ │ ├── PortSummaryFilter.h │ │ │ ├── PortSummaryModel.cpp │ │ │ ├── PortSummaryModel.h │ │ │ ├── PortSummaryView.cpp │ │ │ ├── PortSummaryView.h │ │ │ ├── PortTagEditorDelegate.cpp │ │ │ ├── PortTagEditorDelegate.h │ │ │ ├── PortTypeDefinitionDelegate.cpp │ │ │ ├── PortTypeDefinitionDelegate.h │ │ │ ├── PortTypeDefinitionEditor.cpp │ │ │ ├── PortTypeDefinitionEditor.h │ │ │ ├── PortWireTypeColumns.h │ │ │ ├── PortWireTypeDelegate.cpp │ │ │ ├── PortWireTypeDelegate.h │ │ │ ├── PortWireTypeEditor.cpp │ │ │ ├── PortWireTypeEditor.h │ │ │ ├── PortWireTypeModel.cpp │ │ │ ├── PortWireTypeModel.h │ │ │ ├── PortWireTypeView.cpp │ │ │ ├── PortWireTypeView.h │ │ │ ├── PortsEditorFactory.h │ │ │ ├── PortsFilter.cpp │ │ │ ├── PortsFilter.h │ │ │ ├── PortsImportSummaryEditor.cpp │ │ │ ├── PortsImportSummaryEditor.h │ │ │ ├── PortsView.cpp │ │ │ ├── PortsView.h │ │ │ ├── TransactionalPortColumns.h │ │ │ ├── TransactionalPortsDelegate.cpp │ │ │ ├── TransactionalPortsDelegate.h │ │ │ ├── TransactionalPortsEditorFactory.cpp │ │ │ ├── TransactionalPortsEditorFactory.h │ │ │ ├── TransactionalPortsFilter.cpp │ │ │ ├── TransactionalPortsFilter.h │ │ │ ├── TransactionalPortsModel.cpp │ │ │ ├── TransactionalPortsModel.h │ │ │ ├── TypedPortEditor.cpp │ │ │ ├── TypedPortEditor.h │ │ │ ├── TypedPortsView.cpp │ │ │ ├── TypedPortsView.h │ │ │ ├── WirePortColumns.h │ │ │ ├── WirePortsDelegate.cpp │ │ │ ├── WirePortsDelegate.h │ │ │ ├── WirePortsEditorFactory.cpp │ │ │ ├── WirePortsEditorFactory.h │ │ │ ├── WirePortsFilter.cpp │ │ │ ├── WirePortsFilter.h │ │ │ ├── WirePortsModel.cpp │ │ │ ├── WirePortsModel.h │ │ │ ├── portsdelegate.cpp │ │ │ ├── portsdelegate.h │ │ │ ├── portseditor.cpp │ │ │ ├── portseditor.h │ │ │ ├── portsmodel.cpp │ │ │ └── portsmodel.h │ │ ├── powerDomains/ │ │ │ ├── PowerDomainColumns.h │ │ │ ├── PowerDomainsDelegate.cpp │ │ │ ├── PowerDomainsDelegate.h │ │ │ ├── PowerDomainsEditor.cpp │ │ │ ├── PowerDomainsEditor.h │ │ │ ├── PowerDomainsModel.cpp │ │ │ └── PowerDomainsModel.h │ │ ├── referenceCounter/ │ │ │ ├── ComponentParameterReferenceCounter.cpp │ │ │ ├── ComponentParameterReferenceCounter.h │ │ │ ├── ParameterReferenceCounter.cpp │ │ │ ├── ParameterReferenceCounter.h │ │ │ └── ReferenceCounter.h │ │ ├── remapStates/ │ │ │ ├── RemapConditionColumns.h │ │ │ ├── RemapConditionDelegate.cpp │ │ │ ├── RemapConditionDelegate.h │ │ │ ├── RemapConditionEditor.cpp │ │ │ ├── RemapConditionEditor.h │ │ │ ├── RemapConditionModel.cpp │ │ │ ├── RemapConditionModel.h │ │ │ ├── RemapStatesEditor.cpp │ │ │ ├── RemapStatesEditor.h │ │ │ ├── RemapStatesModel.cpp │ │ │ ├── RemapStatesModel.h │ │ │ ├── SingleRemapStateEditor.cpp │ │ │ ├── SingleRemapStateEditor.h │ │ │ ├── ValueOrIndexedValueEditor.cpp │ │ │ └── ValueOrIndexedValueEditor.h │ │ ├── resetTypes/ │ │ │ ├── ResetTypeColumns.h │ │ │ ├── ResetTypesDelegate.cpp │ │ │ ├── ResetTypesDelegate.h │ │ │ ├── ResetTypesEditor.cpp │ │ │ ├── ResetTypesEditor.h │ │ │ ├── ResetTypesModel.cpp │ │ │ └── ResetTypesModel.h │ │ ├── software/ │ │ │ ├── PropertyValueDelegate.cpp │ │ │ ├── PropertyValueDelegate.h │ │ │ ├── PropertyValueEditor.cpp │ │ │ ├── PropertyValueEditor.h │ │ │ ├── PropertyValueModel.cpp │ │ │ ├── PropertyValueModel.h │ │ │ ├── SWPropertiesEditor.cpp │ │ │ ├── SWPropertiesEditor.h │ │ │ ├── apiInterface/ │ │ │ │ ├── ApiInterfaceColumns.h │ │ │ │ ├── ApiInterfaceEditor.cpp │ │ │ │ ├── ApiInterfaceEditor.h │ │ │ │ ├── apiinterfacesdelegate.cpp │ │ │ │ ├── apiinterfacesdelegate.h │ │ │ │ ├── apiinterfaceseditor.cpp │ │ │ │ ├── apiinterfaceseditor.h │ │ │ │ ├── apiinterfacesmodel.cpp │ │ │ │ └── apiinterfacesmodel.h │ │ │ ├── comInterface/ │ │ │ │ ├── ComInterfaceColumns.h │ │ │ │ ├── ComInterfaceEditor.cpp │ │ │ │ ├── ComInterfaceEditor.h │ │ │ │ ├── cominterfacesdelegate.cpp │ │ │ │ ├── cominterfacesdelegate.h │ │ │ │ ├── cominterfaceseditor.cpp │ │ │ │ ├── cominterfaceseditor.h │ │ │ │ ├── cominterfacesmodel.cpp │ │ │ │ └── cominterfacesmodel.h │ │ │ └── systemView/ │ │ │ ├── SystemViewEditor.cpp │ │ │ ├── SystemViewEditor.h │ │ │ ├── SystemViewsDelegate.cpp │ │ │ ├── SystemViewsDelegate.h │ │ │ ├── SystemViewsEditor.cpp │ │ │ ├── SystemViewsEditor.h │ │ │ ├── SystemViewsModel.cpp │ │ │ └── SystemViewsModel.h │ │ ├── treeStructure/ │ │ │ ├── ComponentEditorChoicesItem.cpp │ │ │ ├── ComponentEditorChoicesItem.h │ │ │ ├── ComponentEditorIndirectInterfacesItem.cpp │ │ │ ├── ComponentEditorIndirectInterfacesItem.h │ │ │ ├── ComponentEditorSystemViewItem.cpp │ │ │ ├── ComponentEditorSystemViewItem.h │ │ │ ├── ComponentEditorSystemViewsItem.cpp │ │ │ ├── ComponentEditorSystemViewsItem.h │ │ │ ├── ComponentEditorTreeDelegate.cpp │ │ │ ├── ComponentEditorTreeDelegate.h │ │ │ ├── ComponentEditorTreeSortProxyModel.cpp │ │ │ ├── ComponentEditorTreeSortProxyModel.h │ │ │ ├── ComponentInstantiationsItem.cpp │ │ │ ├── ComponentInstantiationsItem.h │ │ │ ├── DesignConfigurationInstantiationsItem.cpp │ │ │ ├── DesignConfigurationInstantiationsItem.h │ │ │ ├── DesignInstantiationsItem.cpp │ │ │ ├── DesignInstantiationsItem.h │ │ │ ├── InstantiationsItem.cpp │ │ │ ├── InstantiationsItem.h │ │ │ ├── MemoryRemapItem.cpp │ │ │ ├── MemoryRemapItem.h │ │ │ ├── ModesItem.cpp │ │ │ ├── ModesItem.h │ │ │ ├── ParameterizableItem.cpp │ │ │ ├── ParameterizableItem.h │ │ │ ├── PowerDomainsItem.cpp │ │ │ ├── PowerDomainsItem.h │ │ │ ├── RemapStatesItem.cpp │ │ │ ├── RemapStatesItem.h │ │ │ ├── ResetTypesItem.cpp │ │ │ ├── ResetTypesItem.h │ │ │ ├── SingleComponentInstantiationItem.cpp │ │ │ ├── SingleComponentInstantiationItem.h │ │ │ ├── SingleCpuItem.cpp │ │ │ ├── SingleCpuItem.h │ │ │ ├── SingleDesignConfigurationInstantiationItem.cpp │ │ │ ├── SingleDesignConfigurationInstantiationItem.h │ │ │ ├── SingleDesignInstantiationItem.cpp │ │ │ ├── SingleDesignInstantiationItem.h │ │ │ ├── SingleIndirectInterfaceItem.cpp │ │ │ ├── SingleIndirectInterfaceItem.h │ │ │ ├── SingleModeItem.cpp │ │ │ ├── SingleModeItem.h │ │ │ ├── SingleRemapStateItem.cpp │ │ │ ├── SingleRemapStateItem.h │ │ │ ├── SubspaceMapItem.cpp │ │ │ ├── SubspaceMapItem.h │ │ │ ├── TransactionalPortsItem.cpp │ │ │ ├── TransactionalPortsItem.h │ │ │ ├── TypeDefinitionsItem.cpp │ │ │ ├── TypeDefinitionsItem.h │ │ │ ├── WirePortsItem.cpp │ │ │ ├── WirePortsItem.h │ │ │ ├── componenteditoraddrblockitem.cpp │ │ │ ├── componenteditoraddrblockitem.h │ │ │ ├── componenteditoraddrspaceitem.cpp │ │ │ ├── componenteditoraddrspaceitem.h │ │ │ ├── componenteditoraddrspacesitem.cpp │ │ │ ├── componenteditoraddrspacesitem.h │ │ │ ├── componenteditorapiinterfaceitem.cpp │ │ │ ├── componenteditorapiinterfaceitem.h │ │ │ ├── componenteditorapiinterfacesitem.cpp │ │ │ ├── componenteditorapiinterfacesitem.h │ │ │ ├── componenteditorbusinterfaceitem.cpp │ │ │ ├── componenteditorbusinterfaceitem.h │ │ │ ├── componenteditorbusinterfacesitem.cpp │ │ │ ├── componenteditorbusinterfacesitem.h │ │ │ ├── componenteditorchannelsitem.cpp │ │ │ ├── componenteditorchannelsitem.h │ │ │ ├── componenteditorcominterfaceitem.cpp │ │ │ ├── componenteditorcominterfaceitem.h │ │ │ ├── componenteditorcominterfacesitem.cpp │ │ │ ├── componenteditorcominterfacesitem.h │ │ │ ├── componenteditorcpusitem.cpp │ │ │ ├── componenteditorcpusitem.h │ │ │ ├── componenteditorfielditem.cpp │ │ │ ├── componenteditorfielditem.h │ │ │ ├── componenteditorfileitem.cpp │ │ │ ├── componenteditorfileitem.h │ │ │ ├── componenteditorfilesetitem.cpp │ │ │ ├── componenteditorfilesetitem.h │ │ │ ├── componenteditorfilesetsitem.cpp │ │ │ ├── componenteditorfilesetsitem.h │ │ │ ├── componenteditorgeneralitem.cpp │ │ │ ├── componenteditorgeneralitem.h │ │ │ ├── componenteditorgroupslot.cpp │ │ │ ├── componenteditorgroupslot.h │ │ │ ├── componenteditoritem.cpp │ │ │ ├── componenteditoritem.h │ │ │ ├── componenteditormemmapitem.cpp │ │ │ ├── componenteditormemmapitem.h │ │ │ ├── componenteditormemmapsitem.cpp │ │ │ ├── componenteditormemmapsitem.h │ │ │ ├── componenteditormodelparamsitem.cpp │ │ │ ├── componenteditormodelparamsitem.h │ │ │ ├── componenteditorotherclocksitem.cpp │ │ │ ├── componenteditorotherclocksitem.h │ │ │ ├── componenteditorparametersitem.cpp │ │ │ ├── componenteditorparametersitem.h │ │ │ ├── componenteditorportsitem.cpp │ │ │ ├── componenteditorportsitem.h │ │ │ ├── componenteditorregisterfileitem.cpp │ │ │ ├── componenteditorregisterfileitem.h │ │ │ ├── componenteditorregisteritem.cpp │ │ │ ├── componenteditorregisteritem.h │ │ │ ├── componenteditorrootitem.cpp │ │ │ ├── componenteditorrootitem.h │ │ │ ├── componenteditorswpropertiesitem.cpp │ │ │ ├── componenteditorswpropertiesitem.h │ │ │ ├── componenteditorswviewitem.cpp │ │ │ ├── componenteditorswviewitem.h │ │ │ ├── componenteditorswviewsitem.cpp │ │ │ ├── componenteditorswviewsitem.h │ │ │ ├── componenteditortreemodel.cpp │ │ │ ├── componenteditortreemodel.h │ │ │ ├── componenteditorviewitem.cpp │ │ │ ├── componenteditorviewitem.h │ │ │ ├── componenteditorviewsitem.cpp │ │ │ ├── componenteditorviewsitem.h │ │ │ ├── componenttreeview.cpp │ │ │ └── componenttreeview.h │ │ ├── views/ │ │ │ ├── EnvIdentifiersColumns.h │ │ │ ├── ViewColumns.h │ │ │ ├── ViewsDelegate.cpp │ │ │ ├── ViewsDelegate.h │ │ │ ├── envidentifiereditor.cpp │ │ │ ├── envidentifiereditor.h │ │ │ ├── envidentifiersmodel.cpp │ │ │ ├── envidentifiersmodel.h │ │ │ ├── vieweditor.cpp │ │ │ ├── vieweditor.h │ │ │ ├── viewseditor.cpp │ │ │ ├── viewseditor.h │ │ │ ├── viewsmodel.cpp │ │ │ └── viewsmodel.h │ │ └── visualization/ │ │ ├── AddressableItem.cpp │ │ ├── AddressableItem.h │ │ ├── fieldgapitem.cpp │ │ ├── fieldgapitem.h │ │ ├── memorygapitem.cpp │ │ ├── memorygapitem.h │ │ ├── memoryvisualizationitem.cpp │ │ └── memoryvisualizationitem.h │ ├── ConfigurationTools/ │ │ ├── ViewConfigurer.cpp │ │ ├── ViewConfigurer.h │ │ ├── ViewConfigurerColumns.h │ │ ├── ViewConfigurerDelegate.cpp │ │ └── ViewConfigurerDelegate.h │ ├── HWDesign/ │ │ ├── ActiveBusInterfaceItem.cpp │ │ ├── ActiveBusInterfaceItem.h │ │ ├── ActivePortItem.cpp │ │ ├── ActivePortItem.h │ │ ├── AdHocConnectionItem.cpp │ │ ├── AdHocConnectionItem.h │ │ ├── AdHocEnabled.cpp │ │ ├── AdHocEnabled.h │ │ ├── AdHocItem.cpp │ │ ├── AdHocItem.h │ │ ├── AdhocEditor/ │ │ │ ├── AdHocVisibilityColumns.h │ │ │ ├── AdHocVisibilityDelegate.cpp │ │ │ ├── AdHocVisibilityDelegate.h │ │ │ ├── AdHocVisibilityEditor.cpp │ │ │ ├── AdHocVisibilityEditor.h │ │ │ ├── AdHocVisibilityModel.cpp │ │ │ ├── AdHocVisibilityModel.h │ │ │ ├── AdHocVisibilityPolicy.cpp │ │ │ ├── AdHocVisibilityPolicy.h │ │ │ ├── AdhocEditor.cpp │ │ │ ├── AdhocEditor.h │ │ │ ├── AdhocPortEditor.cpp │ │ │ └── AdhocPortEditor.h │ │ ├── BusInterfaceDialog.cpp │ │ ├── BusInterfaceDialog.h │ │ ├── BusInterfaceEndPoint.cpp │ │ ├── BusInterfaceEndPoint.h │ │ ├── HWAddCommands.cpp │ │ ├── HWAddCommands.h │ │ ├── HWChangeCommands.cpp │ │ ├── HWChangeCommands.h │ │ ├── HWComponentItem.cpp │ │ ├── HWComponentItem.h │ │ ├── HWConnection.cpp │ │ ├── HWConnection.h │ │ ├── HWConnectionEndPoint.cpp │ │ ├── HWConnectionEndpoint.h │ │ ├── HWDesignDiagram.cpp │ │ ├── HWDesignDiagram.h │ │ ├── HWDesignWidget.cpp │ │ ├── HWDesignWidget.h │ │ ├── HWMoveCommands.cpp │ │ ├── HWMoveCommands.h │ │ ├── HierarchicalBusInterfaceItem.cpp │ │ ├── HierarchicalBusInterfaceItem.h │ │ ├── HierarchicalPortItem.cpp │ │ ├── HierarchicalPortItem.h │ │ ├── InterfaceGraphics.h │ │ ├── OffPageConnectorItem.cpp │ │ ├── OffPageConnectorItem.h │ │ ├── PortmapDialog.cpp │ │ ├── PortmapDialog.h │ │ ├── SelectItemTypeDialog.cpp │ │ ├── SelectItemTypeDialog.h │ │ ├── WarningSymbol.cpp │ │ ├── WarningSymbol.h │ │ ├── columnview/ │ │ │ ├── ColumnEditDialog.cpp │ │ │ ├── ColumnEditDialog.h │ │ │ ├── HWColumn.cpp │ │ │ └── HWColumn.h │ │ └── undoCommands/ │ │ ├── AdHocBoundsChangeCommand.cpp │ │ ├── AdHocBoundsChangeCommand.h │ │ ├── AdHocConnectionAddCommand.cpp │ │ ├── AdHocConnectionAddCommand.h │ │ ├── AdHocConnectionDeleteCommand.cpp │ │ ├── AdHocConnectionDeleteCommand.h │ │ ├── AdHocTieOffBoundsChangeCommand.cpp │ │ ├── AdHocTieOffBoundsChangeCommand.h │ │ ├── AdHocTieOffChangeCommand.cpp │ │ ├── AdHocTieOffChangeCommand.h │ │ ├── AdHocTieOffConnectionDeleteCommand.cpp │ │ ├── AdHocTieOffConnectionDeleteCommand.h │ │ ├── AdHocTiedValueCommand.cpp │ │ ├── AdHocTiedValueCommand.h │ │ ├── AdHocVisibilityChangeCommand.cpp │ │ ├── AdHocVisibilityChangeCommand.h │ │ ├── ColumnDeleteCommand.cpp │ │ ├── ColumnDeleteCommand.h │ │ ├── ComponentDeleteCommand.cpp │ │ ├── ComponentDeleteCommand.h │ │ ├── ComponentInstancePasteCommand.cpp │ │ ├── ComponentInstancePasteCommand.h │ │ ├── ComponentItemMoveCommand.cpp │ │ ├── ComponentItemMoveCommand.h │ │ ├── ConfigurableElementChangeCommand.cpp │ │ ├── ConfigurableElementChangeCommand.h │ │ ├── ConfigurableElementRemoveCommand.cpp │ │ ├── ConfigurableElementRemoveCommand.h │ │ ├── ConnectionDeleteCommand.cpp │ │ ├── ConnectionDeleteCommand.h │ │ ├── HWColumnAddCommand.cpp │ │ ├── HWColumnAddCommand.h │ │ ├── HWComponentAddCommand.cpp │ │ ├── HWComponentAddCommand.h │ │ ├── InterfaceDeleteCommand.cpp │ │ ├── InterfaceDeleteCommand.h │ │ ├── PhysicalPortDeleteCommand.cpp │ │ ├── PhysicalPortDeleteCommand.h │ │ ├── PortDeleteCommand.cpp │ │ ├── PortDeleteCommand.h │ │ ├── PortPasteCommand.cpp │ │ ├── PortPasteCommand.h │ │ ├── ReplaceComponentCommand.cpp │ │ ├── ReplaceComponentCommand.h │ │ ├── TopAdHocVisibilityChangeCommand.cpp │ │ └── TopAdHocVisibilityChangeCommand.h │ ├── InterconnectGenerator/ │ │ ├── InstanceInterfacesEditor.cpp │ │ ├── InstanceInterfacesEditor.h │ │ ├── InterconnectAddressHelper.cpp │ │ ├── InterconnectAddressHelper.h │ │ ├── InterconnectDataModel.cpp │ │ ├── InterconnectDataModel.h │ │ ├── InterconnectGeneratorDialog.cpp │ │ └── InterconnectGeneratorDialog.h │ ├── MemoryDesigner/ │ │ ├── AddressBlockGraphicsItem.cpp │ │ ├── AddressBlockGraphicsItem.h │ │ ├── AddressSegmentGraphicsItem.cpp │ │ ├── AddressSegmentGraphicsItem.h │ │ ├── AddressSpaceGraphicsItem.cpp │ │ ├── AddressSpaceGraphicsItem.h │ │ ├── ConnectivityComponent.cpp │ │ ├── ConnectivityComponent.h │ │ ├── ConnectivityConnection.cpp │ │ ├── ConnectivityConnection.h │ │ ├── ConnectivityGraph.cpp │ │ ├── ConnectivityGraph.h │ │ ├── ConnectivityGraphFactory.cpp │ │ ├── ConnectivityGraphFactory.h │ │ ├── ConnectivityInterface.cpp │ │ ├── ConnectivityInterface.h │ │ ├── FieldGraphicsItem.cpp │ │ ├── FieldGraphicsItem.h │ │ ├── FieldOverlapItem.cpp │ │ ├── FieldOverlapItem.h │ │ ├── MainMemoryGraphicsItem.cpp │ │ ├── MainMemoryGraphicsItem.h │ │ ├── MasterSlavePathSearch.cpp │ │ ├── MasterSlavePathSearch.h │ │ ├── MemoryCollisionItem.cpp │ │ ├── MemoryCollisionItem.h │ │ ├── MemoryColumn.cpp │ │ ├── MemoryColumn.h │ │ ├── MemoryColumnHandler.cpp │ │ ├── MemoryColumnHandler.h │ │ ├── MemoryConnectionAddressCalculator.cpp │ │ ├── MemoryConnectionAddressCalculator.h │ │ ├── MemoryConnectionHandler.cpp │ │ ├── MemoryConnectionHandler.h │ │ ├── MemoryConnectionItem.cpp │ │ ├── MemoryConnectionItem.h │ │ ├── MemoryDesignConstructor.cpp │ │ ├── MemoryDesignConstructor.h │ │ ├── MemoryDesignDocument.cpp │ │ ├── MemoryDesignDocument.h │ │ ├── MemoryDesignerChildGraphicsItem.cpp │ │ ├── MemoryDesignerChildGraphicsItem.h │ │ ├── MemoryDesignerConstants.cpp │ │ ├── MemoryDesignerConstants.h │ │ ├── MemoryDesignerDiagram.cpp │ │ ├── MemoryDesignerDiagram.h │ │ ├── MemoryDesignerGraphicsItem.cpp │ │ ├── MemoryDesignerGraphicsItem.h │ │ ├── MemoryExtensionGraphicsItem.cpp │ │ ├── MemoryExtensionGraphicsItem.h │ │ ├── MemoryGraphicsItemHandler.cpp │ │ ├── MemoryGraphicsItemHandler.h │ │ ├── MemoryItem.cpp │ │ ├── MemoryItem.h │ │ ├── MemoryMapGraphicsItem.cpp │ │ ├── MemoryMapGraphicsItem.h │ │ ├── RegisterGraphicsItem.cpp │ │ ├── RegisterGraphicsItem.h │ │ ├── SubMemoryLayout.cpp │ │ └── SubMemoryLayout.h │ ├── PythonSourceEditor/ │ │ ├── PythonSourceEditor.cpp │ │ ├── PythonSourceEditor.h │ │ ├── PythonSourceHighlight.cpp │ │ ├── PythonSourceHighlight.h │ │ ├── ScriptInputEditor.cpp │ │ ├── ScriptInputEditor.h │ │ ├── ScriptViewEditor.cpp │ │ ├── ScriptViewEditor.h │ │ ├── ScriptingSideArea.cpp │ │ └── ScriptingSideArea.h │ ├── SystemDesign/ │ │ ├── ApiGraphicsConnection.cpp │ │ ├── ApiGraphicsConnection.h │ │ ├── ComGraphicsConnection.cpp │ │ ├── ComGraphicsConnection.h │ │ ├── HWMappingItem.cpp │ │ ├── HWMappingItem.h │ │ ├── SWComponentItem.cpp │ │ ├── SWComponentItem.h │ │ ├── SWConnectionEndpoint.cpp │ │ ├── SWConnectionEndpoint.h │ │ ├── SWInterfaceItem.cpp │ │ ├── SWInterfaceItem.h │ │ ├── SWPortItem.cpp │ │ ├── SWPortItem.h │ │ ├── SystemColumn.cpp │ │ ├── SystemColumn.h │ │ ├── SystemComponentItem.cpp │ │ ├── SystemComponentItem.h │ │ ├── SystemDesignDiagram.cpp │ │ ├── SystemDesignDiagram.h │ │ ├── SystemDesignWidget.cpp │ │ ├── SystemDesignWidget.h │ │ ├── SystemDetailsEditor/ │ │ │ ├── ExportSWDialog.cpp │ │ │ ├── ExportSWDialog.h │ │ │ ├── SwitchHWDialog.cpp │ │ │ ├── SwitchHWDialog.h │ │ │ ├── SystemDetailsEditor.cpp │ │ │ └── SystemDetailsEditor.h │ │ └── UndoCommands/ │ │ ├── ApiConnectionAddCommand.cpp │ │ ├── ApiConnectionAddCommand.h │ │ ├── ApiConnectionDeleteCommand.cpp │ │ ├── ApiConnectionDeleteCommand.h │ │ ├── ApiConnectionExchangeCommand.cpp │ │ ├── ApiConnectionExchangeCommand.h │ │ ├── ComConnectionAddCommand.cpp │ │ ├── ComConnectionAddCommand.h │ │ ├── ComConnectionDeleteCommand.cpp │ │ ├── ComConnectionDeleteCommand.h │ │ ├── ComConnectionExchangeCommand.cpp │ │ ├── ComConnectionExchangeCommand.h │ │ ├── ReplaceSystemComponentCommand.cpp │ │ ├── ReplaceSystemComponentCommand.h │ │ ├── SWInterfaceAddCommand.cpp │ │ ├── SWInterfaceAddCommand.h │ │ ├── SWInterfaceDeleteCommand.cpp │ │ ├── SWInterfaceDeleteCommand.h │ │ ├── SWInterfaceMoveCommand.cpp │ │ ├── SWInterfaceMoveCommand.h │ │ ├── SWPortDeleteCommand.cpp │ │ ├── SWPortDeleteCommand.h │ │ ├── SystemAddCommands.cpp │ │ ├── SystemAddCommands.h │ │ ├── SystemChangeCommands.cpp │ │ ├── SystemChangeCommands.h │ │ ├── SystemComponentAddCommand.cpp │ │ ├── SystemComponentAddCommand.h │ │ ├── SystemComponentDeleteCommand.cpp │ │ ├── SystemComponentDeleteCommand.h │ │ ├── SystemDeleteCommands.cpp │ │ ├── SystemDeleteCommands.h │ │ ├── SystemMoveCommands.cpp │ │ └── SystemMoveCommands.h │ └── common/ │ ├── Association/ │ │ ├── Associable.cpp │ │ ├── Associable.h │ │ ├── Association.cpp │ │ ├── Association.h │ │ ├── AssociationAddCommand.cpp │ │ ├── AssociationAddCommand.h │ │ ├── AssociationChangeEndpointCommand.cpp │ │ ├── AssociationChangeEndpointCommand.h │ │ ├── AssociationRemoveCommand.cpp │ │ └── AssociationRemoveCommand.h │ ├── ColumnTypes.h │ ├── ComponentDesignDiagram.cpp │ ├── ComponentDesignDiagram.h │ ├── ComponentInstanceEditor/ │ │ ├── ComponentInstanceConfigurableElementsEditor.cpp │ │ ├── ComponentInstanceConfigurableElementsEditor.h │ │ ├── ComponentInstanceConfigurableElementsFilter.cpp │ │ ├── ComponentInstanceConfigurableElementsFilter.h │ │ ├── ComponentInstanceConfigurableElementsModel.cpp │ │ ├── ComponentInstanceConfigurableElementsModel.h │ │ ├── ConfigurableElementsColumns.h │ │ ├── ConfigurableElementsFilter.cpp │ │ ├── ConfigurableElementsFilter.h │ │ ├── ConfigurableElementsModel.cpp │ │ ├── ConfigurableElementsModel.h │ │ ├── ConfigurableElementsView.cpp │ │ ├── ConfigurableElementsView.h │ │ ├── EditorConfigurableElement.cpp │ │ ├── EditorConfigurableElement.h │ │ ├── MissingConfigurableElementsFilter.cpp │ │ ├── MissingConfigurableElementsFilter.h │ │ ├── ParameterConfigurableElementsFilter.cpp │ │ ├── ParameterConfigurableElementsFilter.h │ │ ├── PowerDomainLinkColumns.h │ │ ├── PowerDomainLinkDelegate.cpp │ │ ├── PowerDomainLinkDelegate.h │ │ ├── PowerDomainLinkEditor.cpp │ │ ├── PowerDomainLinkEditor.h │ │ ├── PowerDomainLinkModel.cpp │ │ ├── PowerDomainLinkModel.h │ │ ├── componentinstanceeditor.cpp │ │ ├── componentinstanceeditor.h │ │ ├── configurableelementdelegate.cpp │ │ ├── configurableelementdelegate.h │ │ ├── configurableelementeditor.cpp │ │ └── configurableelementeditor.h │ ├── ComponentItemAutoConnector/ │ │ ├── AutoConnector.cpp │ │ ├── AutoConnector.h │ │ ├── AutoConnectorConnectionDelegate.cpp │ │ ├── AutoConnectorConnectionDelegate.h │ │ ├── AutoConnectorConnectionTable.cpp │ │ ├── AutoConnectorConnectionTable.h │ │ ├── AutoConnectorItem.cpp │ │ ├── AutoConnectorItem.h │ │ ├── AutoConnectorListFilter.cpp │ │ ├── AutoConnectorListFilter.h │ │ ├── BusInterfaceItemMatcher.cpp │ │ ├── BusInterfaceItemMatcher.h │ │ ├── BusInterfaceListFiller.cpp │ │ ├── BusInterfaceListFiller.h │ │ ├── BusInterfaceTableAutoConnector.cpp │ │ ├── BusInterfaceTableAutoConnector.h │ │ ├── ComponentItemAutoConnector.cpp │ │ ├── ComponentItemAutoConnector.h │ │ ├── HierarchicalBusInterfaceItemMatcher.cpp │ │ ├── HierarchicalBusInterfaceItemMatcher.h │ │ ├── HierarchicalBusInterfaceTableAutoConnector.cpp │ │ ├── HierarchicalBusInterfaceTableAutoConnector.h │ │ ├── HierarchicalPortItemMatcher.cpp │ │ ├── HierarchicalPortItemMatcher.h │ │ ├── HierarchicalPortTableAutoConnector.cpp │ │ ├── HierarchicalPortTableAutoConnector.h │ │ ├── ListFiller.h │ │ ├── PortItemMatcher.cpp │ │ ├── PortItemMatcher.h │ │ ├── PortListFiller.cpp │ │ ├── PortListFiller.h │ │ ├── PortTableAutoConnector.cpp │ │ ├── PortTableAutoConnector.h │ │ ├── TableAutoConnector.cpp │ │ ├── TableAutoConnector.h │ │ ├── TableItemMatcher.cpp │ │ └── TableItemMatcher.h │ ├── ConfigurationEditor/ │ │ ├── activeviewdelegate.cpp │ │ ├── activeviewdelegate.h │ │ ├── activevieweditor.cpp │ │ ├── activevieweditor.h │ │ ├── activeviewmodel.cpp │ │ ├── activeviewmodel.h │ │ ├── configurationeditor.cpp │ │ └── configurationeditor.h │ ├── ConnectionEditor/ │ │ ├── AdHocBoundColumns.h │ │ ├── AdHocBoundsModel.cpp │ │ ├── AdHocBoundsModel.h │ │ ├── connectioneditor.cpp │ │ └── connectioneditor.h │ ├── DefaultRouting.cpp │ ├── DefaultRouting.h │ ├── DesignCompletionModel.cpp │ ├── DesignCompletionModel.h │ ├── DesignDiagram.cpp │ ├── DesignDiagram.h │ ├── DesignDiagramResolver.cpp │ ├── DesignDiagramResolver.h │ ├── DesignParameterReferenceTree/ │ │ ├── DesignParameterReferenceCounter.cpp │ │ ├── DesignParameterReferenceCounter.h │ │ ├── DesignParameterReferenceTree.cpp │ │ └── DesignParameterReferenceTree.h │ ├── DesignWidget.cpp │ ├── DesignWidget.h │ ├── DesignWidgetFactory.h │ ├── DesignWidgetFactoryImplementation.cpp │ ├── DesignWidgetFactoryImplementation.h │ ├── DiagramUtil.h │ ├── DiagramUtil.inl │ ├── DocumentNameGroupEditor.cpp │ ├── DocumentNameGroupEditor.h │ ├── DrawMode.h │ ├── ExpressionSet.h │ ├── GraphicsItemLabel.cpp │ ├── GraphicsItemLabel.h │ ├── ImageExporter.cpp │ ├── ImageExporter.h │ ├── InterfaceEditor/ │ │ ├── InterfacePortMapColumns.h │ │ ├── InterfacePortMapDelegate.cpp │ │ ├── InterfacePortMapDelegate.h │ │ ├── InterfacePortMapModel.cpp │ │ ├── InterfacePortMapModel.h │ │ ├── interfaceeditor.cpp │ │ └── interfaceeditor.h │ ├── NamelabelWidth.cpp │ ├── NamelabelWidth.h │ ├── PortUtilities.cpp │ ├── PortUtilities.h │ ├── StickyNote/ │ │ ├── ColorFillTextItem.cpp │ │ ├── ColorFillTextItem.h │ │ ├── StickyNote.cpp │ │ ├── StickyNote.h │ │ ├── StickyNoteAddCommand.cpp │ │ ├── StickyNoteAddCommand.h │ │ ├── StickyNoteEditCommand.cpp │ │ ├── StickyNoteEditCommand.h │ │ ├── StickyNoteMoveCommand.cpp │ │ ├── StickyNoteMoveCommand.h │ │ ├── StickyNoteRemoveCommand.cpp │ │ └── StickyNoteRemoveCommand.h │ ├── TopComponentParameterFinder.cpp │ ├── TopComponentParameterFinder.h │ ├── VendorExtensionEditor/ │ │ ├── VendorExtensionAttributesEditor/ │ │ │ ├── VendorExtensionAttributesColumns.h │ │ │ ├── VendorExtensionAttributesModel.cpp │ │ │ └── VendorExtensionAttributesModel.h │ │ ├── VendorExtensionColumns.h │ │ ├── VendorExtensionsDelegate.cpp │ │ ├── VendorExtensionsDelegate.h │ │ ├── VendorExtensionsEditor.cpp │ │ ├── VendorExtensionsEditor.h │ │ ├── VendorExtensionsFilter.cpp │ │ ├── VendorExtensionsFilter.h │ │ ├── VendorExtensionsGeneral.h │ │ ├── VendorExtensionsModel.cpp │ │ └── VendorExtensionsModel.h │ └── diagramgrid.h ├── executable/ │ ├── assets/ │ │ └── peripherals.txt │ ├── templates/ │ │ ├── defaultTemplateConfiguration.json │ │ └── exampleTemplate.py │ └── upgrade.cfg ├── kactus.qrc ├── kactusGenerators/ │ └── DocumentGenerator/ │ ├── DocumentationWriter.cpp │ ├── DocumentationWriter.h │ ├── HtmlWriter.cpp │ ├── HtmlWriter.h │ ├── MarkdownWriter.cpp │ ├── MarkdownWriter.h │ ├── documentgenerator.cpp │ └── documentgenerator.h ├── library/ │ ├── HierarchyView/ │ │ ├── hierarchyfilter.cpp │ │ ├── hierarchyfilter.h │ │ ├── hierarchyview.cpp │ │ ├── hierarchyview.h │ │ ├── hierarchywidget.cpp │ │ └── hierarchywidget.h │ ├── ItemExporter.cpp │ ├── ItemExporter.h │ ├── LibraryErrorModel.cpp │ ├── LibraryErrorModel.h │ ├── LibraryFilter.cpp │ ├── LibraryFilter.h │ ├── LibraryItemSelectionFactory.cpp │ ├── LibraryItemSelectionFactory.h │ ├── LibraryTreeFilter.cpp │ ├── LibraryTreeFilter.h │ ├── LibraryTreeView.cpp │ ├── LibraryTreeView.h │ ├── LibraryTreeWidget.cpp │ ├── LibraryTreeWidget.h │ ├── LibraryUtils.cpp │ ├── LibraryUtils.h │ ├── LibraryWidget.cpp │ ├── LibraryWidget.h │ ├── ObjectExportDialog.cpp │ ├── ObjectExportDialog.h │ ├── ObjectSelectionDialog.cpp │ ├── ObjectSelectionDialog.h │ ├── ObjectSelectionListItem.cpp │ ├── ObjectSelectionListItem.h │ ├── TableViewDialog.cpp │ ├── TableViewDialog.h │ ├── VLNVDialer/ │ │ ├── FilterGroup.cpp │ │ ├── FilterGroup.h │ │ ├── RevisionGroup.cpp │ │ ├── RevisionGroup.h │ │ ├── ValidityGroup.cpp │ │ ├── ValidityGroup.h │ │ ├── dialerwidget.cpp │ │ ├── dialerwidget.h │ │ ├── filterwidget.cpp │ │ ├── filterwidget.h │ │ ├── firmnessgroup.cpp │ │ ├── firmnessgroup.h │ │ ├── hierarchygroup.cpp │ │ ├── hierarchygroup.h │ │ ├── implementationgroup.cpp │ │ ├── implementationgroup.h │ │ ├── typegroup.cpp │ │ ├── typegroup.h │ │ ├── vlnvdialer.cpp │ │ └── vlnvdialer.h │ ├── doc/ │ │ ├── LibraryHandler.mdzip │ │ └── LibraryHandler.mdzip.bak │ ├── objectremovedialog.cpp │ └── objectremovedialog.h ├── mainwindow/ │ ├── CommandLineParser.cpp │ ├── CommandLineParser.h │ ├── DeleteWorkspaceDialog.cpp │ ├── DeleteWorkspaceDialog.h │ ├── DockWidgetHandler.cpp │ ├── DockWidgetHandler.h │ ├── DrawingBoard/ │ │ ├── DrawingBoard.cpp │ │ └── DrawingBoard.h │ ├── ExitScreen.cpp │ ├── ExitScreen.h │ ├── MessageConsole/ │ │ ├── messageconsole.cpp │ │ └── messageconsole.h │ ├── NewPages/ │ │ ├── NewApiDefinitionPage.cpp │ │ ├── NewApiDefinitionPage.h │ │ ├── NewBusDefinitionPage.cpp │ │ ├── NewBusDefinitionPage.h │ │ ├── NewCatalogPage.cpp │ │ ├── NewCatalogPage.h │ │ ├── NewComDefinitionPage.cpp │ │ ├── NewComDefinitionPage.h │ │ ├── NewComponentPage.cpp │ │ ├── NewComponentPage.h │ │ ├── NewDesignPage.cpp │ │ ├── NewDesignPage.h │ │ ├── NewPage.cpp │ │ ├── NewPage.h │ │ ├── NewSWComponentPage.cpp │ │ ├── NewSWComponentPage.h │ │ ├── NewSWDesignPage.cpp │ │ ├── NewSWDesignPage.h │ │ ├── NewSystemPage.cpp │ │ └── NewSystemPage.h │ ├── NewWorkspaceDialog.cpp │ ├── NewWorkspaceDialog.h │ ├── Ribbon/ │ │ ├── Ribbon.cpp │ │ ├── Ribbon.h │ │ ├── RibbonGroup.cpp │ │ ├── RibbonGroup.h │ │ └── RibbonTheme.h │ ├── SaveHierarchy/ │ │ ├── DocumentTreeBuilder.cpp │ │ ├── DocumentTreeBuilder.h │ │ ├── HierarchicalSaveBuildStrategy.cpp │ │ ├── HierarchicalSaveBuildStrategy.h │ │ ├── HierarchicalSaveColumns.h │ │ ├── SaveAsItem.cpp │ │ ├── SaveAsItem.h │ │ ├── SaveHierarchyDelegate.cpp │ │ ├── SaveHierarchyDelegate.h │ │ ├── SaveHierarchyDialog.cpp │ │ └── SaveHierarchyDialog.h │ ├── SplashScreen.cpp │ ├── SplashScreen.h │ ├── WorkspaceSettings.cpp │ ├── WorkspaceSettings.h │ ├── main.cpp │ ├── mainwindow.cpp │ └── mainwindow.h ├── paper.bib ├── paper.md ├── resource.h ├── settings/ │ ├── CodeEditorSettingsPage.cpp │ ├── CodeEditorSettingsPage.h │ ├── ComponentEditorSettingsPage.cpp │ ├── ComponentEditorSettingsPage.h │ ├── FileTypeColumns.h │ ├── FileTypeSettingsPage.cpp │ ├── FileTypeSettingsPage.h │ ├── FileTypesDelegate.cpp │ ├── FileTypesDelegate.h │ ├── FileTypesModel.cpp │ ├── FileTypesModel.h │ ├── GeneralSettingsPage.cpp │ ├── GeneralSettingsPage.h │ ├── NamingPolicySettingsPage.cpp │ ├── NamingPolicySettingsPage.h │ ├── NewPluginsDialog.cpp │ ├── NewPluginsDialog.h │ ├── PluginInfoWidget.cpp │ ├── PluginInfoWidget.h │ ├── PluginSettingsPage.cpp │ ├── PluginSettingsPage.h │ ├── SettingsDialog.cpp │ ├── SettingsDialog.h │ ├── SettingsPage.cpp │ ├── SettingsPage.h │ ├── SettingsUpdater.cpp │ ├── SettingsUpdater.h │ ├── filetypesview.cpp │ ├── filetypesview.h │ ├── k2envvariablesettingspage.cpp │ ├── k2envvariablesettingspage.h │ ├── k2envvarmodel.cpp │ └── k2envvarmodel.h ├── tests/ │ ├── Core/ │ │ ├── ComparatorTest.cpp │ │ ├── ComparatorTest.h │ │ ├── Core.pro │ │ ├── tst_AddressBlockGraphItem.cpp │ │ ├── tst_AddressBlockGraphItem.pri │ │ ├── tst_AddressBlockGraphItem.pro │ │ ├── tst_CommandLineParser.cpp │ │ ├── tst_CommandLineParser.pri │ │ ├── tst_CommandLineParser.pro │ │ ├── tst_ComponentComparator.cpp │ │ ├── tst_ComponentComparator.pri │ │ ├── tst_ComponentComparator.pro │ │ ├── tst_ComponentParameterModel.cpp │ │ ├── tst_ComponentParameterModel.pri │ │ ├── tst_ComponentParameterModel.pro │ │ ├── tst_DocumentGenerator.cpp │ │ ├── tst_DocumentGenerator.pri │ │ ├── tst_DocumentGenerator.pro │ │ ├── tst_DocumentTreeBuilder.cpp │ │ ├── tst_DocumentTreeBuilder.pri │ │ ├── tst_DocumentTreeBuilder.pro │ │ ├── tst_ExpressionEditor.cpp │ │ ├── tst_ExpressionEditor.pri │ │ ├── tst_ExpressionEditor.pro │ │ ├── tst_FieldGraphItem.cpp │ │ ├── tst_FieldGraphItem.pri │ │ ├── tst_FieldGraphItem.pro │ │ ├── tst_HierarchicalSaveBuildStrategy.cpp │ │ ├── tst_HierarchicalSaveBuildStrategy.pri │ │ ├── tst_HierarchicalSaveBuildStrategy.pro │ │ ├── tst_IPXactSystemVerilogParser.cpp │ │ ├── tst_IPXactSystemVerilogParser.pri │ │ ├── tst_IPXactSystemVerilogParser.pro │ │ ├── tst_MarkdownGenerator.cpp │ │ ├── tst_MarkdownGenerator.pri │ │ ├── tst_MarkdownGenerator.pro │ │ ├── tst_MasterSlavePathSearch.cpp │ │ ├── tst_MasterSlavePathSearch.pri │ │ ├── tst_MasterSlavePathSearch.pro │ │ ├── tst_MemoryMapGraphItem.cpp │ │ ├── tst_MemoryMapGraphItem.pri │ │ ├── tst_MemoryMapGraphItem.pro │ │ ├── tst_ParameterCompleter.cpp │ │ ├── tst_ParameterCompleter.pri │ │ ├── tst_ParameterCompleter.pro │ │ ├── tst_ParameterReferenceTree.cpp │ │ ├── tst_ParameterReferenceTree.pri │ │ ├── tst_ParameterReferenceTree.pro │ │ ├── tst_PortComparator.cpp │ │ ├── tst_PortComparator.pri │ │ ├── tst_PortComparator.pro │ │ ├── tst_RegisterGraphItem.cpp │ │ ├── tst_RegisterGraphItem.pri │ │ ├── tst_RegisterGraphItem.pro │ │ ├── tst_SystemVerilogExpressionParser.cpp │ │ ├── tst_SystemVerilogExpressionParser.pri │ │ ├── tst_SystemVerilogExpressionParser.pro │ │ ├── tst_VLNVComparator.cpp │ │ ├── tst_VLNVComparator.pri │ │ ├── tst_VLNVComparator.pro │ │ ├── tst_ValueFormatter.cpp │ │ ├── tst_ValueFormatter.pri │ │ ├── tst_ValueFormatter.pro │ │ ├── tst_ViewComparator.cpp │ │ ├── tst_ViewComparator.pri │ │ └── tst_ViewComparator.pro │ ├── IPXACTmodels/ │ │ ├── AbstractionDefinition/ │ │ │ ├── AbstractionDefinition.pro │ │ │ ├── tst_AbstractionDefinitionReader.cpp │ │ │ ├── tst_AbstractionDefinitionReader.pri │ │ │ ├── tst_AbstractionDefinitionReader.pro │ │ │ ├── tst_AbstractionDefinitionValidator.cpp │ │ │ ├── tst_AbstractionDefinitionValidator.pri │ │ │ ├── tst_AbstractionDefinitionValidator.pro │ │ │ ├── tst_AbstractionDefinitionWriter.cpp │ │ │ ├── tst_AbstractionDefinitionWriter.pri │ │ │ └── tst_AbstractionDefinitionWriter.pro │ │ ├── BusDefinition/ │ │ │ ├── BusDefinition.pro │ │ │ ├── tst_BusDefinitionReader.cpp │ │ │ ├── tst_BusDefinitionReader.pri │ │ │ ├── tst_BusDefinitionReader.pro │ │ │ ├── tst_BusDefinitionValidator.cpp │ │ │ ├── tst_BusDefinitionValidator.pri │ │ │ ├── tst_BusDefinitionValidator.pro │ │ │ ├── tst_BusDefinitionWriter.cpp │ │ │ ├── tst_BusDefinitionWriter.pri │ │ │ └── tst_BusDefinitionWriter.pro │ │ ├── Catalog/ │ │ │ ├── Catalog.pro │ │ │ ├── tst_CatalogReader.cpp │ │ │ ├── tst_CatalogReader.pri │ │ │ ├── tst_CatalogReader.pro │ │ │ ├── tst_CatalogValidator.cpp │ │ │ ├── tst_CatalogValidator.pri │ │ │ ├── tst_CatalogValidator.pro │ │ │ ├── tst_CatalogWriter.cpp │ │ │ ├── tst_CatalogWriter.pri │ │ │ └── tst_CatalogWriter.pro │ │ ├── Component/ │ │ │ ├── Component.pro │ │ │ ├── tst_AccessPolicyReader.cpp │ │ │ ├── tst_AccessPolicyReader.pri │ │ │ ├── tst_AccessPolicyReader.pro │ │ │ ├── tst_AccessPolicyWriter.cpp │ │ │ ├── tst_AccessPolicyWriter.pri │ │ │ ├── tst_AccessPolicyWriter.pro │ │ │ ├── tst_AddressBlockReader.cpp │ │ │ ├── tst_AddressBlockReader.pri │ │ │ ├── tst_AddressBlockReader.pro │ │ │ ├── tst_AddressBlockValidator.cpp │ │ │ ├── tst_AddressBlockValidator.pri │ │ │ ├── tst_AddressBlockValidator.pro │ │ │ ├── tst_AddressBlockWriter.cpp │ │ │ ├── tst_AddressBlockWriter.pri │ │ │ ├── tst_AddressBlockWriter.pro │ │ │ ├── tst_AddressSpaceReader.cpp │ │ │ ├── tst_AddressSpaceReader.pri │ │ │ ├── tst_AddressSpaceReader.pro │ │ │ ├── tst_AddressSpaceValidator.cpp │ │ │ ├── tst_AddressSpaceValidator.pri │ │ │ ├── tst_AddressSpaceValidator.pro │ │ │ ├── tst_AddressSpaceWriter.cpp │ │ │ ├── tst_AddressSpaceWriter.pri │ │ │ ├── tst_AddressSpaceWriter.pro │ │ │ ├── tst_BusInterfacePortMapValidator.cpp │ │ │ ├── tst_BusInterfacePortMapValidator.pri │ │ │ ├── tst_BusInterfacePortMapValidator.pro │ │ │ ├── tst_BusInterfaceReader.cpp │ │ │ ├── tst_BusInterfaceReader.pri │ │ │ ├── tst_BusInterfaceReader.pro │ │ │ ├── tst_BusInterfaceValidator.cpp │ │ │ ├── tst_BusInterfaceValidator.pri │ │ │ ├── tst_BusInterfaceValidator.pro │ │ │ ├── tst_BusInterfaceWriter.cpp │ │ │ ├── tst_BusInterfaceWriter.pri │ │ │ ├── tst_BusInterfaceWriter.pro │ │ │ ├── tst_CPUReader.cpp │ │ │ ├── tst_CPUReader.pri │ │ │ ├── tst_CPUReader.pro │ │ │ ├── tst_CPUValidator.cpp │ │ │ ├── tst_CPUValidator.pri │ │ │ ├── tst_CPUValidator.pro │ │ │ ├── tst_CPUWriter.cpp │ │ │ ├── tst_CPUWriter.pri │ │ │ ├── tst_CPUWriter.pro │ │ │ ├── tst_ChannelReader.cpp │ │ │ ├── tst_ChannelReader.pri │ │ │ ├── tst_ChannelReader.pro │ │ │ ├── tst_ChannelValidator.cpp │ │ │ ├── tst_ChannelValidator.pri │ │ │ ├── tst_ChannelValidator.pro │ │ │ ├── tst_ChannelWriter.cpp │ │ │ ├── tst_ChannelWriter.pri │ │ │ ├── tst_ChannelWriter.pro │ │ │ ├── tst_ChoiceReader.cpp │ │ │ ├── tst_ChoiceReader.pri │ │ │ ├── tst_ChoiceReader.pro │ │ │ ├── tst_ChoiceValidator.cpp │ │ │ ├── tst_ChoiceValidator.pri │ │ │ ├── tst_ChoiceValidator.pro │ │ │ ├── tst_ChoiceWriter.cpp │ │ │ ├── tst_ChoiceWriter.pri │ │ │ ├── tst_ChoiceWriter.pro │ │ │ ├── tst_ComponentGeneratorReader.cpp │ │ │ ├── tst_ComponentGeneratorReader.pri │ │ │ ├── tst_ComponentGeneratorReader.pro │ │ │ ├── tst_ComponentGeneratorValidator.cpp │ │ │ ├── tst_ComponentGeneratorValidator.pri │ │ │ ├── tst_ComponentGeneratorValidator.pro │ │ │ ├── tst_ComponentGeneratorWriter.cpp │ │ │ ├── tst_ComponentGeneratorWriter.pri │ │ │ ├── tst_ComponentGeneratorWriter.pro │ │ │ ├── tst_ComponentPortReader.cpp │ │ │ ├── tst_ComponentPortReader.pri │ │ │ ├── tst_ComponentPortReader.pro │ │ │ ├── tst_ComponentPortValidator.cpp │ │ │ ├── tst_ComponentPortValidator.pri │ │ │ ├── tst_ComponentPortValidator.pro │ │ │ ├── tst_ComponentPortWriter.cpp │ │ │ ├── tst_ComponentPortWriter.pri │ │ │ ├── tst_ComponentPortWriter.pro │ │ │ ├── tst_ComponentReader.cpp │ │ │ ├── tst_ComponentReader.pri │ │ │ ├── tst_ComponentReader.pro │ │ │ ├── tst_ComponentValidator.cpp │ │ │ ├── tst_ComponentValidator.pri │ │ │ ├── tst_ComponentValidator.pro │ │ │ ├── tst_ComponentWriter.cpp │ │ │ ├── tst_ComponentWriter.pri │ │ │ ├── tst_ComponentWriter.pro │ │ │ ├── tst_EnumeratedValueReader.cpp │ │ │ ├── tst_EnumeratedValueReader.pri │ │ │ ├── tst_EnumeratedValueReader.pro │ │ │ ├── tst_EnumeratedValueValidator.cpp │ │ │ ├── tst_EnumeratedValueValidator.pri │ │ │ ├── tst_EnumeratedValueValidator.pro │ │ │ ├── tst_EnumeratedValueWriter.cpp │ │ │ ├── tst_EnumeratedValueWriter.pri │ │ │ ├── tst_EnumeratedValueWriter.pro │ │ │ ├── tst_FieldAccessPolicyReader.cpp │ │ │ ├── tst_FieldAccessPolicyReader.pri │ │ │ ├── tst_FieldAccessPolicyReader.pro │ │ │ ├── tst_FieldAccessPolicyValidator.cpp │ │ │ ├── tst_FieldAccessPolicyValidator.pri │ │ │ ├── tst_FieldAccessPolicyValidator.pro │ │ │ ├── tst_FieldAccessPolicyWriter.cpp │ │ │ ├── tst_FieldAccessPolicyWriter.pri │ │ │ ├── tst_FieldAccessPolicyWriter.pro │ │ │ ├── tst_FieldReader.cpp │ │ │ ├── tst_FieldReader.pri │ │ │ ├── tst_FieldReader.pro │ │ │ ├── tst_FieldReferenceReader.cpp │ │ │ ├── tst_FieldReferenceReader.pri │ │ │ ├── tst_FieldReferenceReader.pro │ │ │ ├── tst_FieldReferenceValidator.cpp │ │ │ ├── tst_FieldReferenceValidator.pri │ │ │ ├── tst_FieldReferenceValidator.pro │ │ │ ├── tst_FieldReferenceWriter.cpp │ │ │ ├── tst_FieldReferenceWriter.pri │ │ │ ├── tst_FieldReferenceWriter.pro │ │ │ ├── tst_FieldValidator.cpp │ │ │ ├── tst_FieldValidator.pri │ │ │ ├── tst_FieldValidator.pro │ │ │ ├── tst_FieldWriter.cpp │ │ │ ├── tst_FieldWriter.pri │ │ │ ├── tst_FieldWriter.pro │ │ │ ├── tst_FileReader.cpp │ │ │ ├── tst_FileReader.pri │ │ │ ├── tst_FileReader.pro │ │ │ ├── tst_FileSetReader.cpp │ │ │ ├── tst_FileSetReader.pri │ │ │ ├── tst_FileSetReader.pro │ │ │ ├── tst_FileSetValidator.cpp │ │ │ ├── tst_FileSetValidator.pri │ │ │ ├── tst_FileSetValidator.pro │ │ │ ├── tst_FileSetWriter.cpp │ │ │ ├── tst_FileSetWriter.pri │ │ │ ├── tst_FileSetWriter.pro │ │ │ ├── tst_FileValidator.cpp │ │ │ ├── tst_FileValidator.pri │ │ │ ├── tst_FileValidator.pro │ │ │ ├── tst_FileWriter.cpp │ │ │ ├── tst_FileWriter.pri │ │ │ ├── tst_FileWriter.pro │ │ │ ├── tst_IndirectInterfaceReader.cpp │ │ │ ├── tst_IndirectInterfaceReader.pri │ │ │ ├── tst_IndirectInterfaceReader.pro │ │ │ ├── tst_IndirectInterfaceValidator.cpp │ │ │ ├── tst_IndirectInterfaceValidator.pri │ │ │ ├── tst_IndirectInterfaceValidator.pro │ │ │ ├── tst_IndirectInterfaceWriter.cpp │ │ │ ├── tst_IndirectInterfaceWriter.pri │ │ │ ├── tst_IndirectInterfaceWriter.pro │ │ │ ├── tst_InstantiationsReader.cpp │ │ │ ├── tst_InstantiationsReader.pri │ │ │ ├── tst_InstantiationsReader.pro │ │ │ ├── tst_InstantiationsValidator.cpp │ │ │ ├── tst_InstantiationsValidator.pri │ │ │ ├── tst_InstantiationsValidator.pro │ │ │ ├── tst_InstantiationsWriter.cpp │ │ │ ├── tst_InstantiationsWriter.pri │ │ │ ├── tst_InstantiationsWriter.pro │ │ │ ├── tst_MemoryArrayReader.cpp │ │ │ ├── tst_MemoryArrayReader.pri │ │ │ ├── tst_MemoryArrayReader.pro │ │ │ ├── tst_MemoryArrayValidator.cpp │ │ │ ├── tst_MemoryArrayValidator.pri │ │ │ ├── tst_MemoryArrayValidator.pro │ │ │ ├── tst_MemoryArrayWriter.cpp │ │ │ ├── tst_MemoryArrayWriter.pri │ │ │ ├── tst_MemoryArrayWriter.pro │ │ │ ├── tst_MemoryMapBaseReader.cpp │ │ │ ├── tst_MemoryMapBaseReader.pri │ │ │ ├── tst_MemoryMapBaseReader.pro │ │ │ ├── tst_MemoryMapBaseValidator.cpp │ │ │ ├── tst_MemoryMapBaseValidator.pri │ │ │ ├── tst_MemoryMapBaseValidator.pro │ │ │ ├── tst_MemoryMapBaseWriter.cpp │ │ │ ├── tst_MemoryMapBaseWriter.pri │ │ │ ├── tst_MemoryMapBaseWriter.pro │ │ │ ├── tst_MemoryMapReader.cpp │ │ │ ├── tst_MemoryMapReader.pri │ │ │ ├── tst_MemoryMapReader.pro │ │ │ ├── tst_MemoryMapValidator.cpp │ │ │ ├── tst_MemoryMapValidator.pri │ │ │ ├── tst_MemoryMapValidator.pro │ │ │ ├── tst_MemoryMapWriter.cpp │ │ │ ├── tst_MemoryMapWriter.pri │ │ │ ├── tst_MemoryMapWriter.pro │ │ │ ├── tst_ModeReader.cpp │ │ │ ├── tst_ModeReader.pri │ │ │ ├── tst_ModeReader.pro │ │ │ ├── tst_ModeValidator.cpp │ │ │ ├── tst_ModeValidator.pri │ │ │ ├── tst_ModeValidator.pro │ │ │ ├── tst_ModeWriter.cpp │ │ │ ├── tst_ModeWriter.pri │ │ │ ├── tst_ModeWriter.pro │ │ │ ├── tst_OtherClockDriverReader.cpp │ │ │ ├── tst_OtherClockDriverReader.pri │ │ │ ├── tst_OtherClockDriverReader.pro │ │ │ ├── tst_OtherClockDriverValidator.cpp │ │ │ ├── tst_OtherClockDriverValidator.pri │ │ │ ├── tst_OtherClockDriverValidator.pro │ │ │ ├── tst_OtherClockDriverWriter.cpp │ │ │ ├── tst_OtherClockDriverWriter.pri │ │ │ ├── tst_OtherClockDriverWriter.pro │ │ │ ├── tst_ParameterReader.cpp │ │ │ ├── tst_ParameterReader.pri │ │ │ ├── tst_ParameterReader.pro │ │ │ ├── tst_ParameterValidator.cpp │ │ │ ├── tst_ParameterValidator.pri │ │ │ ├── tst_ParameterValidator.pro │ │ │ ├── tst_ParameterWriter.cpp │ │ │ ├── tst_ParameterWriter.pri │ │ │ ├── tst_ParameterWriter.pro │ │ │ ├── tst_PowerDomainReader.cpp │ │ │ ├── tst_PowerDomainReader.pri │ │ │ ├── tst_PowerDomainReader.pro │ │ │ ├── tst_PowerDomainValidator.cpp │ │ │ ├── tst_PowerDomainValidator.pri │ │ │ ├── tst_PowerDomainValidator.pro │ │ │ ├── tst_PowerDomainWriter.cpp │ │ │ ├── tst_PowerDomainWriter.pri │ │ │ ├── tst_PowerDomainWriter.pro │ │ │ ├── tst_RegisterFileValidator.cpp │ │ │ ├── tst_RegisterFileValidator.pri │ │ │ ├── tst_RegisterFileValidator.pro │ │ │ ├── tst_RegisterReader.cpp │ │ │ ├── tst_RegisterReader.pri │ │ │ ├── tst_RegisterReader.pro │ │ │ ├── tst_RegisterValidator.cpp │ │ │ ├── tst_RegisterValidator.pri │ │ │ ├── tst_RegisterValidator.pro │ │ │ ├── tst_RegisterWriter.cpp │ │ │ ├── tst_RegisterWriter.pri │ │ │ ├── tst_RegisterWriter.pro │ │ │ ├── tst_RemapStateReader.cpp │ │ │ ├── tst_RemapStateReader.pri │ │ │ ├── tst_RemapStateReader.pro │ │ │ ├── tst_RemapStateValidator.cpp │ │ │ ├── tst_RemapStateValidator.pri │ │ │ ├── tst_RemapStateValidator.pro │ │ │ ├── tst_RemapStateWriter.cpp │ │ │ ├── tst_RemapStateWriter.pri │ │ │ ├── tst_RemapStateWriter.pro │ │ │ ├── tst_ViewReader.cpp │ │ │ ├── tst_ViewReader.pri │ │ │ ├── tst_ViewReader.pro │ │ │ ├── tst_ViewValidator.cpp │ │ │ ├── tst_ViewValidator.pri │ │ │ ├── tst_ViewValidator.pro │ │ │ ├── tst_ViewWriter.cpp │ │ │ ├── tst_ViewWriter.pri │ │ │ └── tst_ViewWriter.pro │ │ ├── Design/ │ │ │ ├── Design.pro │ │ │ ├── tst_DesignReader.cpp │ │ │ ├── tst_DesignReader.pri │ │ │ ├── tst_DesignReader.pro │ │ │ ├── tst_DesignValidator.cpp │ │ │ ├── tst_DesignValidator.pri │ │ │ ├── tst_DesignValidator.pro │ │ │ ├── tst_DesignWriter.cpp │ │ │ ├── tst_DesignWriter.pri │ │ │ └── tst_DesignWriter.pro │ │ ├── DesignConfiguration/ │ │ │ ├── DesignConfiguration.pro │ │ │ ├── tst_DesignConfigurationReader.cpp │ │ │ ├── tst_DesignConfigurationReader.pri │ │ │ ├── tst_DesignConfigurationReader.pro │ │ │ ├── tst_DesignConfigurationValidator.cpp │ │ │ ├── tst_DesignConfigurationValidator.pri │ │ │ ├── tst_DesignConfigurationValidator.pro │ │ │ ├── tst_DesignConfigurationWriter.cpp │ │ │ ├── tst_DesignConfigurationWriter.pri │ │ │ └── tst_DesignConfigurationWriter.pro │ │ ├── IPXACTmodels.pro │ │ └── KactusExtensions/ │ │ ├── KactusExtensions.pro │ │ ├── tst_ApiDefinitionReader.cpp │ │ ├── tst_ApiDefinitionReader.pri │ │ ├── tst_ApiDefinitionReader.pro │ │ ├── tst_ApiDefinitionValidator.cpp │ │ ├── tst_ApiDefinitionValidator.pri │ │ ├── tst_ApiDefinitionValidator.pro │ │ ├── tst_ApiDefinitionWriter.cpp │ │ ├── tst_ApiDefinitionWriter.pri │ │ ├── tst_ApiDefinitionWriter.pro │ │ ├── tst_ComDefinitionReader.cpp │ │ ├── tst_ComDefinitionReader.pri │ │ ├── tst_ComDefinitionReader.pro │ │ ├── tst_ComDefinitionValidator.cpp │ │ ├── tst_ComDefinitionValidator.pri │ │ ├── tst_ComDefinitionValidator.pro │ │ ├── tst_ComDefinitionWriter.cpp │ │ ├── tst_ComDefinitionWriter.pri │ │ └── tst_ComDefinitionWriter.pro │ ├── KactusAPI/ │ │ ├── KactusAPI.pro │ │ ├── tst_ModeConditionParser.cpp │ │ ├── tst_ModeConditionParser.pri │ │ └── tst_ModeConditionParser.pro │ ├── MockObjects/ │ │ ├── DesignWidgetFactoryMock.cpp │ │ ├── DesignWidgetFactoryMock.h │ │ ├── HWDesignWidgetMock.cpp │ │ ├── HWDesignWidgetMock.h │ │ ├── LibraryMock.cpp │ │ ├── LibraryMock.h │ │ ├── PluginMock.cpp │ │ └── PluginMock.h │ ├── Plugins/ │ │ ├── CppSourceAnalyzer/ │ │ │ ├── tst_CppSourceAnalyzer.cpp │ │ │ ├── tst_CppSourceAnalyzer.pri │ │ │ └── tst_CppSourceAnalyzer.pro │ │ ├── LinuxDeviceTreeGenerator/ │ │ │ ├── tst_LinuxDeviceTreeGenerator.cpp │ │ │ ├── tst_LinuxDeviceTreeGenerator.pri │ │ │ └── tst_LinuxDeviceTreeGenerator.pro │ │ ├── MakefileGenerator/ │ │ │ ├── tst_MakefileGenerator.cpp │ │ │ ├── tst_MakefileGenerator.pri │ │ │ └── tst_MakefileGenerator.pro │ │ ├── MemoryMapHeaderGenerator/ │ │ │ ├── tst_MemoryMapHeaderGenerator.cpp │ │ │ ├── tst_MemoryMapHeaderGenerator.pri │ │ │ └── tst_MemoryMapHeaderGenerator.pro │ │ ├── MemoryViewGenerator/ │ │ │ ├── tst_MemoryViewGenerator.cpp │ │ │ ├── tst_MemoryViewGenerator.pri │ │ │ └── tst_MemoryViewGenerator.pro │ │ ├── Plugins.pro │ │ ├── QuartusProjectGenerator/ │ │ │ ├── tst_QuartusProjectGenerator.cpp │ │ │ ├── tst_QuartusProjectGenerator.pri │ │ │ └── tst_QuartusProjectGenerator.pro │ │ ├── VHDLimport/ │ │ │ ├── VHDLimport.pro │ │ │ ├── tst_VHDLGenericParser.cpp │ │ │ ├── tst_VHDLGenericParser.pri │ │ │ ├── tst_VHDLGenericParser.pro │ │ │ ├── tst_VHDLPortParser.cpp │ │ │ ├── tst_VHDLPortParser.pri │ │ │ ├── tst_VHDLPortParser.pro │ │ │ ├── tst_VHDLimport.cpp │ │ │ ├── tst_VHDLimport.pri │ │ │ └── tst_VHDLimport.pro │ │ ├── VerilogGenerator/ │ │ │ ├── VerilogGenerator.pro │ │ │ ├── tst_CommentWriter.cpp │ │ │ ├── tst_CommentWriter.pri │ │ │ ├── tst_CommentWriter.pro │ │ │ ├── tst_ImplementationSelection.cpp │ │ │ ├── tst_ImplementationSelection.pri │ │ │ ├── tst_ImplementationSelection.pro │ │ │ ├── tst_InterfaceDirectionNameSorter.cpp │ │ │ ├── tst_InterfaceDirectionNameSorter.pri │ │ │ ├── tst_InterfaceDirectionNameSorter.pro │ │ │ ├── tst_VerilogHeaderWriter.cpp │ │ │ ├── tst_VerilogHeaderWriter.pri │ │ │ ├── tst_VerilogHeaderWriter.pro │ │ │ ├── tst_VerilogWriterFactory.cpp │ │ │ ├── tst_VerilogWriterFactory.pri │ │ │ └── tst_VerilogWriterFactory.pro │ │ ├── VerilogImport/ │ │ │ ├── VerilogImport.pro │ │ │ ├── tst_HDLParser.cpp │ │ │ ├── tst_HDLParser.pri │ │ │ ├── tst_HDLParser.pro │ │ │ ├── tst_VerilogImporter.cpp │ │ │ ├── tst_VerilogImporter.pri │ │ │ ├── tst_VerilogImporter.pro │ │ │ ├── tst_VerilogParameterParser.cpp │ │ │ ├── tst_VerilogParameterParser.pri │ │ │ ├── tst_VerilogParameterParser.pro │ │ │ ├── tst_VerilogPortParser.cpp │ │ │ ├── tst_VerilogPortParser.pri │ │ │ └── tst_VerilogPortParser.pro │ │ ├── VerilogIncludeImport/ │ │ │ ├── tst_VerilogIncludeImport.cpp │ │ │ ├── tst_VerilogIncludeImport.pri │ │ │ └── tst_VerilogIncludeImport.pro │ │ └── VerilogSourceAnalyzer/ │ │ ├── tst_VerilogSourceAnalyzer.cpp │ │ ├── tst_VerilogSourceAnalyzer.pri │ │ └── tst_VerilogSourceAnalyzer.pro │ ├── configure_msvc_solution.bat │ ├── library/ │ │ ├── tst_LibraryHandler.cpp │ │ ├── tst_LibraryHandler.pri │ │ └── tst_LibraryHandler.pro │ ├── pro_templates/ │ │ ├── subdirs.pro │ │ ├── tst_Module.cpp │ │ ├── tst_Module.pri │ │ └── tst_Module.pro │ └── test_all.pro ├── version.h └── wizards/ ├── BusInterfaceWizard/ │ ├── BusInterfaceWizard.cpp │ ├── BusInterfaceWizard.h │ ├── BusInterfaceWizardAbsDefinitionPage.cpp │ ├── BusInterfaceWizardAbsDefinitionPage.h │ ├── BusInterfaceWizardBusDefinitionPage.cpp │ ├── BusInterfaceWizardBusDefinitionPage.h │ ├── BusInterfaceWizardConclusionPage.cpp │ ├── BusInterfaceWizardConclusionPage.h │ ├── BusInterfaceWizardGeneralOptionsPage.cpp │ ├── BusInterfaceWizardGeneralOptionsPage.h │ ├── BusInterfaceWizardIntroPage.cpp │ ├── BusInterfaceWizardIntroPage.h │ ├── BusInterfaceWizardPortMapPage.cpp │ └── BusInterfaceWizardPortMapPage.h ├── ComponentWizard/ │ ├── ComponentWizard.cpp │ ├── ComponentWizard.h │ ├── ComponentWizardConclusionPage.cpp │ ├── ComponentWizardConclusionPage.h │ ├── ComponentWizardDependencyPage.cpp │ ├── ComponentWizardDependencyPage.h │ ├── ComponentWizardGeneralInfoPage.cpp │ ├── ComponentWizardGeneralInfoPage.h │ ├── ComponentWizardImportPage.cpp │ ├── ComponentWizardImportPage.h │ ├── ComponentWizardIntroPage.cpp │ ├── ComponentWizardIntroPage.h │ ├── ComponentWizardPages.h │ ├── ComponentWizardViewsPage.cpp │ ├── ComponentWizardViewsPage.h │ ├── ImportEditor.cpp │ ├── ImportEditor.h │ ├── InstanceData.h │ ├── ViewListModel.cpp │ └── ViewListModel.h ├── ImportWizard/ │ ├── ImportInstancesEditor/ │ │ ├── ImportInstancesColumns.h │ │ ├── ImportInstancesDelegate.cpp │ │ ├── ImportInstancesDelegate.h │ │ ├── ImportInstancesEditor.cpp │ │ └── ImportInstancesEditor.h │ ├── ImportWizard.cpp │ ├── ImportWizard.h │ ├── ImportWizardImportPage.cpp │ ├── ImportWizardImportPage.h │ ├── ImportWizardInstancesPage.cpp │ ├── ImportWizardInstancesPage.h │ ├── ImportWizardIntroPage.cpp │ ├── ImportWizardIntroPage.h │ └── ImportWizardPages.h └── common/ ├── ComponentComparator/ │ ├── ComponentComparator.cpp │ └── ComponentComparator.h ├── ComponentDiffWidget/ │ ├── ComponentDiffWidget.cpp │ └── ComponentDiffWidget.h ├── IPXactDiff.cpp ├── IPXactDiff.h ├── IPXactElementComparator.h ├── IPXactElementComparator.inl ├── ListComparator.h ├── ListComparator.inl ├── ModuleParameterComparator/ │ ├── ModuleParameterComparator.cpp │ └── ModuleParameterComparator.h ├── ParameterComparator/ │ ├── ParameterComparator.cpp │ └── ParameterComparator.h ├── PortComparator/ │ ├── PortComparator.cpp │ └── PortComparator.h ├── VLNVComparator/ │ ├── VLNVComparator.cpp │ └── VLNVComparator.h └── ViewComparator/ ├── ViewComparator.cpp └── ViewComparator.h ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/workflows/check_build.yml ================================================ name: Check.Build on: [push] jobs: build_linux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install Qt uses: jurplel/install-qt-action@v2 with: version: 6.2.4 - name: Configure build run: ./configure - name: Build sources run: make -j4 - name: Install run: sudo make install # build_win64: # # runs-on: windows-latest # # steps: # - uses: actions/checkout@v1 # - name: Setup MSBuild # uses: microsoft/setup-msbuild@v1 # - name: Install Qt # uses: jurplel/install-qt-action@v2 # with: # version: 6.2.4 # - name: Build sources # run: | # $Env:PYTHON_DIR = $Env:RUNNER_TOOL_CACHE/Python/ # $Env:QTDIR = $Env:Qt5_Dir # msbuild -m:4 -p:Configuration=Release -p:Platform=x64 Kactus2_Solution_vs2017.sln ================================================ FILE: .github/workflows/code_analysis.yml ================================================ name: Code.Analysis on: [push] jobs: test_and_sonar_analysis: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Qt uses: jurplel/install-qt-action@v2 with: version: 6.2.4 - name: Setup sonar-scanner uses: Warchant/setup-sonar-scanner@v3 with: # Sonar-scanner version version: 4.2.0.1873 - name: Setup build wrapper for sonar-scanner run: | wget https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip unzip build-wrapper-linux-x86 - name: Configure build run: ./configure - name: Build sources run: build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output make -j4 - name: Install shared libraries run: | sudo make -j 4 -C IPXACTmodels install sudo make -j 4 -C KactusAPI install sudo bash -c 'echo /usr/lib64/ > /etc/ld.so.conf.d/kactus2.conf; ldconfig' - name: Build tests # Build without -j to avoid colliding on compiling objects shared between tests. run: | cd tests qmake test_all.pro make - name: Run tests run : make -C tests check # - name: Run sonar-scanner # run: | # echo 'SONARQUBE_LOGIN=${{ secrets.SONAR_LOGIN }}' >> $GITHUB_ENV # echo 'GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}' >> $GITHUB_ENV # sonar-scanner -Dsonar.cfamily.threads=2 -Dsonar.projectKey=kactus2 -Dsonar.organization="epekkar-github" -Dsonar.host.url="https://sonarcloud.io" -Dsonar.login=${{env.SONARQUBE_LOGIN}}} -Dsonar.language=c++ -Dsonar.cxx.suffixes.sources=.cxx,.cpp,.cc,.c,.inl -Dsonar.sources=. -Dsonar.cfamily.build-wrapper-output=bw-output -Dsonar.exclusions=**/qrc_*,tests/**/*,**/?eneratedFiles/**/* ================================================ FILE: .github/workflows/deploy_docs.yml ================================================ name: Generate and deploy docs on: push: branches: - main env: DOXYGEN_VERSION: '1.13.2' DOXYFILE_PATH: ./kactus2dev/Administrative/docs/Doxyfile jobs: generate-docs: runs-on: ubuntu-latest steps: - name: Set up Doxygen run: | echo $(pwd) sudo apt install -y wget wget -nv https://www.doxygen.nl/files/doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz tar -xzf doxygen-$DOXYGEN_VERSION.linux.bin.tar.gz echo "$(pwd)/doxygen-$DOXYGEN_VERSION/bin" >> $GITHUB_PATH - name: Checkout kactus2 repository uses: actions/checkout@v4 with: repository: kactus2/kactus2dev token: ${{ secrets.GITHUB_TOKEN }} path: kactus2dev - name: Generate Doxygen documentation run: doxygen $DOXYFILE_PATH - name: Checkout target repo uses: actions/checkout@v4 with: repository: kactus2/kactus2.github.io token: ${{ secrets.PAGES_REPO_PAT }} path: kactus2.github.io - name: Copy documentation to target repository run: | cd kactus2.github.io git rm -rf . git clean -fxd touch .nojekyll cd .. mkdir kactus2.github.io/reference-guide cp -r docs/html/* kactus2.github.io/reference-guide cp kactus2dev/Administrative/docs/index.html kactus2.github.io - name: Commit and push changes run: | cd kactus2.github.io echo "Checking for changes..." git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add . if git diff --cached --quiet; then echo "No changes detected, aborting push" else echo "Changes detected, proceeding with commit and push." git commit -m 'Update Doxygen documentation' git push fi shell: bash # - name: Publish pages # uses: actions/github-pages ================================================ FILE: .gitignore ================================================ # Ignore all generated project files in tests tests/**/*.vcxproj tests/**/*.vcxproj.filters tests/**/*.vcxproj.user tests/**/debug/ tests/**/.vs tests/**/release Plugins/**/Debug Plugins/**/Release Plugins/**/x64 Plugins/**/*.vcxproj.user x64/ KactusAPI/x64/ IPXACTmodels/x64/ IPXACTmodels/GeneratedFiles PythonAPI/x64/ GeneratedFiles/ .vs .qtc_clangd moc_* *.o *.obj *.tlog ================================================ FILE: .qmake.conf ================================================ # Change LOCAL_INSTALL_DIR to set user-specific installation directory. # If empty, will be considered as an installation for all users, requiring admin-privileges. LOCAL_INSTALL_DIR="" # # Python configuration: # PYTHON_CONFIG=python3-config # Change PYTHON_C_FLAGS and PYTHON_LIBS below only, if setting PYTHON_CONFIG on the line above # does not work. # PYTHON_C_FLAGS contains the compiler flags needed to compile with references to Python. # Here only the include directories are included in the flags, but you may need to change this, # if the compilation fails. # PYTHON_LIBS contains the library names and locations (-l and -L flags) needed in linking # with Python. PYTHON_C_FLAGS=$$system($$PYTHON_CONFIG --cflags --embed | grep -o -e "-I[^[:space:]]*" | uniq) PYTHON_LIBS=$$system($$PYTHON_CONFIG --ldflags --embed | grep -o -e "-[lL][^[:space:]]*") # # Install location details: # isEmpty(LOCAL_INSTALL_DIR) { # Select paths for binaries in accordance with convention according to system bitness. bin_path = /usr/bin lib_path = /usr/lib UNAME = $$system(uname -m) equals(UNAME, x86_64): lib_path = /usr/lib64 plugin_path = /usr/share/kactus2/plugins # Files and destination path for possible settings file upgrades. unix:upgrade.path = /usr/share/kactus2 # Files and destination path for documentation files other than the manual. unix:doc.path = /usr/share/kactus2/doc # Files and destination path for the manual. unix:help.path = /usr/share/kactus2/help # Files and destination path for the IP-XACT files coming with an installation. unix:library.path = /usr/share/kactus2/library # Files and destination path for the icons. unix:icons.path = /usr/share/pixmaps # Files and destination path for the desktop shortcut. unix:desktop.path = /usr/share/applications # Destination path for default configuration. unix:config.path = /etc/xdg/TUT } else { # Binaries shall be located in the root of the target installation directory. bin_path = $$LOCAL_INSTALL_DIR lib_path = $$LOCAL_INSTALL_DIR plugin_path = $$LOCAL_INSTALL_DIR/Plugins # Files and destination path for possible settings file upgrades. unix:upgrade.path = $$LOCAL_INSTALL_DIR # Files and destination path for documentation files other than the manual. unix:doc.path = $$LOCAL_INSTALL_DIR # Files and destination path for the manual. unix:help.path = $$LOCAL_INSTALL_DIR/Help # Files and destination path for the IP-XACT files coming with an installation. unix:library.path = $$LOCAL_INSTALL_DIR/Library # Files and destination path for the icons. unix:icons.path = $$LOCAL_INSTALL_DIR/pixmaps # Files and destination path for the desktop shortcut. unix:desktop.path = ~/.local/share/applications # Destination path for default configuration. unix:config.path = ~/.config/ } # Do not change the files definitions below. unix:upgrade.files = ./Administrative/releaseFiles/upgrade.cfg unix:doc.files = ./Administrative/releaseFiles/*.txt unix:help.files = ./Help/Kactus2Help.qch ./Help/Kactus2Help.qhc unix:library.files = ./Administrative/releaseFiles/Library/* unix:icons.files = ./Administrative/releaseFiles/kactus2.xpm ./Administrative/releaseFiles/kactus2.png unix:desktop.files = ./Administrative/releaseFiles/kactus2.desktop ================================================ FILE: Administrative/Qt64/Qt64 Build Instructions.txt ================================================ In order to build 64-bit version of Kactus2, 64-bit compiled version of Qt libraries is needed. 64-bit precompiled binaries are not available for VS2010 at Qt site (http://qt-project.org/downloads). This file explains the procedure of building 64-bit Qt with VS2010. ------------- Prerequisites ------------- In order to build 64-bit version of Qt 5.x, install the prerequisites in the following order: * Visual Studio 2010 SP1 * Windows SDK 7.1 * Visual C++ 2010 SP1 Compiler Update for Windows SDK 7.1 http://www.microsoft.com/en-us/download/details.aspx?id=4422 * DirectX SDK (June 2010) * Strawberry Perl (zip version) * Python 2.7.3 * ICU libraries Win64 http://site.icu-project.org/download/50#TOC-ICU4C-Download After installation, add the following folders to PATH: PERL_LOCATION\bin PERL_LOCATION\site\bin ICU_LOCATION\bin64 PYTHON_LOCATION PYTHON_LOCATION\DLLs ----------- Compilation ----------- 1. Download (http://qt-project.org/downloads) and unpack the source version of Qt. 2. Copy qt_configure_vs2010.bat to the root folder of the unpacked source. 3. Start up Visual Studio 2010 x64 Win64 Command Prompt: Start > Programs > Microsoft Visual Studio 2010 > Visual Studio Tools > Visual Studio 2010 x64 Win64 Command Prompt (2010) 4. Go to the source root folder. 5. Run the following commands: qt64_configure_vs2010 nmake In case of problems, please refer to: http://www.holoborodko.com/pavel/2011/02/01/how-to-compile-qt-4-7-with-visual-studio-2010/ ================================================ FILE: Administrative/Qt64/qt64_configure_vs2010.bat ================================================ @echo off set QTDIR=%CD%\qtbase set QMAKESPEC=win32-msvc2010 set PATH=%QTDIR%\bin;%PATH% configure -debug-and-release -opensource -platform win32-msvc2010 -mp -make examples -make tools ================================================ FILE: Administrative/development/FolderStructure.txt ================================================ This document describes the high level directory organization of Kactus2. The root directory (trunk) is organized as follows: Administrative Documentation, guidelines for development and release files. common Files meant for application-wide use. debug* Generated files for 32-bit debug build. designEditors Editors for designs e.g. HW design. editors Editors for manipulating e.g. Component Editor. executable Binaries and libraries for 32-bit build. GeneratedFiles* Generated files for Qt MOC objects. Help Help system and help pages. ipch* Visual Studio generated iPCH headers. IPXACTmodels Implementation of IP-XACT components. kactusGenerators Kactus2 specific generators. library Component library. mainwindow The application main window. Plugins Plugin system and Kactus2 default plugins. release* Generated files for 32-bit release build. settings Application-wide settings. wizards Assistant wizards e.g. for component creation. x64* Generated files for 64-bit build. Folders marked with an asterisk (*) are used mostly for build and can be deleted by user if not needed. The directories may contain subdirectories named common for sharing files within the directory. For example designEditors/common contains editors used by HW, SW and System design. ================================================ FILE: Administrative/docs/Doxyfile ================================================ # Doxyfile 1.12.0 #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Kactus2" PROJECT_NUMBER = PROJECT_BRIEF = "Kactus2 reference guide" PROJECT_LOGO = ./kactus2dev/common/graphics/appicon.png PROJECT_ICON = ./kactus2dev/appicon.ico OUTPUT_DIRECTORY = ./docs CREATE_SUBDIRS = NO CREATE_SUBDIRS_LEVEL = 8 ALLOW_UNICODE_NAMES = NO OUTPUT_LANGUAGE = English BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ABBREVIATE_BRIEF = "The $name class" \ "The $name widget" \ "The $name file" \ is \ provides \ specifies \ contains \ represents \ a \ an \ the ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES STRIP_FROM_PATH = STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO JAVADOC_BANNER = NO QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = YES PYTHON_DOCSTRING = YES INHERIT_DOCS = YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 4 ALIASES = OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO OPTIMIZE_FOR_FORTRAN = NO OPTIMIZE_OUTPUT_VHDL = NO OPTIMIZE_OUTPUT_SLICE = NO EXTENSION_MAPPING = MARKDOWN_SUPPORT = YES TOC_INCLUDE_HEADINGS = 6 MARKDOWN_ID_STYLE = DOXYGEN AUTOLINK_SUPPORT = YES BUILTIN_STL_SUPPORT = NO CPP_CLI_SUPPORT = YES SIP_SUPPORT = NO IDL_PROPERTY_SUPPORT = YES DISTRIBUTE_GROUP_DOC = NO GROUP_NESTED_COMPOUNDS = NO SUBGROUPING = YES INLINE_GROUPED_CLASSES = NO INLINE_SIMPLE_STRUCTS = NO TYPEDEF_HIDES_STRUCT = NO LOOKUP_CACHE_SIZE = 0 NUM_PROC_THREADS = 1 TIMESTAMP = NO #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_PRIV_VIRTUAL = NO EXTRACT_PACKAGE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = YES EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO RESOLVE_UNNAMED_PARAMS = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO HIDE_IN_BODY_DOCS = NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = SYSTEM HIDE_SCOPE_NAMES = NO HIDE_COMPOUND_REFERENCE= NO SHOW_HEADERFILE = YES SHOW_INCLUDE_FILES = YES SHOW_GROUPED_MEMB_INC = NO FORCE_LOCAL_INCLUDES = NO INLINE_INFO = YES SORT_MEMBER_DOCS = YES SORT_BRIEF_DOCS = YES SORT_MEMBERS_CTORS_1ST = YES SORT_GROUP_NAMES = NO SORT_BY_SCOPE_NAME = NO STRICT_PROTO_MATCHING = NO GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST= YES ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = YES SHOW_FILES = YES SHOW_NAMESPACES = YES FILE_VERSION_FILTER = LAYOUT_FILE = ./kactus2dev/Administrative/docs/DoxygenLayout.xml CITE_BIB_FILES = EXTERNAL_TOOL_PATH = #--------------------------------------------------------------------------- # Configuration options related to warning and progress messages #--------------------------------------------------------------------------- QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_IF_DOC_ERROR = YES WARN_IF_INCOMPLETE_DOC = YES WARN_NO_PARAMDOC = NO WARN_IF_UNDOC_ENUM_VAL = NO WARN_AS_ERROR = NO WARN_FORMAT = "$file:$line: $text" WARN_LINE_FORMAT = "at line $line of file $file" WARN_LOGFILE = #--------------------------------------------------------------------------- # Configuration options related to the input files #--------------------------------------------------------------------------- INPUT = ./kactus2dev/KactusAPI/include \ ./kactus2dev/PythonAPI \ ./kactus2dev/Administrative/docs/Kactus2-docs.md \ ./kactus2dev/Administrative/docs/Python-examples.md INPUT_ENCODING = UTF-8 INPUT_FILE_ENCODING = FILE_PATTERNS = *.c \ *.cc \ *.cxx \ *.cxxm \ *.cpp \ *.cppm \ *.ccm \ *.c++ \ *.c++m \ *.java \ *.ii \ *.ixx \ *.ipp \ *.i++ \ *.inl \ *.idl \ *.ddl \ *.odl \ *.h \ *.hh \ *.hxx \ *.hpp \ *.h++ \ *.ixx \ *.l \ *.cs \ *.d \ *.php \ *.php4 \ *.php5 \ *.phtml \ *.inc \ *.m \ *.markdown \ *.md \ *.mm \ *.dox \ *.py \ *.pyw \ *.f90 \ *.f95 \ *.f03 \ *.f08 \ *.f18 \ *.f \ *.for \ *.vhd \ *.vhdl \ *.ucf \ *.qsf \ *.ice RECURSIVE = NO EXCLUDE = ./kactus2dev/PythonAPI/xml \ ./kactus2dev/PythonAPI/html \ ./kactus2dev/PythonAPI/PythonAPI_wrap.cxx \ ./kactus2dev/PythonAPI/ExampleScripts \ ./kactus2dev/PythonAPI/InterfaceFiles \ ./kactus2dev/PythonAPI/ipmm_core_pkg \ ./kactus2dev/PythonAPI/python-3.10.6-embed-amd64 \ ./kactus2dev/PythonAPI/constructPythonComponent.py \ ./kactus2dev/PythonAPI/runPythonAPI.py \ ./kactus2dev/PythonAPI/pythonHelps.py \ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = * EXAMPLE_RECURSIVE = NO IMAGE_PATH = ./kactus2dev/Administrative/docs/img INPUT_FILTER = FILTER_PATTERNS = FILTER_SOURCE_FILES = NO FILTER_SOURCE_PATTERNS = USE_MDFILE_AS_MAINPAGE = ./kactus2dev/Administrative/docs/Kactus2-docs.md FORTRAN_COMMENT_AFTER = 72 #--------------------------------------------------------------------------- # Configuration options related to source browsing #--------------------------------------------------------------------------- SOURCE_BROWSER = YES INLINE_SOURCES = NO STRIP_CODE_COMMENTS = YES REFERENCED_BY_RELATION = NO REFERENCES_RELATION = NO REFERENCES_LINK_SOURCE = YES SOURCE_TOOLTIPS = YES USE_HTAGS = NO VERBATIM_HEADERS = YES CLANG_ASSISTED_PARSING = NO CLANG_ADD_INC_PATHS = YES CLANG_OPTIONS = CLANG_DATABASE_PATH = #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index #--------------------------------------------------------------------------- ALPHABETICAL_INDEX = YES IGNORE_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = ./kactus2dev/Administrative/docs/header.html HTML_FOOTER = HTML_STYLESHEET = HTML_EXTRA_STYLESHEET = ./kactus2dev/Administrative/docs/doxygen-awesome.css HTML_EXTRA_FILES = ./kactus2dev/Administrative/docs/doxygen-awesome-darkmode-toggle.js HTML_COLORSTYLE = LIGHT HTML_COLORSTYLE_HUE = 220 HTML_COLORSTYLE_SAT = 100 HTML_COLORSTYLE_GAMMA = 80 HTML_DYNAMIC_MENUS = YES HTML_DYNAMIC_SECTIONS = NO HTML_CODE_FOLDING = YES HTML_COPY_CLIPBOARD = YES HTML_PROJECT_COOKIE = HTML_INDEX_NUM_ENTRIES = 100 GENERATE_DOCSET = NO DOCSET_FEEDNAME = "Doxygen generated docs" DOCSET_FEEDURL = DOCSET_BUNDLE_ID = org.doxygen.Project DOCSET_PUBLISHER_ID = org.doxygen.Publisher DOCSET_PUBLISHER_NAME = Publisher GENERATE_HTMLHELP = NO CHM_FILE = HHC_LOCATION = GENERATE_CHI = NO CHM_INDEX_ENCODING = BINARY_TOC = NO TOC_EXPAND = NO SITEMAP_URL = GENERATE_QHP = NO QCH_FILE = QHP_NAMESPACE = org.doxygen.Project QHP_VIRTUAL_FOLDER = doc QHP_CUST_FILTER_NAME = QHP_CUST_FILTER_ATTRS = QHP_SECT_FILTER_ATTRS = QHG_LOCATION = GENERATE_ECLIPSEHELP = NO ECLIPSE_DOC_ID = org.doxygen.Project DISABLE_INDEX = NO GENERATE_TREEVIEW = YES FULL_SIDEBAR = NO ENUM_VALUES_PER_LINE = 4 SHOW_ENUM_VALUES = NO TREEVIEW_WIDTH = 250 EXT_LINKS_IN_WINDOW = NO OBFUSCATE_EMAILS = YES HTML_FORMULA_FORMAT = png FORMULA_FONTSIZE = 10 FORMULA_MACROFILE = USE_MATHJAX = NO MATHJAX_VERSION = MathJax_2 MATHJAX_FORMAT = HTML-CSS MATHJAX_RELPATH = MATHJAX_EXTENSIONS = MATHJAX_CODEFILE = SEARCHENGINE = YES SERVER_BASED_SEARCH = NO EXTERNAL_SEARCH = NO SEARCHENGINE_URL = SEARCHDATA_FILE = searchdata.xml EXTERNAL_SEARCH_ID = EXTRA_SEARCH_MAPPINGS = #--------------------------------------------------------------------------- # Configuration options related to the LaTeX output #--------------------------------------------------------------------------- GENERATE_LATEX = NO LATEX_OUTPUT = latex LATEX_CMD_NAME = MAKEINDEX_CMD_NAME = makeindex LATEX_MAKEINDEX_CMD = makeindex COMPACT_LATEX = NO PAPER_TYPE = a4 EXTRA_PACKAGES = LATEX_HEADER = LATEX_FOOTER = LATEX_EXTRA_STYLESHEET = LATEX_EXTRA_FILES = PDF_HYPERLINKS = YES USE_PDFLATEX = YES LATEX_BATCHMODE = NO LATEX_HIDE_INDICES = NO LATEX_BIB_STYLE = plain LATEX_EMOJI_DIRECTORY = #--------------------------------------------------------------------------- # Configuration options related to the RTF output #--------------------------------------------------------------------------- GENERATE_RTF = NO RTF_OUTPUT = rtf COMPACT_RTF = NO RTF_HYPERLINKS = NO RTF_STYLESHEET_FILE = RTF_EXTENSIONS_FILE = RTF_EXTRA_FILES = #--------------------------------------------------------------------------- # Configuration options related to the man page output #--------------------------------------------------------------------------- GENERATE_MAN = NO MAN_OUTPUT = man MAN_EXTENSION = .3 MAN_SUBDIR = MAN_LINKS = NO #--------------------------------------------------------------------------- # Configuration options related to the XML output #--------------------------------------------------------------------------- GENERATE_XML = NO XML_OUTPUT = xml XML_PROGRAMLISTING = YES XML_NS_MEMB_FILE_SCOPE = NO #--------------------------------------------------------------------------- # Configuration options related to the DOCBOOK output #--------------------------------------------------------------------------- GENERATE_DOCBOOK = NO DOCBOOK_OUTPUT = docbook #--------------------------------------------------------------------------- # Configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # Configuration options related to Sqlite3 output #--------------------------------------------------------------------------- GENERATE_SQLITE3 = NO SQLITE3_OUTPUT = sqlite3 SQLITE3_RECREATE_DB = YES #--------------------------------------------------------------------------- # Configuration options related to the Perl module output #--------------------------------------------------------------------------- GENERATE_PERLMOD = NO PERLMOD_LATEX = NO PERLMOD_PRETTY = YES PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES INCLUDE_PATH = INCLUDE_FILE_PATTERNS = PREDEFINED = EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration options related to external references #--------------------------------------------------------------------------- TAGFILES = GENERATE_TAGFILE = ALLEXTERNALS = NO EXTERNAL_GROUPS = YES EXTERNAL_PAGES = YES #--------------------------------------------------------------------------- # Configuration options related to diagram generator tools #--------------------------------------------------------------------------- HIDE_UNDOC_RELATIONS = YES HAVE_DOT = NO DOT_NUM_THREADS = 0 DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10" DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10" DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4" DOT_FONTPATH = CLASS_GRAPH = YES COLLABORATION_GRAPH = YES GROUP_GRAPHS = YES UML_LOOK = NO UML_LIMIT_NUM_FIELDS = 10 DOT_UML_DETAILS = NO DOT_WRAP_THRESHOLD = 17 TEMPLATE_RELATIONS = NO INCLUDE_GRAPH = YES INCLUDED_BY_GRAPH = YES CALL_GRAPH = NO CALLER_GRAPH = NO GRAPHICAL_HIERARCHY = YES DIRECTORY_GRAPH = YES DIR_GRAPH_MAX_DEPTH = 1 DOT_IMAGE_FORMAT = png INTERACTIVE_SVG = NO DOT_PATH = DOTFILE_DIRS = DIA_PATH = DIAFILE_DIRS = PLANTUML_JAR_PATH = PLANTUML_CFG_FILE = PLANTUML_INCLUDE_PATH = DOT_GRAPH_MAX_NODES = 50 MAX_DOT_GRAPH_DEPTH = 0 DOT_MULTI_TARGETS = NO GENERATE_LEGEND = YES DOT_CLEANUP = YES MSCGEN_TOOL = MSCFILE_DIRS = ================================================ FILE: Administrative/docs/DoxygenLayout.xml ================================================ ================================================ FILE: Administrative/docs/Kactus2-docs.md ================================================ # Kactus2 reference guide {#home} Welcome to the Kactus2 reference page. Here you can find the API reference for the PythonAPI as well as the reference for the supporting KactusAPI module. ## PythonAPI The PythonAPI is a Python module that enables scripting support for Kactus2 using Python. The library uses SWIG to wrap the PythonAPI C++ class into a Python module. This reference guide contains the C++ descriptions for the PythonAPI class and its methods. The PythonAPI contains classes and methods to manipulate Kactus2 IP-XACT objects. Everything is designed to be accessed through the PythonAPI class, which contains methods to access the underlying KactusAPI interfaces, which in turn do the heavy lifting in interfacing with the IP-XACT models. The SWIG wrapper isn't perfect and thus some KactusAPI interfaces wrapped for Python might contain methods that are not meant to be called from a Python script. For example, any functions either returning Qt-types or taking them as paremeters should not be called using Python. The PythonAPI currently contains the following functionality: - Creating and modifying components (including component memory maps, address blocks, etc., as well as bus interfaces) - Creating and modifying designs (including adding/removing component instances and connections) - Launching generators and importers ### PythonAPI usage PythonAPI is not a standalone module and must be used in tandem with Kactus2 either inside the Kactus2 GUI in the "Script editor" window or on the command line Python interpreter by starting Kactus2 with the -c (--no-gui) option. Running ready-made scripts on the CLI can be done with `exec(open().read())`. ### Usable KactusAPI interfaces The PythonAPI automatically initializes and provides methods to access the following KactusAPI interfaces, which can be used to modify component sub-elements: - PortsInterface for modifying component ports - ParametersInterface for modifying component parameters - MemoryMapInterface for modifying component memory maps - FileSetInterface for modifying component file sets - BusInterfaceInterface for modifying component bus interfaces Above interfaces may contain sub-interfaces that give further access to sub-elements, for example the address blocks for a memory map can be accessed via the AddressBlockInterface which in turn can be accessed with MemoryMapInterface::getAddressBlockInterface. Some sub-interfaces may need additional configuration before use, examples of this can be found in the [scripting examples](#examples). ================================================ FILE: Administrative/docs/Python-examples.md ================================================ # Kactus2 scripting examples {#examples} [TOC] Here are some simple examples on how to use Kactus2 via Python scripting. \note After running scripts in GUI, changes made to documents (components, designs) won't be visible until the document is refreshed in the GUI. ## Setting up IP-XACT libraries IP-XACT libraries can be set either in the GUI or via Python. Currently configured library paths can be listed with PythonAPI::getAllLibraryPaths or PythonAPI::getActiveLibraryPaths, and PythonAPI::getDefaultLibraryPath (for the current default), e.g.; ```py from pythonAPI import PythonAPI kactus2py = PythonAPI() print(kactus2py.getAllLibraryPaths()) # Lists all configured paths print(kactus2py.getActiveLibraryPaths()) # Lists paths currently set active = where Kactus2 looks for IP-XACT files print(kactus2py.getDefaultLibraryPath()) # Lists the current default library path ``` Libraries can be added with PythonAPI::addLibraryPath and removed with PythonAPI::removeLibraryPath. Libraries can be set in bulk with PythonAPI::setLibraryPaths, which will add and set active all paths that are given as a list in the function arguments. PythonAPI::setDefaultLibraryPath sets the default location. ```py kactus2py.addLibraryPath("C:/some/path", False) # optional second argument sets active (True) or inactive (False), active by default kactus2py.setDefaultLibraryPath("C:/some/path") kactus2py.setLibraryPathActive("C:/some/path", True) # set the earlier path active ... kactus2py.setLibraryPaths(['C:/some/new/path', 'C:/another/new/path']) # Replaces the active library paths and also sets the first listed path as default ``` ## Creating a component Creating a component is done with PythonAPI::createComponent. As parameters, it takes the VLNV (vendor, library, name, version) of the component to be created, one parameter each, and the IP-XACT standard revision to use (PythonAPI::StdRev). Example: ```py # Create component with VLNV Company:Lib:ComponentName:1.0 using IP-XACT 2014 vendor = "Company" library = "Lib" name = "ComponentName" version = "1.0" kactus2py.createComponent(vendor, library, name, version, kactus2py.Std14) ``` The created component will be placed in the **default library path**. \note Supported standard revisions are Std14 and Std22 and the default value is Std22. The IP-XACT standard revision of a component can be checked with PythonAPI::getComponentStdRevision : ```py revision = kactus2py.getComponentStdRevision() # Returns "1685-2014" in this case ``` ## Creating a design and adding a component instance Similarly to creating components, a design can be created with PythonAPI::createDesign: ```py designName = "AwesomeDesign" designVersion = "1.0" kactus2py.createDesign(vendor, library, designName, designVersion, kactus2py.Std14) ``` The IP-XACT standard revision of a design can also be checked with PythonAPI::getDesignStdRevision. Creating a design will create 1) The design itself and 2) A top-level component for the design. The top-level component VLNV will become vendor:library:name:version and the design VLNV will become vendor:library:name.design:version. The design will be created in the default library. The component can then be instantiated and added to the design. Creating a design will automatically set it as active, but in any other case the design must be set active with PythonAPI::openDesign, which takes the design VLNV as a vlnvString (vendor:library:name:version). The component can be instantiated and added to the design with PythonAPI::addComponentInstance, which also takes a vlnvstring and the instance name: ```py kactus2py.openDesign(":".join([vendor, library, designName + ".design", designVersion])) kactus2py.addComponentInstance(":".join([vendor, library, name, version]), "NewInstance") ``` Changes to a design are saved with PythonAPI::saveDesign, which will write the changes to disk. The currently open design can be closed with PythonAPI::closeOpenDesign: ```py kactus2py.saveDesign() kactus2py.closeOpenDesign() ``` ## Modifying components Modifying a component requires that the component is opened first: ```py kactus2py.openComponent(":".join([vendor, library, name, version])) # open Company:Lib:ComponentName:1.0 ``` Now any changes made will be made to the opened component. \note The following code examples generally don't include any error checks. Most setters return a boolean value, which can be used for detecting errors. ### Modifying component memory maps Any modifications to component memory maps are made through KactusAPI interfaces. Memory maps can be modified via MemoryMapInterface, and it can be accessed with PythonAPI::getMapInterface. Address blocks, registers and fields can be modified in a similar way. #### Creating a memory map A new map can be added with MemoryMapInterface::addMemoryMap. It takes an index as first parameter and the name as the second parameter. The index can be in the range [0, number of memory maps in the component], the easiest thing to do is always use index 0. ```py mapInterface = kactus2py.getMapInterface() mapInterface.addMemoryMap(0, "NewMemoryMap") ``` The memory map can then be modified with the different functions of MemoryMapInterface, e.g. to set the address unit bits: ```py mapAubOk = mapInterface.setAddressUnitBits("NewMemoryMap", "8") # returns True, if operation was successful, otherwise False ``` #### Adding address blocks The address block interface can be accessed with MemoryMapInterface::getAddressBlockInterface. The interface must first be pointed to the memory map whose address blocks are to be edited: ```py kactus2py.setBlocksForInterface("NewMemoryMap") blockInterface = mapInterface.getAddressBlockInterface() ``` A new address block can be added with AddressBlockInterface::addBlock. Its properties can be accessed in the same way as with memory maps: ```py blockInterface.addBlock(0, "NewAddressBlock") widthOk = blockInterface.setWidth("NewAddressBlock", "32") ... blockInterface.getWidth("NewAddressBlock") # returns "32" ``` #### Adding registers and fields Register and field interfaces are accessed through AddressBlockInterface::getSubInterface and RegisterInterface::getSubInterface respectively. Apart from that they work as the previous interfaces. First, the available registers (the registers of the created address block) must be set for the register interface: ```py kactus2py.setRegistersForInterface("NewMemoryMap", "NewAddressBlock") regInterface = blockInterface.getSubInterface() ``` Then the register properties can be manipulated: ```py regInterface.addRegister(0, 0, "NewRegister") regInterface.setSize("NewRegister", "16") ``` Field editing is done in a similar fashion. First, the available fields must be set for the interface: ```py kactus2py.setFieldsForInterface("NewMemoryMap", "NewAddressBlock", "NewRegister") # now editing fields of "NewRegister" ``` After that fields can be edited through the field interface: ```py fieldInterface = regInterface.getSubInterface() fieldInterface.addField(0, "NewField") newWidthOk = fieldInterface.setWidth("NewField", "8") # most setters return a boolean value for checking if operation was successful widthNotOk = fieldInterface.setWidth("non-existing-field", "8") # this would return false in this example ``` ### Modifying component bus interfaces The components bus interfaces are directly accessible through the BusInterfaceInterface class, after PythonAPI::openComponent has been called. In this example, we'll first create some ports for our component. Then, we'll create a bus interface and some portmaps for it. For mapping ports, we need a bus- and abstraction definition, which cannot be created via the python API, but can be created in the GUI. The bus definition created for this example is not modified in any way and its VLNV is Company:Lib:TestBus:1.0. The abstraction defintion is Company:Lib:TestBus.absDef:1.0. Here's the abstraction definition used: ![Example abstraction definition](testAbsDef.png) Let's start by creating the physical component ports: ```py portsInterface = kactus2py.getPortsInterface() portsInterface.addWirePort("some_rx") portsInterface.setDirection("some_rx", "in") portsInterface.setWidth("some_rx", "1") portsInterface.addWirePort("some_tx") portsInterface.setDirection("some_tx", "out") portsInterface.setWidth("some_tx", "1") # Let's add some unmapped ports as well portsInterface.addWirePort("otherPort1") portsInterface.setDirection("otherPort1", "inout") portsInterface.addWirePort("otherPort2") portsInterface.setDirection("otherPort2", "inout") # Not setting any port bounds results in the port having width 1, which we want in this case ``` Now, let's create the bus interface: ```py busInterfaceInterface = kactus2py.getBusInterface() # gets the BusInterfaceInterface object busInterfaceInterface.addBusInterface(0, "NewBusInterface") # Index doesn't really matter, as bus interfaces (should) have unique names busInterfaceInterface.setMode("NewBusInterface", "master") ``` Before creating portmaps, the bus interface needs a bus type and at least one abstraction type. These are references to the bus definition and abstraction definition. In this example we'll use Company:Lib:TestBus:1.0 and Company:Lib:TestBus.absDef:1.0 : ```py busInterfaceInterface.setupSubInterfaces("NewBusInterface") # prepare subinterfaces for use busInterfaceInterface.setBusType("NewBusInterface", "Company", "Lib", "TestBus", "1.0") busInterfaceInterface.addAbstractionType("NewBusInterface", "Company", "Lib", "TestBus.absDef", "1.0") ``` Then, let's setup the portmaps. We'll simply map the logical "some_rx" to physical and the same with "some_tx". First, we need to setup the AbstractionTypeInterface, through which portmaps can be accessed. Abstraction types and portmaps don't have names, so indices are used to select the wanted abstraction type or portmap: ```py abstractionInterface = busInterfaceInterface.getAbstractionTypeInterface() # Map only master mode ports with this master mode bus interface: abstractionInterface.setBusMode("master") # Setup portmaps and abstraction definition reference for wanted abstraction type. # Ours is the first so it's found with index 0. Available abstraction types can be listed in the order of their index with AbstractionTypeInterface::getItemNames. abstractionInterface.setupAbstractionTypeForPortMapInterface(0) portMapInterface = abstractionInterface.getPortMapInterface() # We need two port mappings: one for some_tx and one for some_rx # The new portmap should be added to the end of the portmap list so that indices don't get messed up (though in this case it is just 0) newPortMapIndex = portMapInterface.itemCount() portMapInterface.addPortMap(newPortMapIndex) # Map some_tx portMapInterface.setLogicalPort(newPortMapIndex, "some_tx") # here "some_tx" refers to the logical port name set in the abstraction definition portMapInterface.setPhysicalPort(newPortMapIndex, "some_tx") # Add new port mapping for some_rx newPortMapIndex = portMapInterface.itemCount() portMapInterface.addPortMap(newPortMapIndex) # Map some_rx portMapInterface.setLogicalPort(newPortMapIndex, "some_rx") portMapInterface.setPhysicalPort(newPortMapIndex, "some_rx") # If no port mapping bounds are set, then the whole logical and physical ports will be used. ``` Resulting ports shown in GUI after running script: ![Created ports](result_ports.png) The created bus interface: ![Created bus interface](result_bus.png) And the portmaps: ![Created portmaps](result_portmaps.png) ### Practical example: Getting physical ports used in bus interface Assuming we have a component with a bus interface with portmaps (like in the previous example), to print information of the physical ports a bus interface is using, we can do the following: ```py # Assume component has already been opened, and the component has the bus interface "NewBusInterface" # Set up the sub-interfaces busInterfaceInterface = kactus2py.getBusInterface() busInterfaceInterface.setupSubInterfaces("NewBusInterface") abstractionInterface = busInterfaceInterface.getAbstractionTypeInterface() abstractionInterface.setupAbstractionTypeForPortMapInterface(0) portMapInterface = abstractionInterface.getPortMapInterface() numPortMaps = portMapInterface.itemCount() foundPorts = [] for i in range(0, numPortMaps): currentPhysical = portMapInterface.getPhysicalPortName() print(currentPhysical) foundPorts.append(currentPhysical) ``` Then the individual ports can be accessed with KactusAPI::PortsInterface: ```py portsInterface = kactus2py.getPortsInterface() for i in range(0, numPortMaps): print(portsInterface.getWidth(foundPorts[i])) ``` With the previous example, the above should print ``` some_tx 1 some_rx 1 ``` Notice how the previously added extra ports `otherPort1` and `otherPort2` don't show up, because they weren't mapped to any logical signals. ================================================ FILE: Administrative/docs/doxygen-awesome-darkmode-toggle.js ================================================ /** Doxygen Awesome https://github.com/jothepro/doxygen-awesome-css MIT License Copyright (c) 2021 - 2023 jothepro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ class DoxygenAwesomeDarkModeToggle extends HTMLElement { // SVG icons from https://fonts.google.com/icons // Licensed under the Apache 2.0 license: // https://www.apache.org/licenses/LICENSE-2.0.html static lightModeIcon = `` static darkModeIcon = `` static title = "Toggle Light/Dark Mode" static prefersLightModeInDarkModeKey = "prefers-light-mode-in-dark-mode" static prefersDarkModeInLightModeKey = "prefers-dark-mode-in-light-mode" static _staticConstructor = function() { DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.userPreference) // Update the color scheme when the browsers preference changes // without user interaction on the website. window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { DoxygenAwesomeDarkModeToggle.onSystemPreferenceChanged() }) // Update the color scheme when the tab is made visible again. // It is possible that the appearance was changed in another tab // while this tab was in the background. document.addEventListener("visibilitychange", visibilityState => { if (document.visibilityState === 'visible') { DoxygenAwesomeDarkModeToggle.onSystemPreferenceChanged() } }); }() static init() { $(function() { $(document).ready(function() { const toggleButton = document.createElement('doxygen-awesome-dark-mode-toggle') toggleButton.title = DoxygenAwesomeDarkModeToggle.title toggleButton.updateIcon() window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { toggleButton.updateIcon() }) document.addEventListener("visibilitychange", visibilityState => { if (document.visibilityState === 'visible') { toggleButton.updateIcon() } }); $(document).ready(function(){ document.getElementById("MSearchBox").parentNode.appendChild(toggleButton) }) $(window).resize(function(){ document.getElementById("MSearchBox").parentNode.appendChild(toggleButton) }) }) }) } constructor() { super(); this.onclick=this.toggleDarkMode } /** * @returns `true` for dark-mode, `false` for light-mode system preference */ static get systemPreference() { return window.matchMedia('(prefers-color-scheme: dark)').matches } /** * @returns `true` for dark-mode, `false` for light-mode user preference */ static get userPreference() { return (!DoxygenAwesomeDarkModeToggle.systemPreference && localStorage.getItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey)) || (DoxygenAwesomeDarkModeToggle.systemPreference && !localStorage.getItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey)) } static set userPreference(userPreference) { DoxygenAwesomeDarkModeToggle.darkModeEnabled = userPreference if(!userPreference) { if(DoxygenAwesomeDarkModeToggle.systemPreference) { localStorage.setItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey, true) } else { localStorage.removeItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey) } } else { if(!DoxygenAwesomeDarkModeToggle.systemPreference) { localStorage.setItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey, true) } else { localStorage.removeItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey) } } DoxygenAwesomeDarkModeToggle.onUserPreferenceChanged() } static enableDarkMode(enable) { if(enable) { DoxygenAwesomeDarkModeToggle.darkModeEnabled = true document.documentElement.classList.add("dark-mode") document.documentElement.classList.remove("light-mode") } else { DoxygenAwesomeDarkModeToggle.darkModeEnabled = false document.documentElement.classList.remove("dark-mode") document.documentElement.classList.add("light-mode") } } static onSystemPreferenceChanged() { DoxygenAwesomeDarkModeToggle.darkModeEnabled = DoxygenAwesomeDarkModeToggle.userPreference DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.darkModeEnabled) } static onUserPreferenceChanged() { DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.darkModeEnabled) } toggleDarkMode() { DoxygenAwesomeDarkModeToggle.userPreference = !DoxygenAwesomeDarkModeToggle.userPreference this.updateIcon() } updateIcon() { if(DoxygenAwesomeDarkModeToggle.darkModeEnabled) { this.innerHTML = DoxygenAwesomeDarkModeToggle.darkModeIcon } else { this.innerHTML = DoxygenAwesomeDarkModeToggle.lightModeIcon } } } customElements.define("doxygen-awesome-dark-mode-toggle", DoxygenAwesomeDarkModeToggle); ================================================ FILE: Administrative/docs/doxygen-awesome.css ================================================ /** Doxygen Awesome https://github.com/jothepro/doxygen-awesome-css MIT License Copyright (c) 2021 - 2023 jothepro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ html { /* primary theme color. This will affect the entire websites color scheme: links, arrows, labels, ... */ --primary-color: #1779c4; --primary-dark-color: #335c80; --primary-light-color: #70b1e9; /* page base colors */ --page-background-color: #ffffff; --page-foreground-color: #2f4153; --page-secondary-foreground-color: #6f7e8e; /* color for all separators on the website: hr, borders, ... */ --separator-color: #dedede; /* border radius for all rounded components. Will affect many components, like dropdowns, memitems, codeblocks, ... */ --border-radius-large: 8px; --border-radius-small: 4px; --border-radius-medium: 6px; /* default spacings. Most components reference these values for spacing, to provide uniform spacing on the page. */ --spacing-small: 5px; --spacing-medium: 10px; --spacing-large: 16px; /* default box shadow used for raising an element above the normal content. Used in dropdowns, search result, ... */ --box-shadow: 0 2px 8px 0 rgba(0,0,0,.075); --odd-color: rgba(0,0,0,.028); /* font-families. will affect all text on the website * font-family: the normal font for text, headlines, menus * font-family-monospace: used for preformatted text in memtitle, code, fragments */ --font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif; --font-family-monospace: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace; /* font sizes */ --page-font-size: 15.6px; --navigation-font-size: 14.4px; --toc-font-size: 13.4px; --code-font-size: 14px; /* affects code, fragment */ --title-font-size: 22px; /* content text properties. These only affect the page content, not the navigation or any other ui elements */ --content-line-height: 27px; /* The content is centered and constraint in it's width. To make the content fill the whole page, set the variable to auto.*/ --content-maxwidth: 1050px; --table-line-height: 24px; --toc-sticky-top: var(--spacing-medium); --toc-width: 200px; --toc-max-height: calc(100vh - 2 * var(--spacing-medium) - 85px); /* colors for various content boxes: @warning, @note, @deprecated @bug */ --warning-color: #faf3d8; --warning-color-dark: #f3a600; --warning-color-darker: #5f4204; --note-color: #e4f3ff; --note-color-dark: #1879C4; --note-color-darker: #274a5c; --todo-color: #e4dafd; --todo-color-dark: #5b2bdd; --todo-color-darker: #2a0d72; --deprecated-color: #ecf0f3; --deprecated-color-dark: #5b6269; --deprecated-color-darker: #43454a; --bug-color: #f8d1cc; --bug-color-dark: #b61825; --bug-color-darker: #75070f; --invariant-color: #d8f1e3; --invariant-color-dark: #44b86f; --invariant-color-darker: #265532; /* blockquote colors */ --blockquote-background: #f8f9fa; --blockquote-foreground: #636568; /* table colors */ --tablehead-background: #f1f1f1; --tablehead-foreground: var(--page-foreground-color); /* menu-display: block | none * Visibility of the top navigation on screens >= 768px. On smaller screen the menu is always visible. * `GENERATE_TREEVIEW` MUST be enabled! */ --menu-display: block; --menu-focus-foreground: var(--page-background-color); --menu-focus-background: var(--primary-color); --menu-selected-background: rgba(0,0,0,.05); --header-background: var(--page-background-color); --header-foreground: var(--page-foreground-color); /* searchbar colors */ --searchbar-background: var(--side-nav-background); --searchbar-foreground: var(--page-foreground-color); /* searchbar size * (`searchbar-width` is only applied on screens >= 768px. * on smaller screens the searchbar will always fill the entire screen width) */ --searchbar-height: 33px; --searchbar-width: 210px; --searchbar-border-radius: var(--searchbar-height); /* code block colors */ --code-background: #f5f5f5; --code-foreground: var(--page-foreground-color); /* fragment colors */ --fragment-background: #F8F9FA; --fragment-foreground: #37474F; --fragment-keyword: #bb6bb2; --fragment-keywordtype: #8258b3; --fragment-keywordflow: #d67c3b; --fragment-token: #438a59; --fragment-comment: #969696; --fragment-link: #5383d6; --fragment-preprocessor: #46aaa5; --fragment-linenumber-color: #797979; --fragment-linenumber-background: #f4f4f5; --fragment-linenumber-border: #e3e5e7; --fragment-lineheight: 20px; /* sidebar navigation (treeview) colors */ --side-nav-background: #fbfbfb; --side-nav-foreground: var(--page-foreground-color); --side-nav-arrow-opacity: 0; --side-nav-arrow-hover-opacity: 0.9; --toc-background: var(--side-nav-background); --toc-foreground: var(--side-nav-foreground); /* height of an item in any tree / collapsible table */ --tree-item-height: 30px; --memname-font-size: var(--code-font-size); --memtitle-font-size: 18px; --webkit-scrollbar-size: 7px; --webkit-scrollbar-padding: 4px; --webkit-scrollbar-color: var(--separator-color); --animation-duration: .12s } @media screen and (max-width: 767px) { html { --page-font-size: 16px; --navigation-font-size: 16px; --toc-font-size: 15px; --code-font-size: 15px; /* affects code, fragment */ --title-font-size: 22px; } } @media (prefers-color-scheme: dark) { html:not(.light-mode) { color-scheme: dark; --primary-color: #1982d2; --primary-dark-color: #86a9c4; --primary-light-color: #4779ac; --box-shadow: 0 2px 8px 0 rgba(0,0,0,.35); --odd-color: rgba(100,100,100,.06); --menu-selected-background: rgba(0,0,0,.4); --page-background-color: #1C1D1F; --page-foreground-color: #d2dbde; --page-secondary-foreground-color: #859399; --separator-color: #38393b; --side-nav-background: #252628; --code-background: #2a2c2f; --tablehead-background: #2a2c2f; --blockquote-background: #222325; --blockquote-foreground: #7e8c92; --warning-color: #3b2e04; --warning-color-dark: #f1b602; --warning-color-darker: #ceb670; --note-color: #163750; --note-color-dark: #1982D2; --note-color-darker: #dcf0fa; --todo-color: #2a2536; --todo-color-dark: #7661b3; --todo-color-darker: #ae9ed6; --deprecated-color: #2e323b; --deprecated-color-dark: #738396; --deprecated-color-darker: #abb0bd; --bug-color: #2e1917; --bug-color-dark: #ad2617; --bug-color-darker: #f5b1aa; --invariant-color: #303a35; --invariant-color-dark: #76ce96; --invariant-color-darker: #cceed5; --fragment-background: #282c34; --fragment-foreground: #dbe4eb; --fragment-keyword: #cc99cd; --fragment-keywordtype: #ab99cd; --fragment-keywordflow: #e08000; --fragment-token: #7ec699; --fragment-comment: #999999; --fragment-link: #98c0e3; --fragment-preprocessor: #65cabe; --fragment-linenumber-color: #cccccc; --fragment-linenumber-background: #35393c; --fragment-linenumber-border: #1f1f1f; } } /* dark mode variables are defined twice, to support both the dark-mode without and with doxygen-awesome-darkmode-toggle.js */ html.dark-mode { color-scheme: dark; --primary-color: #1982d2; --primary-dark-color: #86a9c4; --primary-light-color: #4779ac; --box-shadow: 0 2px 8px 0 rgba(0,0,0,.30); --odd-color: rgba(100,100,100,.06); --menu-selected-background: rgba(0,0,0,.4); --page-background-color: #1C1D1F; --page-foreground-color: #d2dbde; --page-secondary-foreground-color: #859399; --separator-color: #38393b; --side-nav-background: #252628; --code-background: #2a2c2f; --tablehead-background: #2a2c2f; --blockquote-background: #222325; --blockquote-foreground: #7e8c92; --warning-color: #3b2e04; --warning-color-dark: #f1b602; --warning-color-darker: #ceb670; --note-color: #163750; --note-color-dark: #1982D2; --note-color-darker: #dcf0fa; --todo-color: #2a2536; --todo-color-dark: #7661b3; --todo-color-darker: #ae9ed6; --deprecated-color: #2e323b; --deprecated-color-dark: #738396; --deprecated-color-darker: #abb0bd; --bug-color: #2e1917; --bug-color-dark: #ad2617; --bug-color-darker: #f5b1aa; --invariant-color: #303a35; --invariant-color-dark: #76ce96; --invariant-color-darker: #cceed5; --fragment-background: #282c34; --fragment-foreground: #dbe4eb; --fragment-keyword: #cc99cd; --fragment-keywordtype: #ab99cd; --fragment-keywordflow: #e08000; --fragment-token: #7ec699; --fragment-comment: #999999; --fragment-link: #98c0e3; --fragment-preprocessor: #65cabe; --fragment-linenumber-color: #cccccc; --fragment-linenumber-background: #35393c; --fragment-linenumber-border: #1f1f1f; } body { color: var(--page-foreground-color); background-color: var(--page-background-color); font-size: var(--page-font-size); } body, table, div, p, dl, #nav-tree .label, .title, .sm-dox a, .sm-dox a:hover, .sm-dox a:focus, #projectname, .SelectItem, #MSearchField, .navpath li.navelem a, .navpath li.navelem a:hover, p.reference, p.definition, div.toc li, div.toc h3 { font-family: var(--font-family); } h1, h2, h3, h4, h5 { margin-top: 1em; font-weight: 600; line-height: initial; } p, div, table, dl, p.reference, p.definition { font-size: var(--page-font-size); } p.reference, p.definition { color: var(--page-secondary-foreground-color); } a:link, a:visited, a:hover, a:focus, a:active { color: var(--primary-color) !important; font-weight: 500; background: none; } a.anchor { scroll-margin-top: var(--spacing-large); display: block; } /* Title and top navigation */ #top { background: var(--header-background); border-bottom: 1px solid var(--separator-color); } @media screen and (min-width: 768px) { #top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } } #main-nav { flex-grow: 5; padding: var(--spacing-small) var(--spacing-medium); } #titlearea { width: auto; padding: var(--spacing-medium) var(--spacing-large); background: none; color: var(--header-foreground); border-bottom: none; } @media screen and (max-width: 767px) { #titlearea { padding-bottom: var(--spacing-small); } } #titlearea table tbody tr { height: auto !important; } #projectname { font-size: var(--title-font-size); font-weight: 600; } #projectnumber { font-family: inherit; font-size: 60%; } #projectbrief { font-family: inherit; font-size: 80%; } #projectlogo { vertical-align: middle; } #projectlogo img { max-height: calc(var(--title-font-size) * 2); margin-right: var(--spacing-small); } .sm-dox, .tabs, .tabs2, .tabs3 { background: none; padding: 0; } .tabs, .tabs2, .tabs3 { border-bottom: 1px solid var(--separator-color); margin-bottom: -1px; } .main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after { background: var(--page-secondary-foreground-color); } @media screen and (max-width: 767px) { .sm-dox a span.sub-arrow { background: var(--code-background); } #main-menu a.has-submenu span.sub-arrow { color: var(--page-secondary-foreground-color); border-radius: var(--border-radius-medium); } #main-menu a.has-submenu:hover span.sub-arrow { color: var(--page-foreground-color); } } @media screen and (min-width: 768px) { .sm-dox li, .tablist li { display: var(--menu-display); } .sm-dox a span.sub-arrow { border-color: var(--header-foreground) transparent transparent transparent; } .sm-dox a:hover span.sub-arrow { border-color: var(--menu-focus-foreground) transparent transparent transparent; } .sm-dox ul a span.sub-arrow { border-color: transparent transparent transparent var(--page-foreground-color); } .sm-dox ul a:hover span.sub-arrow { border-color: transparent transparent transparent var(--menu-focus-foreground); } } .sm-dox ul { background: var(--page-background-color); box-shadow: var(--box-shadow); border: 1px solid var(--separator-color); border-radius: var(--border-radius-medium) !important; padding: var(--spacing-small); animation: ease-out 150ms slideInMenu; } @keyframes slideInMenu { from { opacity: 0; transform: translate(0px, -2px); } to { opacity: 1; transform: translate(0px, 0px); } } .sm-dox ul a { color: var(--page-foreground-color) !important; background: var(--page-background-color); font-size: var(--navigation-font-size); } .sm-dox>li>ul:after { border-bottom-color: var(--page-background-color) !important; } .sm-dox>li>ul:before { border-bottom-color: var(--separator-color) !important; } .sm-dox ul a:hover, .sm-dox ul a:active, .sm-dox ul a:focus { font-size: var(--navigation-font-size) !important; color: var(--menu-focus-foreground) !important; text-shadow: none; background-color: var(--menu-focus-background); border-radius: var(--border-radius-small) !important; } .sm-dox a, .sm-dox a:focus, .tablist li, .tablist li a, .tablist li.current a { text-shadow: none; background: transparent; background-image: none !important; color: var(--header-foreground) !important; font-weight: normal; font-size: var(--navigation-font-size); border-radius: var(--border-radius-small) !important; } .sm-dox a:focus { outline: auto; } .sm-dox a:hover, .sm-dox a:active, .tablist li a:hover { text-shadow: none; font-weight: normal; background: var(--menu-focus-background); color: var(--menu-focus-foreground) !important; border-radius: var(--border-radius-small) !important; font-size: var(--navigation-font-size); } .tablist li.current { border-radius: var(--border-radius-small); background: var(--menu-selected-background); } .tablist li { margin: var(--spacing-small) 0 var(--spacing-small) var(--spacing-small); } .tablist a { padding: 0 var(--spacing-large); } /* Search box */ #MSearchBox { height: var(--searchbar-height); background: var(--searchbar-background); border-radius: var(--searchbar-border-radius); border: 1px solid var(--separator-color); overflow: hidden; width: var(--searchbar-width); position: relative; box-shadow: none; display: block; margin-top: 0; } /* until Doxygen 1.9.4 */ .left img#MSearchSelect { left: 0; user-select: none; padding-left: 8px; } /* Doxygen 1.9.5 */ .left span#MSearchSelect { left: 0; user-select: none; margin-left: 8px; padding: 0; } .left #MSearchSelect[src$=".png"] { padding-left: 0 } .SelectionMark { user-select: none; } .tabs .left #MSearchSelect { padding-left: 0; } .tabs #MSearchBox { position: absolute; right: var(--spacing-medium); } @media screen and (max-width: 767px) { .tabs #MSearchBox { position: relative; right: 0; margin-left: var(--spacing-medium); margin-top: 0; } } #MSearchSelectWindow, #MSearchResultsWindow { z-index: 9999; } #MSearchBox.MSearchBoxActive { border-color: var(--primary-color); box-shadow: inset 0 0 0 1px var(--primary-color); } #main-menu > li:last-child { margin-right: 0; } @media screen and (max-width: 767px) { #main-menu > li:last-child { height: 50px; } } #MSearchField { font-size: var(--navigation-font-size); height: calc(var(--searchbar-height) - 2px); background: transparent; width: calc(var(--searchbar-width) - 64px); } .MSearchBoxActive #MSearchField { color: var(--searchbar-foreground); } #MSearchSelect { top: calc(calc(var(--searchbar-height) / 2) - 11px); } #MSearchBox span.left, #MSearchBox span.right { background: none; background-image: none; } #MSearchBox span.right { padding-top: calc(calc(var(--searchbar-height) / 2) - 12px); position: absolute; right: var(--spacing-small); } .tabs #MSearchBox span.right { top: calc(calc(var(--searchbar-height) / 2) - 12px); } @keyframes slideInSearchResults { from { opacity: 0; transform: translate(0, 15px); } to { opacity: 1; transform: translate(0, 20px); } } #MSearchResultsWindow { left: auto !important; right: var(--spacing-medium); border-radius: var(--border-radius-large); border: 1px solid var(--separator-color); transform: translate(0, 20px); box-shadow: var(--box-shadow); animation: ease-out 280ms slideInSearchResults; background: var(--page-background-color); } iframe#MSearchResults { margin: 4px; } iframe { color-scheme: normal; } @media (prefers-color-scheme: dark) { html:not(.light-mode) iframe#MSearchResults { filter: invert() hue-rotate(180deg); } } html.dark-mode iframe#MSearchResults { filter: invert() hue-rotate(180deg); } #MSearchResults .SRPage { background-color: transparent; } #MSearchResults .SRPage .SREntry { font-size: 10pt; padding: var(--spacing-small) var(--spacing-medium); } #MSearchSelectWindow { border: 1px solid var(--separator-color); border-radius: var(--border-radius-medium); box-shadow: var(--box-shadow); background: var(--page-background-color); padding-top: var(--spacing-small); padding-bottom: var(--spacing-small); } #MSearchSelectWindow a.SelectItem { font-size: var(--navigation-font-size); line-height: var(--content-line-height); margin: 0 var(--spacing-small); border-radius: var(--border-radius-small); color: var(--page-foreground-color) !important; font-weight: normal; } #MSearchSelectWindow a.SelectItem:hover { background: var(--menu-focus-background); color: var(--menu-focus-foreground) !important; } @media screen and (max-width: 767px) { #MSearchBox { margin-top: var(--spacing-medium); margin-bottom: var(--spacing-medium); width: calc(100vw - 30px); } #main-menu > li:last-child { float: none !important; } #MSearchField { width: calc(100vw - 110px); } @keyframes slideInSearchResultsMobile { from { opacity: 0; transform: translate(0, 15px); } to { opacity: 1; transform: translate(0, 20px); } } #MSearchResultsWindow { left: var(--spacing-medium) !important; right: var(--spacing-medium); overflow: auto; transform: translate(0, 20px); animation: ease-out 280ms slideInSearchResultsMobile; width: auto !important; } /* * Overwrites for fixing the searchbox on mobile in doxygen 1.9.2 */ label.main-menu-btn ~ #searchBoxPos1 { top: 3px !important; right: 6px !important; left: 45px; display: flex; } label.main-menu-btn ~ #searchBoxPos1 > #MSearchBox { margin-top: 0; margin-bottom: 0; flex-grow: 2; float: left; } } /* Tree view */ #side-nav { padding: 0 !important; background: var(--side-nav-background); min-width: 8px; max-width: 50vw; } @media screen and (max-width: 767px) { #side-nav { display: none; } #doc-content { margin-left: 0 !important; } } #nav-tree { background: transparent; margin-right: 1px; } #nav-tree .label { font-size: var(--navigation-font-size); } #nav-tree .item { height: var(--tree-item-height); line-height: var(--tree-item-height); overflow: hidden; text-overflow: ellipsis; } #nav-tree .item > a:focus { outline: none; } #nav-sync { bottom: 12px; right: 12px; top: auto !important; user-select: none; } #nav-tree .selected { text-shadow: none; background-image: none; background-color: transparent; position: relative; color: var(--primary-color) !important; font-weight: 500; } #nav-tree .selected::after { content: ""; position: absolute; top: 1px; bottom: 1px; left: 0; width: 4px; border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0; background: var(--primary-color); } #nav-tree a { color: var(--side-nav-foreground) !important; font-weight: normal; } #nav-tree a:focus { outline-style: auto; } #nav-tree .arrow { opacity: var(--side-nav-arrow-opacity); background: none; } .arrow { color: inherit; cursor: pointer; font-size: 45%; vertical-align: middle; margin-right: 2px; font-family: serif; height: auto; text-align: right; } #nav-tree div.item:hover .arrow, #nav-tree a:focus .arrow { opacity: var(--side-nav-arrow-hover-opacity); } #nav-tree .selected a { color: var(--primary-color) !important; font-weight: bolder; font-weight: 600; } .ui-resizable-e { width: 4px; background: transparent; box-shadow: inset -1px 0 0 0 var(--separator-color); } /* Contents */ div.header { border-bottom: 1px solid var(--separator-color); background-color: var(--page-background-color); background-image: none; } @media screen and (min-width: 1000px) { #doc-content > div > div.contents, .PageDoc > div.contents { display: flex; flex-direction: row-reverse; flex-wrap: nowrap; align-items: flex-start; } div.contents .textblock { min-width: 200px; flex-grow: 1; } } div.contents, div.header .title, div.header .summary { max-width: var(--content-maxwidth); } div.contents, div.header .title { line-height: initial; margin: calc(var(--spacing-medium) + .2em) auto var(--spacing-medium) auto; } div.header .summary { margin: var(--spacing-medium) auto 0 auto; } div.headertitle { padding: 0; } div.header .title { font-weight: 600; font-size: 225%; padding: var(--spacing-medium) var(--spacing-large); word-break: break-word; } div.header .summary { width: auto; display: block; float: none; padding: 0 var(--spacing-large); } td.memSeparator { border-color: var(--separator-color); } span.mlabel { background: var(--primary-color); border: none; padding: 4px 9px; border-radius: 12px; margin-right: var(--spacing-medium); } span.mlabel:last-of-type { margin-right: 2px; } div.contents { padding: 0 var(--spacing-large); } div.contents p, div.contents li { line-height: var(--content-line-height); } div.contents div.dyncontent { margin: var(--spacing-medium) 0; } @media (prefers-color-scheme: dark) { html:not(.light-mode) div.contents div.dyncontent img, html:not(.light-mode) div.contents center img, html:not(.light-mode) div.contents > table img, html:not(.light-mode) div.contents div.dyncontent iframe, html:not(.light-mode) div.contents center iframe, html:not(.light-mode) div.contents table iframe, html:not(.light-mode) div.contents .dotgraph iframe { filter: brightness(89%) hue-rotate(180deg) invert(); } } html.dark-mode div.contents div.dyncontent img, html.dark-mode div.contents center img, html.dark-mode div.contents > table img, html.dark-mode div.contents div.dyncontent iframe, html.dark-mode div.contents center iframe, html.dark-mode div.contents table iframe, html.dark-mode div.contents .dotgraph iframe { filter: brightness(89%) hue-rotate(180deg) invert(); } h2.groupheader { border-bottom: 0px; color: var(--page-foreground-color); box-shadow: 100px 0 var(--page-background-color), -100px 0 var(--page-background-color), 100px 0.75px var(--separator-color), -100px 0.75px var(--separator-color), 500px 0 var(--page-background-color), -500px 0 var(--page-background-color), 500px 0.75px var(--separator-color), -500px 0.75px var(--separator-color), 900px 0 var(--page-background-color), -900px 0 var(--page-background-color), 900px 0.75px var(--separator-color), -900px 0.75px var(--separator-color), 1400px 0 var(--page-background-color), -1400px 0 var(--page-background-color), 1400px 0.75px var(--separator-color), -1400px 0.75px var(--separator-color), 1900px 0 var(--page-background-color), -1900px 0 var(--page-background-color), 1900px 0.75px var(--separator-color), -1900px 0.75px var(--separator-color); } blockquote { margin: 0 var(--spacing-medium) 0 var(--spacing-medium); padding: var(--spacing-small) var(--spacing-large); background: var(--blockquote-background); color: var(--blockquote-foreground); border-left: 0; overflow: visible; border-radius: var(--border-radius-medium); overflow: visible; position: relative; } blockquote::before, blockquote::after { font-weight: bold; font-family: serif; font-size: 360%; opacity: .15; position: absolute; } blockquote::before { content: "“"; left: -10px; top: 4px; } blockquote::after { content: "”"; right: -8px; bottom: -25px; } blockquote p { margin: var(--spacing-small) 0 var(--spacing-medium) 0; } .paramname, .paramname em { font-weight: 600; color: var(--primary-dark-color); } .paramname > code { border: 0; } table.params .paramname { font-weight: 600; font-family: var(--font-family-monospace); font-size: var(--code-font-size); padding-right: var(--spacing-small); line-height: var(--table-line-height); } h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow { text-shadow: 0 0 15px var(--primary-light-color); } .alphachar a { color: var(--page-foreground-color); } .dotgraph { max-width: 100%; overflow-x: scroll; } .dotgraph .caption { position: sticky; left: 0; } /* Wrap Graphviz graphs with the `interactive_dotgraph` class if `INTERACTIVE_SVG = YES` */ .interactive_dotgraph .dotgraph iframe { max-width: 100%; } /* Table of Contents */ div.contents .toc { max-height: var(--toc-max-height); min-width: var(--toc-width); border: 0; border-left: 1px solid var(--separator-color); border-radius: 0; background-color: var(--page-background-color); box-shadow: none; position: sticky; top: var(--toc-sticky-top); padding: 0 var(--spacing-large); margin: var(--spacing-small) 0 var(--spacing-large) var(--spacing-large); } div.toc h3 { color: var(--toc-foreground); font-size: var(--navigation-font-size); margin: var(--spacing-large) 0 var(--spacing-medium) 0; } div.toc li { padding: 0; background: none; line-height: var(--toc-font-size); margin: var(--toc-font-size) 0 0 0; } div.toc li::before { display: none; } div.toc ul { margin-top: 0 } div.toc li a { font-size: var(--toc-font-size); color: var(--page-foreground-color) !important; text-decoration: none; } div.toc li a:hover, div.toc li a.active { color: var(--primary-color) !important; } div.toc li a.aboveActive { color: var(--page-secondary-foreground-color) !important; } @media screen and (max-width: 999px) { div.contents .toc { max-height: 45vh; float: none; width: auto; margin: 0 0 var(--spacing-medium) 0; position: relative; top: 0; position: relative; border: 1px solid var(--separator-color); border-radius: var(--border-radius-medium); background-color: var(--toc-background); box-shadow: var(--box-shadow); } div.contents .toc.interactive { max-height: calc(var(--navigation-font-size) + 2 * var(--spacing-large)); overflow: hidden; } div.contents .toc > h3 { -webkit-tap-highlight-color: transparent; cursor: pointer; position: sticky; top: 0; background-color: var(--toc-background); margin: 0; padding: var(--spacing-large) 0; display: block; } div.contents .toc.interactive > h3::before { content: ""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--primary-color); display: inline-block; margin-right: var(--spacing-small); margin-bottom: calc(var(--navigation-font-size) / 4); transform: rotate(-90deg); transition: transform var(--animation-duration) ease-out; } div.contents .toc.interactive.open > h3::before { transform: rotate(0deg); } div.contents .toc.interactive.open { max-height: 45vh; overflow: auto; transition: max-height 0.2s ease-in-out; } div.contents .toc a, div.contents .toc a.active { color: var(--primary-color) !important; } div.contents .toc a:hover { text-decoration: underline; } } /* Code & Fragments */ code, div.fragment, pre.fragment { border-radius: var(--border-radius-small); border: 1px solid var(--separator-color); overflow: hidden; } code { display: inline; background: var(--code-background); color: var(--code-foreground); padding: 2px 6px; } div.fragment, pre.fragment { margin: var(--spacing-medium) 0; padding: calc(var(--spacing-large) - (var(--spacing-large) / 6)) var(--spacing-large); background: var(--fragment-background); color: var(--fragment-foreground); overflow-x: auto; } @media screen and (max-width: 767px) { div.fragment, pre.fragment { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; } .contents > div.fragment, .textblock > div.fragment, .textblock > pre.fragment, .textblock > .tabbed > ul > li > div.fragment, .textblock > .tabbed > ul > li > pre.fragment, .contents > .doxygen-awesome-fragment-wrapper > div.fragment, .textblock > .doxygen-awesome-fragment-wrapper > div.fragment, .textblock > .doxygen-awesome-fragment-wrapper > pre.fragment, .textblock > .tabbed > ul > li > .doxygen-awesome-fragment-wrapper > div.fragment, .textblock > .tabbed > ul > li > .doxygen-awesome-fragment-wrapper > pre.fragment { margin: var(--spacing-medium) calc(0px - var(--spacing-large)); border-radius: 0; border-left: 0; } .textblock li > .fragment, .textblock li > .doxygen-awesome-fragment-wrapper > .fragment { margin: var(--spacing-medium) calc(0px - var(--spacing-large)); } .memdoc li > .fragment, .memdoc li > .doxygen-awesome-fragment-wrapper > .fragment { margin: var(--spacing-medium) calc(0px - var(--spacing-medium)); } .textblock ul, .memdoc ul { overflow: initial; } .memdoc > div.fragment, .memdoc > pre.fragment, dl dd > div.fragment, dl dd pre.fragment, .memdoc > .doxygen-awesome-fragment-wrapper > div.fragment, .memdoc > .doxygen-awesome-fragment-wrapper > pre.fragment, dl dd > .doxygen-awesome-fragment-wrapper > div.fragment, dl dd .doxygen-awesome-fragment-wrapper > pre.fragment { margin: var(--spacing-medium) calc(0px - var(--spacing-medium)); border-radius: 0; border-left: 0; } } code, code a, pre.fragment, div.fragment, div.fragment .line, div.fragment span, div.fragment .line a, div.fragment .line span { font-family: var(--font-family-monospace); font-size: var(--code-font-size) !important; } div.line:after { margin-right: var(--spacing-medium); } div.fragment .line, pre.fragment { white-space: pre; word-wrap: initial; line-height: var(--fragment-lineheight); } div.fragment span.keyword { color: var(--fragment-keyword); } div.fragment span.keywordtype { color: var(--fragment-keywordtype); } div.fragment span.keywordflow { color: var(--fragment-keywordflow); } div.fragment span.stringliteral { color: var(--fragment-token) } div.fragment span.comment { color: var(--fragment-comment); } div.fragment a.code { color: var(--fragment-link) !important; } div.fragment span.preprocessor { color: var(--fragment-preprocessor); } div.fragment span.lineno { display: inline-block; width: 27px; border-right: none; background: var(--fragment-linenumber-background); color: var(--fragment-linenumber-color); } div.fragment span.lineno a { background: none; color: var(--fragment-link) !important; } div.fragment > .line:first-child .lineno { box-shadow: -999999px 0px 0 999999px var(--fragment-linenumber-background), -999998px 0px 0 999999px var(--fragment-linenumber-border); background-color: var(--fragment-linenumber-background) !important; } div.line { border-radius: var(--border-radius-small); } div.line.glow { background-color: var(--primary-light-color); box-shadow: none; } /* dl warning, attention, note, deprecated, bug, ... */ dl.bug dt a, dl.deprecated dt a, dl.todo dt a { font-weight: bold !important; } dl.warning, dl.attention, dl.note, dl.deprecated, dl.bug, dl.invariant, dl.pre, dl.post, dl.todo, dl.remark { padding: var(--spacing-medium); margin: var(--spacing-medium) 0; color: var(--page-background-color); overflow: hidden; margin-left: 0; border-radius: var(--border-radius-small); } dl.section dd { margin-bottom: 2px; } dl.warning, dl.attention { background: var(--warning-color); border-left: 8px solid var(--warning-color-dark); color: var(--warning-color-darker); } dl.warning dt, dl.attention dt { color: var(--warning-color-dark); } dl.note, dl.remark { background: var(--note-color); border-left: 8px solid var(--note-color-dark); color: var(--note-color-darker); } dl.note dt, dl.remark dt { color: var(--note-color-dark); } dl.todo { background: var(--todo-color); border-left: 8px solid var(--todo-color-dark); color: var(--todo-color-darker); } dl.todo dt a { color: var(--todo-color-dark) !important; } dl.bug dt a { color: var(--todo-color-dark) !important; } dl.bug { background: var(--bug-color); border-left: 8px solid var(--bug-color-dark); color: var(--bug-color-darker); } dl.bug dt a { color: var(--bug-color-dark) !important; } dl.deprecated { background: var(--deprecated-color); border-left: 8px solid var(--deprecated-color-dark); color: var(--deprecated-color-darker); } dl.deprecated dt a { color: var(--deprecated-color-dark) !important; } dl.section dd, dl.bug dd, dl.deprecated dd, dl.todo dd { margin-inline-start: 0px; } dl.invariant, dl.pre, dl.post { background: var(--invariant-color); border-left: 8px solid var(--invariant-color-dark); color: var(--invariant-color-darker); } dl.invariant dt, dl.pre dt, dl.post dt { color: var(--invariant-color-dark); } /* memitem */ div.memdoc, div.memproto, h2.memtitle { box-shadow: none; background-image: none; border: none; } div.memdoc { padding: 0 var(--spacing-medium); background: var(--page-background-color); } h2.memtitle, div.memitem { border: 1px solid var(--separator-color); box-shadow: var(--box-shadow); } h2.memtitle { box-shadow: 0px var(--spacing-medium) 0 -1px var(--fragment-background), var(--box-shadow); } div.memitem { transition: none; } div.memproto, h2.memtitle { background: var(--fragment-background); } h2.memtitle { font-weight: 500; font-size: var(--memtitle-font-size); font-family: var(--font-family-monospace); border-bottom: none; border-top-left-radius: var(--border-radius-medium); border-top-right-radius: var(--border-radius-medium); word-break: break-all; position: relative; } h2.memtitle:after { content: ""; display: block; background: var(--fragment-background); height: var(--spacing-medium); bottom: calc(0px - var(--spacing-medium)); left: 0; right: -14px; position: absolute; border-top-right-radius: var(--border-radius-medium); } h2.memtitle > span.permalink { font-size: inherit; } h2.memtitle > span.permalink > a { text-decoration: none; padding-left: 3px; margin-right: -4px; user-select: none; display: inline-block; margin-top: -6px; } h2.memtitle > span.permalink > a:hover { color: var(--primary-dark-color) !important; } a:target + h2.memtitle, a:target + h2.memtitle + div.memitem { border-color: var(--primary-light-color); } div.memitem { border-top-right-radius: var(--border-radius-medium); border-bottom-right-radius: var(--border-radius-medium); border-bottom-left-radius: var(--border-radius-medium); overflow: hidden; display: block !important; } div.memdoc { border-radius: 0; } div.memproto { border-radius: 0 var(--border-radius-small) 0 0; overflow: auto; border-bottom: 1px solid var(--separator-color); padding: var(--spacing-medium); margin-bottom: -1px; } div.memtitle { border-top-right-radius: var(--border-radius-medium); border-top-left-radius: var(--border-radius-medium); } div.memproto table.memname { font-family: var(--font-family-monospace); color: var(--page-foreground-color); font-size: var(--memname-font-size); text-shadow: none; } div.memproto div.memtemplate { font-family: var(--font-family-monospace); color: var(--primary-dark-color); font-size: var(--memname-font-size); margin-left: 2px; text-shadow: none; } table.mlabels, table.mlabels > tbody { display: block; } td.mlabels-left { width: auto; } td.mlabels-right { margin-top: 3px; position: sticky; left: 0; } table.mlabels > tbody > tr:first-child { display: flex; justify-content: space-between; flex-wrap: wrap; } .memname, .memitem span.mlabels { margin: 0 } /* reflist */ dl.reflist { box-shadow: var(--box-shadow); border-radius: var(--border-radius-medium); border: 1px solid var(--separator-color); overflow: hidden; padding: 0; } dl.reflist dt, dl.reflist dd { box-shadow: none; text-shadow: none; background-image: none; border: none; padding: 12px; } dl.reflist dt { font-weight: 500; border-radius: 0; background: var(--code-background); border-bottom: 1px solid var(--separator-color); color: var(--page-foreground-color) } dl.reflist dd { background: none; } /* Table */ .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname), .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody { display: inline-block; max-width: 100%; } .contents > table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname):not(.classindex) { margin-left: calc(0px - var(--spacing-large)); margin-right: calc(0px - var(--spacing-large)); max-width: calc(100% + 2 * var(--spacing-large)); } table.fieldtable, table.markdownTable tbody, table.doxtable tbody { border: none; margin: var(--spacing-medium) 0; box-shadow: 0 0 0 1px var(--separator-color); border-radius: var(--border-radius-small); } table.markdownTable, table.doxtable, table.fieldtable { padding: 1px; } table.doxtable caption { display: block; } table.fieldtable { border-collapse: collapse; width: 100%; } th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone, table.doxtable th { background: var(--tablehead-background); color: var(--tablehead-foreground); font-weight: 600; font-size: var(--page-font-size); } th.markdownTableHeadLeft:first-child, th.markdownTableHeadRight:first-child, th.markdownTableHeadCenter:first-child, th.markdownTableHeadNone:first-child, table.doxtable tr th:first-child { border-top-left-radius: var(--border-radius-small); } th.markdownTableHeadLeft:last-child, th.markdownTableHeadRight:last-child, th.markdownTableHeadCenter:last-child, th.markdownTableHeadNone:last-child, table.doxtable tr th:last-child { border-top-right-radius: var(--border-radius-small); } table.markdownTable td, table.markdownTable th, table.fieldtable td, table.fieldtable th, table.doxtable td, table.doxtable th { border: 1px solid var(--separator-color); padding: var(--spacing-small) var(--spacing-medium); } table.markdownTable td:last-child, table.markdownTable th:last-child, table.fieldtable td:last-child, table.fieldtable th:last-child, table.doxtable td:last-child, table.doxtable th:last-child { border-right: none; } table.markdownTable td:first-child, table.markdownTable th:first-child, table.fieldtable td:first-child, table.fieldtable th:first-child, table.doxtable td:first-child, table.doxtable th:first-child { border-left: none; } table.markdownTable tr:first-child td, table.markdownTable tr:first-child th, table.fieldtable tr:first-child td, table.fieldtable tr:first-child th, table.doxtable tr:first-child td, table.doxtable tr:first-child th { border-top: none; } table.markdownTable tr:last-child td, table.markdownTable tr:last-child th, table.fieldtable tr:last-child td, table.fieldtable tr:last-child th, table.doxtable tr:last-child td, table.doxtable tr:last-child th { border-bottom: none; } table.markdownTable tr, table.doxtable tr { border-bottom: 1px solid var(--separator-color); } table.markdownTable tr:last-child, table.doxtable tr:last-child { border-bottom: none; } .full_width_table table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) { display: block; } .full_width_table table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody { display: table; width: 100%; } table.fieldtable th { font-size: var(--page-font-size); font-weight: 600; background-image: none; background-color: var(--tablehead-background); color: var(--tablehead-foreground); } table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th { border-bottom: 1px solid var(--separator-color); border-right: 1px solid var(--separator-color); } table.fieldtable tr:last-child td:first-child { border-bottom-left-radius: var(--border-radius-small); } table.fieldtable tr:last-child td:last-child { border-bottom-right-radius: var(--border-radius-small); } .memberdecls td.glow, .fieldtable tr.glow { background-color: var(--primary-light-color); box-shadow: none; } table.memberdecls { display: block; -webkit-tap-highlight-color: transparent; } table.memberdecls tr[class^='memitem'] { font-family: var(--font-family-monospace); font-size: var(--code-font-size); } table.memberdecls tr[class^='memitem'] .memTemplParams { font-family: var(--font-family-monospace); font-size: var(--code-font-size); color: var(--primary-dark-color); white-space: normal; } table.memberdecls .memItemLeft, table.memberdecls .memItemRight, table.memberdecls .memTemplItemLeft, table.memberdecls .memTemplItemRight, table.memberdecls .memTemplParams { transition: none; padding-top: var(--spacing-small); padding-bottom: var(--spacing-small); border-top: 1px solid var(--separator-color); border-bottom: 1px solid var(--separator-color); background-color: var(--fragment-background); } table.memberdecls .memTemplItemLeft, table.memberdecls .memTemplItemRight { padding-top: 2px; } table.memberdecls .memTemplParams { border-bottom: 0; border-left: 1px solid var(--separator-color); border-right: 1px solid var(--separator-color); border-radius: var(--border-radius-small) var(--border-radius-small) 0 0; padding-bottom: var(--spacing-small); } table.memberdecls .memTemplItemLeft { border-radius: 0 0 0 var(--border-radius-small); border-left: 1px solid var(--separator-color); border-top: 0; } table.memberdecls .memTemplItemRight { border-radius: 0 0 var(--border-radius-small) 0; border-right: 1px solid var(--separator-color); padding-left: 0; border-top: 0; } table.memberdecls .memItemLeft { border-radius: var(--border-radius-small) 0 0 var(--border-radius-small); border-left: 1px solid var(--separator-color); padding-left: var(--spacing-medium); padding-right: 0; } table.memberdecls .memItemRight { border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0; border-right: 1px solid var(--separator-color); padding-right: var(--spacing-medium); padding-left: 0; } table.memberdecls .mdescLeft, table.memberdecls .mdescRight { background: none; color: var(--page-foreground-color); padding: var(--spacing-small) 0; } table.memberdecls .memItemLeft, table.memberdecls .memTemplItemLeft { padding-right: var(--spacing-medium); } table.memberdecls .memSeparator { background: var(--page-background-color); height: var(--spacing-large); border: 0; transition: none; } table.memberdecls .groupheader { margin-bottom: var(--spacing-large); } table.memberdecls .inherit_header td { padding: 0 0 var(--spacing-medium) 0; text-indent: -12px; color: var(--page-secondary-foreground-color); } table.memberdecls img[src="closed.png"], table.memberdecls img[src="open.png"], div.dynheader img[src="open.png"], div.dynheader img[src="closed.png"] { width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--primary-color); margin-top: 8px; display: block; float: left; margin-left: -10px; transition: transform var(--animation-duration) ease-out; } table.memberdecls img { margin-right: 10px; } table.memberdecls img[src="closed.png"], div.dynheader img[src="closed.png"] { transform: rotate(-90deg); } .compoundTemplParams { font-family: var(--font-family-monospace); color: var(--primary-dark-color); font-size: var(--code-font-size); } @media screen and (max-width: 767px) { table.memberdecls .memItemLeft, table.memberdecls .memItemRight, table.memberdecls .mdescLeft, table.memberdecls .mdescRight, table.memberdecls .memTemplItemLeft, table.memberdecls .memTemplItemRight, table.memberdecls .memTemplParams { display: block; text-align: left; padding-left: var(--spacing-large); margin: 0 calc(0px - var(--spacing-large)) 0 calc(0px - var(--spacing-large)); border-right: none; border-left: none; border-radius: 0; white-space: normal; } table.memberdecls .memItemLeft, table.memberdecls .mdescLeft, table.memberdecls .memTemplItemLeft { border-bottom: 0; padding-bottom: 0; } table.memberdecls .memTemplItemLeft { padding-top: 0; } table.memberdecls .mdescLeft { margin-bottom: calc(0px - var(--page-font-size)); } table.memberdecls .memItemRight, table.memberdecls .mdescRight, table.memberdecls .memTemplItemRight { border-top: 0; padding-top: 0; padding-right: var(--spacing-large); overflow-x: auto; } table.memberdecls tr[class^='memitem']:not(.inherit) { display: block; width: calc(100vw - 2 * var(--spacing-large)); } table.memberdecls .mdescRight { color: var(--page-foreground-color); } table.memberdecls tr.inherit { visibility: hidden; } table.memberdecls tr[style="display: table-row;"] { display: block !important; visibility: visible; width: calc(100vw - 2 * var(--spacing-large)); animation: fade .5s; } @keyframes fade { 0% { opacity: 0; max-height: 0; } 100% { opacity: 1; max-height: 200px; } } } /* Horizontal Rule */ hr { margin-top: var(--spacing-large); margin-bottom: var(--spacing-large); height: 1px; background-color: var(--separator-color); border: 0; } .contents hr { box-shadow: 100px 0 var(--separator-color), -100px 0 var(--separator-color), 500px 0 var(--separator-color), -500px 0 var(--separator-color), 900px 0 var(--separator-color), -900px 0 var(--separator-color), 1400px 0 var(--separator-color), -1400px 0 var(--separator-color), 1900px 0 var(--separator-color), -1900px 0 var(--separator-color); } .contents img, .contents .center, .contents center, .contents div.image object { max-width: 100%; overflow: auto; } @media screen and (max-width: 767px) { .contents .dyncontent > .center, .contents > center { margin-left: calc(0px - var(--spacing-large)); margin-right: calc(0px - var(--spacing-large)); max-width: calc(100% + 2 * var(--spacing-large)); } } /* Directories */ div.directory { border-top: 1px solid var(--separator-color); border-bottom: 1px solid var(--separator-color); width: auto; } table.directory { font-family: var(--font-family); font-size: var(--page-font-size); font-weight: normal; width: 100%; } table.directory td.entry, table.directory td.desc { padding: calc(var(--spacing-small) / 2) var(--spacing-small); line-height: var(--table-line-height); } table.directory tr.even td:last-child { border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0; } table.directory tr.even td:first-child { border-radius: var(--border-radius-small) 0 0 var(--border-radius-small); } table.directory tr.even:last-child td:last-child { border-radius: 0 var(--border-radius-small) 0 0; } table.directory tr.even:last-child td:first-child { border-radius: var(--border-radius-small) 0 0 0; } table.directory td.desc { min-width: 250px; } table.directory tr.even { background-color: var(--odd-color); } table.directory tr.odd { background-color: transparent; } .icona { width: auto; height: auto; margin: 0 var(--spacing-small); } .icon { background: var(--primary-color); border-radius: var(--border-radius-small); font-size: var(--page-font-size); padding: calc(var(--page-font-size) / 5); line-height: var(--page-font-size); transform: scale(0.8); height: auto; width: var(--page-font-size); user-select: none; } .iconfopen, .icondoc, .iconfclosed { background-position: center; margin-bottom: 0; height: var(--table-line-height); } .icondoc { filter: saturate(0.2); } @media screen and (max-width: 767px) { div.directory { margin-left: calc(0px - var(--spacing-large)); margin-right: calc(0px - var(--spacing-large)); } } @media (prefers-color-scheme: dark) { html:not(.light-mode) .iconfopen, html:not(.light-mode) .iconfclosed { filter: hue-rotate(180deg) invert(); } } html.dark-mode .iconfopen, html.dark-mode .iconfclosed { filter: hue-rotate(180deg) invert(); } /* Class list */ .classindex dl.odd { background: var(--odd-color); border-radius: var(--border-radius-small); } .classindex dl.even { background-color: transparent; } /* Class Index Doxygen 1.8 */ table.classindex { margin-left: 0; margin-right: 0; width: 100%; } table.classindex table div.ah { background-image: none; background-color: initial; border-color: var(--separator-color); color: var(--page-foreground-color); box-shadow: var(--box-shadow); border-radius: var(--border-radius-large); padding: var(--spacing-small); } div.qindex { background-color: var(--odd-color); border-radius: var(--border-radius-small); border: 1px solid var(--separator-color); padding: var(--spacing-small) 0; } /* Footer and nav-path */ #nav-path { width: 100%; } #nav-path ul { background-image: none; background: var(--page-background-color); border: none; border-top: 1px solid var(--separator-color); border-bottom: 1px solid var(--separator-color); border-bottom: 0; box-shadow: 0 0.75px 0 var(--separator-color); font-size: var(--navigation-font-size); } img.footer { width: 60px; } .navpath li.footer { color: var(--page-secondary-foreground-color); } address.footer { color: var(--page-secondary-foreground-color); margin-bottom: var(--spacing-large); } #nav-path li.navelem { background-image: none; display: flex; align-items: center; } .navpath li.navelem a { text-shadow: none; display: inline-block; color: var(--primary-color) !important; } .navpath li.navelem b { color: var(--primary-dark-color); font-weight: 500; } li.navelem { padding: 0; margin-left: -8px; } li.navelem:first-child { margin-left: var(--spacing-large); } li.navelem:first-child:before { display: none; } #nav-path li.navelem:after { content: ''; border: 5px solid var(--page-background-color); border-bottom-color: transparent; border-right-color: transparent; border-top-color: transparent; transform: translateY(-1px) scaleY(4.2); z-index: 10; margin-left: 6px; } #nav-path li.navelem:before { content: ''; border: 5px solid var(--separator-color); border-bottom-color: transparent; border-right-color: transparent; border-top-color: transparent; transform: translateY(-1px) scaleY(3.2); margin-right: var(--spacing-small); } .navpath li.navelem a:hover { color: var(--primary-color); } /* Scrollbars for Webkit */ #nav-tree::-webkit-scrollbar, div.fragment::-webkit-scrollbar, pre.fragment::-webkit-scrollbar, div.memproto::-webkit-scrollbar, .contents center::-webkit-scrollbar, .contents .center::-webkit-scrollbar, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody::-webkit-scrollbar, div.contents .toc::-webkit-scrollbar, .contents .dotgraph::-webkit-scrollbar, .contents .tabs-overview-container::-webkit-scrollbar { background: transparent; width: calc(var(--webkit-scrollbar-size) + var(--webkit-scrollbar-padding) + var(--webkit-scrollbar-padding)); height: calc(var(--webkit-scrollbar-size) + var(--webkit-scrollbar-padding) + var(--webkit-scrollbar-padding)); } #nav-tree::-webkit-scrollbar-thumb, div.fragment::-webkit-scrollbar-thumb, pre.fragment::-webkit-scrollbar-thumb, div.memproto::-webkit-scrollbar-thumb, .contents center::-webkit-scrollbar-thumb, .contents .center::-webkit-scrollbar-thumb, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody::-webkit-scrollbar-thumb, div.contents .toc::-webkit-scrollbar-thumb, .contents .dotgraph::-webkit-scrollbar-thumb, .contents .tabs-overview-container::-webkit-scrollbar-thumb { background-color: transparent; border: var(--webkit-scrollbar-padding) solid transparent; border-radius: calc(var(--webkit-scrollbar-padding) + var(--webkit-scrollbar-padding)); background-clip: padding-box; } #nav-tree:hover::-webkit-scrollbar-thumb, div.fragment:hover::-webkit-scrollbar-thumb, pre.fragment:hover::-webkit-scrollbar-thumb, div.memproto:hover::-webkit-scrollbar-thumb, .contents center:hover::-webkit-scrollbar-thumb, .contents .center:hover::-webkit-scrollbar-thumb, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody:hover::-webkit-scrollbar-thumb, div.contents .toc:hover::-webkit-scrollbar-thumb, .contents .dotgraph:hover::-webkit-scrollbar-thumb, .contents .tabs-overview-container:hover::-webkit-scrollbar-thumb { background-color: var(--webkit-scrollbar-color); } #nav-tree::-webkit-scrollbar-track, div.fragment::-webkit-scrollbar-track, pre.fragment::-webkit-scrollbar-track, div.memproto::-webkit-scrollbar-track, .contents center::-webkit-scrollbar-track, .contents .center::-webkit-scrollbar-track, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody::-webkit-scrollbar-track, div.contents .toc::-webkit-scrollbar-track, .contents .dotgraph::-webkit-scrollbar-track, .contents .tabs-overview-container::-webkit-scrollbar-track { background: transparent; } #nav-tree::-webkit-scrollbar-corner { background-color: var(--side-nav-background); } #nav-tree, div.fragment, pre.fragment, div.memproto, .contents center, .contents .center, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody, div.contents .toc { overflow-x: auto; overflow-x: overlay; } #nav-tree { overflow-x: auto; overflow-y: auto; overflow-y: overlay; } /* Scrollbars for Firefox */ #nav-tree, div.fragment, pre.fragment, div.memproto, .contents center, .contents .center, .contents table:not(.memberdecls):not(.mlabels):not(.fieldtable):not(.memname) tbody, div.contents .toc, .contents .dotgraph, .contents .tabs-overview-container { scrollbar-width: thin; } /* Optional Dark mode toggle button */ doxygen-awesome-dark-mode-toggle { display: inline-block; margin: 0 0 0 var(--spacing-small); padding: 0; width: var(--searchbar-height); height: var(--searchbar-height); background: none; border: none; border-radius: var(--searchbar-height); vertical-align: middle; text-align: center; line-height: var(--searchbar-height); font-size: 22px; display: flex; align-items: center; justify-content: center; user-select: none; cursor: pointer; } doxygen-awesome-dark-mode-toggle > svg { transition: transform var(--animation-duration) ease-in-out; } doxygen-awesome-dark-mode-toggle:active > svg { transform: scale(.5); } doxygen-awesome-dark-mode-toggle:hover { background-color: rgba(0,0,0,.03); } html.dark-mode doxygen-awesome-dark-mode-toggle:hover { background-color: rgba(0,0,0,.18); } /* Optional fragment copy button */ .doxygen-awesome-fragment-wrapper { position: relative; } doxygen-awesome-fragment-copy-button { opacity: 0; background: var(--fragment-background); width: 28px; height: 28px; position: absolute; right: calc(var(--spacing-large) - (var(--spacing-large) / 2.5)); top: calc(var(--spacing-large) - (var(--spacing-large) / 2.5)); border: 1px solid var(--fragment-foreground); cursor: pointer; border-radius: var(--border-radius-small); display: flex; justify-content: center; align-items: center; } .doxygen-awesome-fragment-wrapper:hover doxygen-awesome-fragment-copy-button, doxygen-awesome-fragment-copy-button.success { opacity: .28; } doxygen-awesome-fragment-copy-button:hover, doxygen-awesome-fragment-copy-button.success { opacity: 1 !important; } doxygen-awesome-fragment-copy-button:active:not([class~=success]) svg { transform: scale(.91); } doxygen-awesome-fragment-copy-button svg { fill: var(--fragment-foreground); width: 18px; height: 18px; } doxygen-awesome-fragment-copy-button.success svg { fill: rgb(14, 168, 14); } doxygen-awesome-fragment-copy-button.success { border-color: rgb(14, 168, 14); } @media screen and (max-width: 767px) { .textblock > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, .textblock li > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, .memdoc li > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, .memdoc > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button, dl dd > .doxygen-awesome-fragment-wrapper > doxygen-awesome-fragment-copy-button { right: 0; } } /* Optional paragraph link button */ a.anchorlink { font-size: 90%; margin-left: var(--spacing-small); color: var(--page-foreground-color) !important; text-decoration: none; opacity: .15; display: none; transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in-out; } a.anchorlink svg { fill: var(--page-foreground-color); } h3 a.anchorlink svg, h4 a.anchorlink svg { margin-bottom: -3px; margin-top: -4px; } a.anchorlink:hover { opacity: .45; } h2:hover a.anchorlink, h1:hover a.anchorlink, h3:hover a.anchorlink, h4:hover a.anchorlink { display: inline-block; } /* Optional tab feature */ .tabbed > ul { padding-inline-start: 0px; margin: 0; padding: var(--spacing-small) 0; } .tabbed > ul > li { display: none; } .tabbed > ul > li.selected { display: block; } .tabs-overview-container { overflow-x: auto; display: block; overflow-y: visible; } .tabs-overview { border-bottom: 1px solid var(--separator-color); display: flex; flex-direction: row; } @media screen and (max-width: 767px) { .tabs-overview-container { margin: 0 calc(0px - var(--spacing-large)); } .tabs-overview { padding: 0 var(--spacing-large) } } .tabs-overview button.tab-button { color: var(--page-foreground-color); margin: 0; border: none; background: transparent; padding: calc(var(--spacing-large) / 2) 0; display: inline-block; font-size: var(--page-font-size); cursor: pointer; box-shadow: 0 1px 0 0 var(--separator-color); position: relative; -webkit-tap-highlight-color: transparent; } .tabs-overview button.tab-button .tab-title::before { display: block; content: attr(title); font-weight: 600; height: 0; overflow: hidden; visibility: hidden; } .tabs-overview button.tab-button .tab-title { float: left; white-space: nowrap; font-weight: normal; padding: calc(var(--spacing-large) / 2) var(--spacing-large); border-radius: var(--border-radius-medium); transition: background-color var(--animation-duration) ease-in-out, font-weight var(--animation-duration) ease-in-out; } .tabs-overview button.tab-button:not(:last-child) .tab-title { box-shadow: 8px 0 0 -7px var(--separator-color); } .tabs-overview button.tab-button:hover .tab-title { background: var(--separator-color); box-shadow: none; } .tabs-overview button.tab-button.active .tab-title { font-weight: 600; } .tabs-overview button.tab-button::after { content: ''; display: block; position: absolute; left: 0; bottom: 0; right: 0; height: 0; width: 0%; margin: 0 auto; border-radius: var(--border-radius-small) var(--border-radius-small) 0 0; background-color: var(--primary-color); transition: width var(--animation-duration) ease-in-out, height var(--animation-duration) ease-in-out; } .tabs-overview button.tab-button.active::after { width: 100%; box-sizing: border-box; height: 3px; } /* Navigation Buttons */ .section_buttons:not(:empty) { margin-top: calc(var(--spacing-large) * 3); } .section_buttons table.markdownTable { display: block; width: 100%; } .section_buttons table.markdownTable tbody { display: table !important; width: 100%; box-shadow: none; border-spacing: 10px; } .section_buttons table.markdownTable td { padding: 0; } .section_buttons table.markdownTable th { display: none; } .section_buttons table.markdownTable tr.markdownTableHead { border: none; } .section_buttons tr th, .section_buttons tr td { background: none; border: none; padding: var(--spacing-large) 0 var(--spacing-small); } .section_buttons a { display: inline-block; border: 1px solid var(--separator-color); border-radius: var(--border-radius-medium); color: var(--page-secondary-foreground-color) !important; text-decoration: none; transition: color var(--animation-duration) ease-in-out, background-color var(--animation-duration) ease-in-out; } .section_buttons a:hover { color: var(--page-foreground-color) !important; background-color: var(--odd-color); } .section_buttons tr td.markdownTableBodyLeft a { padding: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) calc(var(--spacing-large) / 2); } .section_buttons tr td.markdownTableBodyRight a { padding: var(--spacing-medium) calc(var(--spacing-large) / 2) var(--spacing-medium) var(--spacing-large); } .section_buttons tr td.markdownTableBodyLeft a::before, .section_buttons tr td.markdownTableBodyRight a::after { color: var(--page-secondary-foreground-color) !important; display: inline-block; transition: color .08s ease-in-out, transform .09s ease-in-out; } .section_buttons tr td.markdownTableBodyLeft a::before { content: '〈'; padding-right: var(--spacing-large); } .section_buttons tr td.markdownTableBodyRight a::after { content: '〉'; padding-left: var(--spacing-large); } .section_buttons tr td.markdownTableBodyLeft a:hover::before { color: var(--page-foreground-color) !important; transform: translateX(-3px); } .section_buttons tr td.markdownTableBodyRight a:hover::after { color: var(--page-foreground-color) !important; transform: translateX(3px); } @media screen and (max-width: 450px) { .section_buttons a { width: 100%; box-sizing: border-box; } .section_buttons tr td:nth-of-type(1).markdownTableBodyLeft a { border-radius: var(--border-radius-medium) 0 0 var(--border-radius-medium); border-right: none; } .section_buttons tr td:nth-of-type(2).markdownTableBodyRight a { border-radius: 0 var(--border-radius-medium) var(--border-radius-medium) 0; } } ================================================ FILE: Administrative/docs/header.html ================================================ $projectname: $title $title $treeview $search $mathjax $darkmode $extrastylesheet
$projectname $projectnumber
$projectbrief
$projectbrief
$searchbox
$searchbox
================================================ FILE: Administrative/docs/index.html ================================================ Redirecting...

If you are not redirected automatically, click here.

================================================ FILE: Administrative/releaseFiles/DefaultSettingsWin.ini ================================================ [Platform] PluginsPath=Plugins HelpPath=Help [Library] Locations=Library DefaultLocation=Library [FilterWidget] Hidden=false [Policies] InstanceNames=$ComponentName$_$InstanceNumber$ HWViewNames=hierarchical, structural SWViewNames=software SysViewNames=system [Editor] IndentWidth=4 IndentStyle=1 Font=@Variant(\0\0\0@\0\0\0\x16\0\x43\0o\0u\0r\0i\0\x65\0r\0 \0N\0\x65\0w@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) Highlight\Keywords=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\Preprocessor=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\Strings=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\xa3\xa3\0\0\0\0\0\0\0\0) Highlight\SinglelineComments=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\xaa\xaa\0\0\0\0\0\0) Highlight\MultilineComments=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\xaa\xaa\0\0\0\0\0\0) Highlight\APITypes=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\APIFunc=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\xaa\xaa\0\0\x7f\x7f\0\0\x1\0) [Workspaces] Default\WindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1H\0\0\x4\x33\xfc\x2\0\0\0\x2\xfb\0\0\0\xe\0L\0i\0\x62\0r\0\x61\0r\0y\x1\0\0\0g\0\0\x3Y\0\0\x1\\\0\xff\xff\xff\xfb\0\0\0 \0\x43\0o\0m\0p\0o\0n\0\x65\0n\0t\0P\0r\0\x65\0v\0i\0\x65\0w\x1\0\0\x3\xc4\0\0\0\xd6\0\0\0\x8e\0\xff\xff\xff\0\0\0\x1\0\0\x1&\0\0\x4\x33\xfc\x2\0\0\0\x6\xfb\0\0\0\x1e\0I\0n\0s\0t\0\x61\0n\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0g\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x41\0\x64\0-\0h\0o\0\x63\0 \0V\0i\0s\0i\0\x62\0i\0l\0i\0t\0y\0\0\0\0\x7f\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0(\0\x43\0o\0n\0\x66\0i\0g\0u\0r\0\x61\0t\0i\0o\0n\0 \0\x65\0\x64\0i\0t\0o\0r\0\0\0\0\x97\0\0\x2\xd0\0\0\0\xc5\0\xff\xff\xff\xfb\0\0\0\x32\0H\0W\0 \0M\0\x61\0p\0p\0i\0n\0g\0 \0\x44\0\x65\0t\0\x61\0i\0l\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x3k\0\0\0\xff\0\0\0\xff\0\xff\xff\xff\xfb\0\0\0 \0I\0n\0t\0\x65\0r\0\x66\0\x61\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x4n\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x43\0o\0n\0n\0\x65\0\x63\0t\0i\0o\0n\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x4\x86\0\0\0\x14\0\0\0\x14\0\0\0\x14\0\0\0\x2\0\0\x6@\0\0\0\x63\xfc\x1\0\0\0\x1\xfb\0\0\0\b\0M\0\x65\0n\0u\x1\0\0\0\0\0\0\x6@\0\0\0\0\0\xff\xff\xff\0\0\0\x3\0\0\x4\xf4\0\0\0\xd6\xfc\x1\0\0\0\x3\xfb\0\0\0\f\0O\0u\0t\0p\0u\0t\x1\0\0\x1L\0\0\x3\x82\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x18\0\x43\0o\0n\0t\0\x65\0x\0t\0 \0H\0\x65\0l\0p\x1\0\0\x4\xd2\0\0\x1n\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x1c\0\x41\0\x64\0\x64\0r\0\x65\0s\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1*\0\xff\xff\xff\0\0\x4\xf4\0\0\x3Y\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\x2\xfc\0\0\0\0) Default\Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\xff\xff\xff\xf8\xff\xff\xff\xf8\0\0\x6G\0\0\x4\xb7\0\0\x1 \0\0\0\xe3\0\0\x5\x1f\0\0\x3\xe2\0\0\0\0\x2\0) Default\WindowPosition=@Point(-8 -8) Default\ConfigurationVisibility=true Default\SystemDetailsVisibility=true Default\ConnectionVisibility=true Default\InstanceVisibility=true Default\AdHocVisibility=true Default\AddressVisibility=false Default\InterfaceVisibility=true Default\LibraryVisibility=true Default\OutputVisibility=true Default\ContextHelpVisibility=true Default\PreviewVisibility=true Design\WindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1H\0\0\x4\x33\xfc\x2\0\0\0\x2\xfb\0\0\0\xe\0L\0i\0\x62\0r\0\x61\0r\0y\x1\0\0\0g\0\0\x3Y\0\0\x1\\\0\xff\xff\xff\xfb\0\0\0 \0\x43\0o\0m\0p\0o\0n\0\x65\0n\0t\0P\0r\0\x65\0v\0i\0\x65\0w\x1\0\0\x3\xc4\0\0\0\xd6\0\0\0\x8e\0\xff\xff\xff\0\0\0\x1\0\0\x1&\0\0\x4\x33\xfc\x2\0\0\0\x6\xfb\0\0\0(\0\x43\0o\0n\0\x66\0i\0g\0u\0r\0\x61\0t\0i\0o\0n\0 \0\x65\0\x64\0i\0t\0o\0r\0\0\0\0g\0\0\x1\xb5\0\0\0\xc5\0\xff\xff\xff\xfb\0\0\0\x1e\0I\0n\0s\0t\0\x61\0n\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2 \0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0 \0I\0n\0t\0\x65\0r\0\x66\0\x61\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2\x38\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x43\0o\0n\0n\0\x65\0\x63\0t\0i\0o\0n\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2P\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\x32\0H\0W\0 \0M\0\x61\0p\0p\0i\0n\0g\0 \0\x44\0\x65\0t\0\x61\0i\0l\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2h\0\0\x2\x32\0\0\0\xff\0\xff\xff\xff\xfb\0\0\0\"\0\x41\0\x64\0-\0h\0o\0\x63\0 \0V\0i\0s\0i\0\x62\0i\0l\0i\0t\0y\0\0\0\x2\xe3\0\0\x1\x87\0\0\0\x14\0\0\0\x14\0\0\0\x2\0\0\x6@\0\0\0\x63\xfc\x1\0\0\0\x1\xfb\0\0\0\b\0M\0\x65\0n\0u\x1\0\0\0\0\0\0\x6@\0\0\0\0\0\xff\xff\xff\0\0\0\x3\0\0\x4\xf4\0\0\0\xd6\xfc\x1\0\0\0\x3\xfb\0\0\0\f\0O\0u\0t\0p\0u\0t\x1\0\0\x1L\0\0\x3&\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x18\0\x43\0o\0n\0t\0\x65\0x\0t\0 \0H\0\x65\0l\0p\x1\0\0\x4v\0\0\x1\xca\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x1c\0\x41\0\x64\0\x64\0r\0\x65\0s\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1*\0\xff\xff\xff\0\0\x4\xf4\0\0\x3Y\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\x2\xfc\0\0\0\0) Design\Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\xff\xff\xff\xf8\xff\xff\xff\xf8\0\0\x6G\0\0\x4\xb7\0\0\x1 \0\0\0\xe3\0\0\x5\x1f\0\0\x3\xe2\0\0\0\0\x2\0) Design\WindowPosition=@Point(-8 -8) Design\ConfigurationVisibility=true Design\SystemDetailsVisibility=true Design\ConnectionVisibility=true Design\InstanceVisibility=true Design\AdHocVisibility=false Design\AddressVisibility=false Design\InterfaceVisibility=true Design\LibraryVisibility=true Design\OutputVisibility=true Design\ContextHelpVisibility=true Design\PreviewVisibility=true CurrentWorkspace=Default ================================================ FILE: Administrative/releaseFiles/Kactus2.ini ================================================ [Platform] PluginsPath=/usr/share/kactus2/plugins HelpPath=/usr/share/kactus2/help [Library] Locations=/usr/share/kactus2/library [FilterWidget] Hidden=false [Policies] InstanceNames=$ComponentName$_$InstanceNumber$ HWViewNames=hierarchical, structural SWViewNames=software SysViewNames=system [Editor] IndentWidth=4 IndentStyle=1 Font=@Variant(\0\0\0@\0\0\0\x16\0\x43\0o\0u\0r\0i\0\x65\0r\0 \0N\0\x65\0w@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) Highlight\Keywords=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\Preprocessor=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\Strings=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\xa3\xa3\0\0\0\0\0\0\0\0) Highlight\SinglelineComments=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\xaa\xaa\0\0\0\0\0\0) Highlight\MultilineComments=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\xaa\xaa\0\0\0\0\0\0) Highlight\APITypes=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\0\0\0\0\xff\xff\0\0\0\0) Highlight\APIFunc=@Variant(\0\0\0\x7f\0\0\0\x13HighlightStyleDesc\0\x1\xff\xff\xaa\xaa\0\0\x7f\x7f\0\0\x1\0) [Workspaces] Default\WindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1H\0\0\x4\x33\xfc\x2\0\0\0\x2\xfb\0\0\0\xe\0L\0i\0\x62\0r\0\x61\0r\0y\x1\0\0\0g\0\0\x3Y\0\0\x1\\\0\xff\xff\xff\xfb\0\0\0 \0\x43\0o\0m\0p\0o\0n\0\x65\0n\0t\0P\0r\0\x65\0v\0i\0\x65\0w\x1\0\0\x3\xc4\0\0\0\xd6\0\0\0\x8e\0\xff\xff\xff\0\0\0\x1\0\0\x1&\0\0\x4\x33\xfc\x2\0\0\0\x6\xfb\0\0\0\x1e\0I\0n\0s\0t\0\x61\0n\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0g\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x41\0\x64\0-\0h\0o\0\x63\0 \0V\0i\0s\0i\0\x62\0i\0l\0i\0t\0y\0\0\0\0\x7f\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0(\0\x43\0o\0n\0\x66\0i\0g\0u\0r\0\x61\0t\0i\0o\0n\0 \0\x65\0\x64\0i\0t\0o\0r\0\0\0\0\x97\0\0\x2\xd0\0\0\0\xc5\0\xff\xff\xff\xfb\0\0\0\x32\0H\0W\0 \0M\0\x61\0p\0p\0i\0n\0g\0 \0\x44\0\x65\0t\0\x61\0i\0l\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x3k\0\0\0\xff\0\0\0\xff\0\xff\xff\xff\xfb\0\0\0 \0I\0n\0t\0\x65\0r\0\x66\0\x61\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x4n\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x43\0o\0n\0n\0\x65\0\x63\0t\0i\0o\0n\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x4\x86\0\0\0\x14\0\0\0\x14\0\0\0\x14\0\0\0\x2\0\0\x6@\0\0\0\x63\xfc\x1\0\0\0\x1\xfb\0\0\0\b\0M\0\x65\0n\0u\x1\0\0\0\0\0\0\x6@\0\0\0\0\0\xff\xff\xff\0\0\0\x3\0\0\x4\xf4\0\0\0\xd6\xfc\x1\0\0\0\x3\xfb\0\0\0\f\0O\0u\0t\0p\0u\0t\x1\0\0\x1L\0\0\x3\x82\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x18\0\x43\0o\0n\0t\0\x65\0x\0t\0 \0H\0\x65\0l\0p\x1\0\0\x4\xd2\0\0\x1n\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x1c\0\x41\0\x64\0\x64\0r\0\x65\0s\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1*\0\xff\xff\xff\0\0\x4\xf4\0\0\x3Y\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\x2\xfc\0\0\0\0) Default\Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\xff\xff\xff\xf8\xff\xff\xff\xf8\0\0\x6G\0\0\x4\xb7\0\0\x1 \0\0\0\xe3\0\0\x5\x1f\0\0\x3\xe2\0\0\0\0\x2\0) Default\WindowPosition=@Point(-8 -8) Default\ConfigurationVisibility=true Default\SystemDetailsVisibility=true Default\ConnectionVisibility=true Default\InstanceVisibility=true Default\AdHocVisibility=true Default\AddressVisibility=false Default\InterfaceVisibility=true Default\LibraryVisibility=true Default\OutputVisibility=true Default\ContextHelpVisibility=true Default\PreviewVisibility=true Design\WindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x4\0\0\0\0\0\0\x1H\0\0\x4\x33\xfc\x2\0\0\0\x2\xfb\0\0\0\xe\0L\0i\0\x62\0r\0\x61\0r\0y\x1\0\0\0g\0\0\x3Y\0\0\x1\\\0\xff\xff\xff\xfb\0\0\0 \0\x43\0o\0m\0p\0o\0n\0\x65\0n\0t\0P\0r\0\x65\0v\0i\0\x65\0w\x1\0\0\x3\xc4\0\0\0\xd6\0\0\0\x8e\0\xff\xff\xff\0\0\0\x1\0\0\x1&\0\0\x4\x33\xfc\x2\0\0\0\x6\xfb\0\0\0(\0\x43\0o\0n\0\x66\0i\0g\0u\0r\0\x61\0t\0i\0o\0n\0 \0\x65\0\x64\0i\0t\0o\0r\0\0\0\0g\0\0\x1\xb5\0\0\0\xc5\0\xff\xff\xff\xfb\0\0\0\x1e\0I\0n\0s\0t\0\x61\0n\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2 \0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0 \0I\0n\0t\0\x65\0r\0\x66\0\x61\0\x63\0\x65\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2\x38\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\"\0\x43\0o\0n\0n\0\x65\0\x63\0t\0i\0o\0n\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2P\0\0\0\x14\0\0\0\x14\0\0\0\x14\xfb\0\0\0\x32\0H\0W\0 \0M\0\x61\0p\0p\0i\0n\0g\0 \0\x44\0\x65\0t\0\x61\0i\0l\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\x2h\0\0\x2\x32\0\0\0\xff\0\xff\xff\xff\xfb\0\0\0\"\0\x41\0\x64\0-\0h\0o\0\x63\0 \0V\0i\0s\0i\0\x62\0i\0l\0i\0t\0y\0\0\0\x2\xe3\0\0\x1\x87\0\0\0\x14\0\0\0\x14\0\0\0\x2\0\0\x6@\0\0\0\x63\xfc\x1\0\0\0\x1\xfb\0\0\0\b\0M\0\x65\0n\0u\x1\0\0\0\0\0\0\x6@\0\0\0\0\0\xff\xff\xff\0\0\0\x3\0\0\x4\xf4\0\0\0\xd6\xfc\x1\0\0\0\x3\xfb\0\0\0\f\0O\0u\0t\0p\0u\0t\x1\0\0\x1L\0\0\x3&\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x18\0\x43\0o\0n\0t\0\x65\0x\0t\0 \0H\0\x65\0l\0p\x1\0\0\x4v\0\0\x1\xca\0\0\0P\0\xff\xff\xff\xfb\0\0\0\x1c\0\x41\0\x64\0\x64\0r\0\x65\0s\0s\0 \0\x45\0\x64\0i\0t\0o\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\x1*\0\xff\xff\xff\0\0\x4\xf4\0\0\x3Y\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\x2\xfc\0\0\0\0) Design\Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\xff\xff\xff\xf8\xff\xff\xff\xf8\0\0\x6G\0\0\x4\xb7\0\0\x1 \0\0\0\xe3\0\0\x5\x1f\0\0\x3\xe2\0\0\0\0\x2\0) Design\WindowPosition=@Point(-8 -8) Design\ConfigurationVisibility=true Design\SystemDetailsVisibility=true Design\ConnectionVisibility=true Design\InstanceVisibility=true Design\AdHocVisibility=false Design\AddressVisibility=false Design\InterfaceVisibility=true Design\LibraryVisibility=true Design\OutputVisibility=true Design\ContextHelpVisibility=true Design\PreviewVisibility=true CurrentWorkspace=Default ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/global.communication/iptlm/1.1/TLMW.1.1.xml ================================================ tut.fi global.communication TLMW 1.1 ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/global.communication/mcapi/1.063/mcapi.1.063.xml ================================================ tut.fi global.communication mcapi 1.063 ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/global.communication/mcapi/2.015/mcapi.2.015.xml ================================================ tut.fi global.communication mcapi 2.015 ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/ip.swp.api/IPTLM.apiDef/1.1/TLMW.apiDef.1.1.xml ================================================ tut.fi ip.swp.api TLMW.apiDef 1.1 ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/ip.swp.api/mcapi.apiDef/1.063/mcapi.apiDef.1.063.xml ================================================ tut.fi ip.swp.api mcapi.apiDef 1.063 ================================================ FILE: Administrative/releaseFiles/Library/tut.fi/ip.swp.api/mcapi.apiDef/2.015/mcapi.apiDef.2.015.xml ================================================ tut.fi ip.swp.api mcapi.apiDef 2.015 ================================================ FILE: Administrative/releaseFiles/gpl2.txt ================================================ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ================================================ FILE: Administrative/releaseFiles/kactus2.desktop ================================================ [Desktop Entry] Version=1.0 Type=Application Name=Kactus2 Comment=The most user-friendly IP-XACT based EDA tool ever! TryExec=kactus2 Exec=kactus2 Icon=/usr/share/pixmaps/kactus2.png Terminal=false StartupNotify=true Categories=Development; ================================================ FILE: Administrative/releaseFiles/kactus2.xpm ================================================ /* XPM */ static char *kactus_[] = { /* columns rows colors chars-per-pixel */ "32 32 235 2", " c #080B00", ". c #121401", "X c #191D00", "o c #1A1F09", "O c #1D2201", "+ c #1F220A", "@ c #212602", "# c #292F04", "$ c #262D0B", "% c #282E0C", "& c #2B3204", "* c #2F3805", "= c #2B330D", "- c #323B06", "; c #343D0B", ": c #2C3410", "> c #303516", ", c #343C12", "< c #383F11", "1 c #30351A", "2 c #374007", "3 c #374108", "4 c #3A440C", "5 c #3F490B", "6 c #374013", "7 c #3B4514", "8 c #3E4915", "9 c #3D451C", "0 c #3A4024", "q c #3B4233", "w c #424E0C", "e c #4E5A00", "r c #46530D", "t c #49550D", "y c #4E5B0D", "u c #515B00", "i c #505E0D", "p c #424C15", "a c #444F18", "s c #455115", "d c #495511", "f c #4E5B13", "g c #465218", "h c #495519", "j c #4D5A1A", "k c #515F14", "l c #515E1B", "z c #556314", "x c #586714", "c c #5C6C15", "v c #55631C", "b c #58671E", "n c #5B6A1D", "m c #606F17", "M c #414922", "N c #444C2A", "B c #4C5722", "V c #4C553A", "C c #545F37", "Z c #546025", "A c #596624", "S c #5D6C21", "D c #556135", "F c #5B6730", "G c #5D6932", "H c #5B673A", "J c #627221", "K c #6D7C2C", "L c #647135", "P c #687630", "I c #6A7A31", "U c #6B7A3F", "Y c #4C5648", "T c #535D41", "R c #545D4F", "E c #4E5751", "W c #555F57", "Q c #535F5D", "! c #556042", "~ c #616C4B", "^ c #687644", "/ c #6C7A47", "( c #65734C", ") c #6D7B4D", "_ c #626F51", "` c #6D7C51", "' c #6F7D5A", "] c #6B7862", "[ c #69776F", "{ c #6C796A", "} c #70803F", "| c #728247", " . c #72814E", ".. c #778653", "X. c #7D8C52", "o. c #738259", "O. c #77895C", "+. c #738664", "@. c #7F8D65", "#. c #74816E", "$. c #7B8A6F", "%. c #7F9564", "&. c #769068", "*. c #7E8E74", "=. c #778378", "-. c #788778", ";. c #7F8E7B", ":. c #859765", ">. c #83936D", ",. c #889A6A", "<. c #808D7B", "1. c #859575", "2. c #8B9D75", "3. c #88967F", "4. c #91A275", "5. c #92A57F", "6. c #6D828A", "7. c #788985", "8. c #7E928E", "9. c #788B91", "0. c #4BADF7", "q. c #46ABFA", "w. c #4BAEFA", "e. c #52AFF7", "r. c #50AFF8", "t. c #4DB0FD", "y. c #56B2F7", "u. c #59B3F7", "i. c #54B3FB", "p. c #5BB6FA", "a. c #5DB8FE", "s. c #63B8F7", "d. c #61B7F9", "f. c #64BAFC", "g. c #6BBDFB", "h. c #72BFF7", "j. c #71BFF9", "k. c #6DC0FE", "l. c #76C1F7", "z. c #78C1F7", "x. c #75C2FB", "c. c #7BC5FB", "v. c #7EC9FF", "b. c #8B9B85", "n. c #88978E", "m. c #819B8A", "M. c #839593", "N. c #839894", "B. c #87969D", "V. c #899D9F", "C. c #8EA684", "Z. c #90A280", "A. c #99AC86", "S. c #93A78E", "D. c #97A98E", "F. c #99AD93", "G. c #99A998", "H. c #8CAFAC", "J. c #94A3AA", "K. c #9EB3A2", "L. c #92ABB3", "P. c #9CBDBD", "I. c #A0B1A3", "U. c #A1B5AF", "Y. c #A4BCB4", "T. c #A8BBB4", "R. c #A9BFB8", "E. c #ABC0B5", "W. c #BACEBB", "Q. c #95B1C2", "!. c #9EBCCB", "~. c #9CBED3", "^. c #A6BCC7", "/. c #ABBCC5", "(. c #A4BFCD", "). c #96C4D5", "_. c #AEC8CD", "`. c #B3C7C7", "'. c #BBCEC1", "]. c #B4CDCE", "[. c #B8CCCB", "{. c #A5C2D4", "}. c #ACCAD0", "|. c #A4CADE", " X c #B1CDD3", ".X c #BCCFD3", "XX c #B2CBD9", "oX c #91C6E6", "OX c #97CDED", "+X c #82C7FA", "@X c #84CAFE", "#X c #8BCDFD", "$X c #92CFFC", "%X c #8ED1FF", "&X c #94D1FE", "*X c #9AD4FE", "=X c #97D8FF", "-X c #9ED9FF", ";X c #A4CBE6", ":X c #AACFE8", ">X c #AFD4EF", ",X c #B4D3E3", ".qX#X+X8XF.y t ' qXc.s.u.u.u.", "x.v.@X-XH.I |.*X%X#X7XaXiXA v v k .qX$X#XrX2.y r $.rXv.f.a.a.i.", "c.z.#XwX+.e Z.8X&X-XP.P b.L v Z k L 0X*X&XtX..k c 1.tX+Xf.p.i.u.", "x.z.#XrX( t | sX6XrXO.i 6 h v l l A ,X5X5X0XL v c G 4X#Xf.y.a.i.", "x.c.$XtX( r A .lXlXo.d p : j h h w b.kX4.x l g 7 % L.*Xg.y.e.i.", "k.x.#XrX-.; w ^ hXzX1.t g : j h h g D U z v j p 7 % Q.=Xk.i.i.i.", "g.h.+XrXn.- p Z pXzXG.d j : h g g g p d h 8 8 8 , = !.%Xs.i.i.t.", "k.k.v.8XL.; p d [.zX`.f v , p g g p p p ; T D 3 : 1 :X#Xs.i.t.i.", "g.g.c.5X(.4 8 5 I.lXaXG j , p p p p 8 < =.pXC ; & q 6Xv.p.y.t.t.", "g.g.l.&X1X0 8 4 1.hXgX*.w 7 8 p p 8 8 /.vX.X6 : @ W 8Xx.p.t.t.0.", "f.g.x.#XtXT 3 4 ( gXyXXXp 8 8 p p h n A.uX;.& : X 9.7Xg.i.i.t.i.", "f.f.g.c.rX{ * 7 B