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

Synthesis failes #217

Closed
BasicEC opened this issue May 15, 2022 · 2 comments
Closed

Synthesis failes #217

BasicEC opened this issue May 15, 2022 · 2 comments
Labels
bug Something isn't working hs Haskell

Comments

@BasicEC
Copy link
Collaborator

BasicEC commented May 15, 2022

Lua code:

function sum(x1, x2)
     x1 = x1 + x2
     x2 = x2 + 3
     sum(x1, x2)
end
sum(1,2,3)

DFG at the moment of stop:
image

@BasicEC BasicEC added bug Something isn't working hs Haskell labels May 15, 2022
@BasicEC
Copy link
Collaborator Author

BasicEC commented May 15, 2022

My guess is that the FRAM can't overwrite x2 variable because it is needed for second add function. So we have dead lock here.

Maybe related: #213

@ryukzak
Copy link
Owner

ryukzak commented Jan 21, 2024

Not reproduce. But highlight the following problem #267

@ryukzak ryukzak closed this as completed Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hs Haskell
Projects
None yet
Development

No branches or pull requests

2 participants