-
Notifications
You must be signed in to change notification settings - Fork 8
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
Subprogram parameters are allowed as feature connection ends #1954
Comments
Looking at the spec, 9.1 (N1) says
(emphasis added) I assume that this is not a general rule, but specifically a reference to the syntactic rule
In any case, this may be source the confusion in the implementation. |
Test cases
Currently there are errors on
There are no errors on
although there should be. |
Need to fix |
Added test
to |
Fixed by PR #1983 |
Should not be allowed as no port, parameter, or access connections are allowed to connect to a parameter of a subprogram subcomponent.
The text was updated successfully, but these errors were encountered: