You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spirit:busInterface>
<spirit:slave/>
<!-- OR -->
<spirit:master/>
...
<spirit:busInterface/>
in the current implementation of ipyxact they are always empty strings, regardless of their presence or absence in the IP-XACT file. Thus, it is not possible to extract master/slave information from the parsed structure.
I don't know if ipyxact can currently handle a case like this, but one option would be to set the property as True if it's defined, and False otherwise. However, I don't think this fits into your current scheme of defining the grammar/types using yaml.
The text was updated successfully, but these errors were encountered:
tpoikela
changed the title
<spirt: master/> and <spirit:slave /> info for BusInterfaces cannot be extracted in useful way
<spirit:master/> and <spirit:slave/> info for BusInterfaces cannot be extracted in useful way
Jun 10, 2021
Since master/slave is defined as an empty tag like this (see also http://www.accellera.org/XMLSchema/SPIRIT/1685-2009/busInterface.xsd) :
in the current implementation of
ipyxact
they are always empty strings, regardless of their presence or absence in the IP-XACT file. Thus, it is not possible to extract master/slave information from the parsed structure.I don't know if ipyxact can currently handle a case like this, but one option would be to set the property as True if it's defined, and False otherwise. However, I don't think this fits into your current scheme of defining the grammar/types using yaml.
The text was updated successfully, but these errors were encountered: