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
A BindableInstance's RepresentedFeatures must not reference themselves, directly or indirectly.
Details
For example, if we have three BindableInstances ‘A’, ‘B’ and ‘C’, where ‘A’ represents ‘B’, ‘B’ represents ‘C’ and ‘C’ represents ‘A’, in the end ‘A’ indirectly represents ‘C’ and ‘C’ represents ‘A’, which is wrong.
Tips
Make sure there are no cycles when representing elements in parts and Ports.