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

Post-codegen mutual exclusion analysis #951

Open
grebe opened this issue May 2, 2023 · 0 comments
Open

Post-codegen mutual exclusion analysis #951

grebe opened this issue May 2, 2023 · 0 comments
Labels
csp Relating to Communicating Sequential Processes or Kahn Process Network style concurrency models

Comments

@grebe
Copy link
Collaborator

grebe commented May 2, 2023

Post-codegen analysis may be needed to determine if channel operations are mutually exclusive. This may be because mutual exclusion is somehow data dependent in a way that can be determined only when a leaf block is integrated into the larger design context, or it may be because the proof is expensive and should be done out of band.

Regardless of the reason, it's useful to be able to do analysis after codegen. If multi-proc codegen is supported, an alternative channel adapter implementation can be substituted after codegen.

@cdleary cdleary added the csp Relating to Communicating Sequential Processes or Kahn Process Network style concurrency models label May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
csp Relating to Communicating Sequential Processes or Kahn Process Network style concurrency models
Projects
None yet
Development

No branches or pull requests

2 participants