-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add feature to select Yosys version #2965
Comments
@dkongg you can always just install the needed version of yosys, we only compile and test against a single version. |
@gadfort here are the first few lines of the .vg file. I think what's happening is that the tool is unable to implement when the first row inside the module is a reg instead of a wire. `/* Generated by Yosys 0.46 (git sha1 e97731b9d, g++ 9.4.0-1ubuntu1~20.04.2 -fPIC -O3) / |
how was this generated? the |
I ran this remotely on the cloud server and the job ID is 329f111e73f348f39e86c1b5d1f9ea55. |
@dkongg it looks like yosys broke something, proc is already included, but looking at the logs it seems to fail on something. |
The code is shareable, thank you. |
I've opened an issue with yosys.
which appears to unmapped also in the 0.44 version. |
This fixes the issue: YosysHQ/yosys#4714 you still have the |
Hi @gadfort, would it be possible to update the Yosys version to one that been fixed on the remote server? (seems like the main branch on Yosys doesn't have the fix... YosysHQ/yosys#4712 (comment)) |
@dkongg the remote will update once I make a new release of SC. My hope is that will be today at some point. The version of yosys (yosys 0.48) they released today contains the fix (YosysHQ/yosys#4714). |
thanks! |
Feature Description
Hello,
I have some RTL code that passes through the flow in Yosys 0.44. It seems like the Yosys version has been updated to 0.46.
Now floorplanning fails with the following error: 12: [ERROR STA-0164] inputs/design.vg line 6, syntax error, unexpected REG.
However, floorplanning didn't fail when Yosys 0.44 was used for synthesis.
The text was updated successfully, but these errors were encountered: