-
Notifications
You must be signed in to change notification settings - Fork 63
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
Modal multiport #2422
Modal multiport #2422
Conversation
This looks good to me and solves the issue nicely. We might have to bump reactor-c again before merging, otherwise the newly introduced test in #2423 would fail. |
The test failure here requires this merge: lf-lang/reactor-c#490 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I've tried with few tests, solves this particular problem
Note that the Python failure indicates a segfault... |
It has always been the case that when a Python program fails, the main process segfaults. The segfault occurs after the failure, not before. It is really inelegant, but I haven't been able to figure out how to track it down. |
Modal models previously lacked support for multiports and banks. This fixes that problem.
Closes issue #2418.