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
The end to end flow in the following model is not instantiated.
package issue643
public
system top
end top;
system implementation top.i
subcomponents
p: system S;
c: system S;
d: data;
connections
c0: data access p.a <-> d;
c1: data access d <-> c.a;
flows
e2e: end to end flow p -> c0 -> d -> c1 -> c;
end top.i;
system S
features
a: requires data access;
end S;
end issue643;
The text was updated successfully, but these errors were encountered:
The end to end flow in the following model is not instantiated.
The text was updated successfully, but these errors were encountered: