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

[Cider 2] First Pass Multi-component and Invokes #2119

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

EclecticGriffin
Copy link
Collaborator

Part of #1913.

The main change here is having a node for all component instances present in the program counter at all times. When the go port of the component is not high, these nodes are ignored.

There is a bug with this current implementation that causes extra step invocations to be required since they aren't considered until their go has been high for a cycle. This should be fixable by modifying the way assignments are gathered.

The PR also includes a first attempt at invokes and ref cells, the latter of which likely still have some issues to sort out.

Added a new test suite which features variations on the same (very basic) test program.

@EclecticGriffin EclecticGriffin enabled auto-merge (squash) June 7, 2024 14:57
@EclecticGriffin EclecticGriffin merged commit a1d99c2 into main Jun 7, 2024
18 checks passed
@EclecticGriffin EclecticGriffin deleted the cider2/multi-comp branch June 7, 2024 15:13
@EclecticGriffin EclecticGriffin mentioned this pull request Jun 11, 2024
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant