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

Blockstatement ordering #238

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Blockstatement ordering #238

wants to merge 2 commits into from

Commits on May 9, 2024

  1. Update block flattener to correctly flatten concurrent blocks

    BlockStmts now have a flag that indicates whether blocks are procedural or concurrent. When two blocks are flattened inside a concurrent block, we create extra variables for any read variables that are written to, to avoid variables being read by one block after they are written to by another.
    polgreen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b0c07a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef99e4e View commit details
    Browse the repository at this point in the history