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
I know the Ocarina has not been updated to support the changes in AADLv2.1. Ocarina currently does not support Subprogram Implementations containing Subprogram Group subcomponents. Test case below.
package test_spg
public
subprogram group spg_a
end spg_a;
subprogram group implementation spg_a.impl
end spg_a.impl;
subprogram group spg_b
end spg_b;
subprogram group implementation spg_b.impl
subcomponents
spga1 : subprogram group spg_a.impl;
end spg_b.impl;
system test
end test;
system implementation test.impl
subcomponents
spg_b1 : subprogram group spg_b.impl;
end test.impl;
end test_spg;
The text was updated successfully, but these errors were encountered:
I know the Ocarina has not been updated to support the changes in AADLv2.1. Ocarina currently does not support Subprogram Implementations containing Subprogram Group subcomponents. Test case below.
The text was updated successfully, but these errors were encountered: