We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following test fails
unitTestCase "autosynthesis successfully completed" def $ do setNetwork $ Bus.defineNetwork "net1" ASync $ do Bus.addCustom "fram1" (framWithSize 32) FramIO Bus.add "accum1" AccumIO setBusType pInt assignLua [__i| function sum(x1, x2) x1 = x1 + x2 sum(x1, x2) end sum(1,2) |] synthesizeAndCoSim
Outcome:
autosynthesis successfully completed: FAIL (0.20s) test/NITTA/Model/ProcessorUnits/Tests/DSL/Tests.hs:361: synthesis is not complete: fromList ["x2^0#1","x2^0#1@buf"]
It is bot a bug, but restricted functions. Support of self-sending can help here.
The text was updated successfully, but these errors were encountered:
Here the problem is that we cant send x2 from LoopBegin to LoopEnd using one FRAM. Here's DFG at the moment when synthesis stuck:
Sorry, something went wrong.
The point is that the variable is already in FRAM, so I think we can avoid resending. @ryukzak is it right?
No branches or pull requests
Following test fails
Outcome:
It is bot a bug, but restricted functions. Support of self-sending can help here.
The text was updated successfully, but these errors were encountered: