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

Permit boolean variables and expressions in SCEst statements #77

Open
a-sr opened this issue Dec 16, 2022 · 0 comments
Open

Permit boolean variables and expressions in SCEst statements #77

a-sr opened this issue Dec 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@a-sr
Copy link
Member

a-sr commented Dec 16, 2022

The extension of the Esterel grammar into SCEst does not widen the admissible scope of trigger expressions and still requires signals. As a consequence, an abort cannot be triggered by a boolean variable, which should be possible in SCEst.

The SignalOrTickReferenceExpression grammar rule should be overridden to include variable references. However, this will transiently permit present checks on variables, which should be excluded by separating the rules or implementing validator checks.

@a-sr a-sr added the enhancement New feature or request label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant