Skip to content

Permit boolean variables and expressions in SCEst statements #77

@a-sr

Description

@a-sr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions