Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AADLv2.1] Subprogram Group Subcomponents inside of Subprogram Groups Implementations #6

Closed
philip-alldredge opened this issue Feb 15, 2013 · 1 comment
Assignees
Labels

Comments

@philip-alldredge
Copy link

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;
yoogx added a commit that referenced this issue Feb 16, 2013
        part of AADLv2.1 legality rules

        Fixes for #6
yoogx added a commit that referenced this issue Feb 16, 2013
@yoogx yoogx closed this as completed Feb 16, 2013
@ghost ghost assigned yoogx Feb 16, 2013
@philip-alldredge
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants