-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Lately I looked into scripting of a vendor independent IP workflow.
I've stumbled across this repo and it seems quite fitting for handling the IP-XACT files.
Since I have to make some adaptions anyway, I wondered if you would welcome it, if I tried to integrate it into this repo here?
The things I could imagine doing include:
- Extending the data model for
Componentand its required sub models - Implement the corresponding
FromXmlandToXmlmethods - Integrate the official conversion scripts found here to convert between the schema versions.
I'd want to make the data model conformant with the latest standard (that is 1685-2022) and convert XML files of older versions to it using the XSLT scripts provided by Accellera itself.
For the data model I would focus on the parts I need for my use case (so definitely no address spaces or memory maps etc.).
What do you think?
Paebbels