Hi All
I got component whose file list is changing for different views, This component could also have more than one configuration, again for each configuration filelist could be different.
So criteria for any file to present depends not only on selected view but also on selected configuration
e.g. for component suppose USB
views are : simulation, synthesis
configurations are: high_speed, low_speed
filelist used will be decided by view * configurations combinations
so in this case 4 different ways
I am using Model.views.view element to define simulation, synthesis
But each view can have just one componentInstantiationRef and designConfigurationInstantiationRef
So in this ipxact xml cannot encode 2 configuration for one view
e.g view = simulation then componentInstantiation or designInstantiation must be one related to either high_speed or low_speed
Could you please let me know how I can solve this problem,
and encode all information
Thanks