Skip to content

Provide support for vendor specific extensions #35

@PeterCDMcLean

Description

@PeterCDMcLean

This is a feature request for adding support to parse major vendor extensions (Xilinx) to ipyxact.

Below is an example of a fileSet extension that specifies a dependency between a Xilinx core to a 'subCore'

    <spirit:fileSet>
      <spirit:name>xilinx_utilityxitfiles_xilinx_com_ip_xbip_utils_3_0__ref_view_fileset</spirit:name>
      <spirit:vendorExtensions>
        <xilinx:subCoreRef>
          <xilinx:componentRef xilinx:vendor="xilinx.com" xilinx:library="ip" xilinx:name="xbip_utils" xilinx:version="3.0" xilinx:coreRevision="10">
            <xilinx:mode xilinx:name="read_mode"/>
          </xilinx:componentRef>
        </xilinx:subCoreRef>
      </spirit:vendorExtensions>
    </spirit:fileSet>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions