-
Notifications
You must be signed in to change notification settings - Fork 36
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
ERROR: No such command: synth_fabulous (type 'help' for a command overview) #207
Comments
I previously also had the same problem. You probably have the wrong Yosys verson. Can you enter Let us know if that helped or if you need further assistance :) |
I just checked the apt versions and if you installed it on Ubuntu 20.04, then you will have version 0.9-1build2, which is an older version than the minimum required one as mentioned in the documentation (0.26+0). The next LTS of Ubuntu, 24.04, will have a way more recent version which would then already include the |
I will update Ubuntu and then tell you what happened |
Congrats! Everything works as expected! :) The import error was fixed in #110 IIRC, but this is not yet merged into master. The error does not affect the generated FASM and Bitstream file. It should be noted that The simulation checks the fabric IO signals ( Just out of curiosity, which method did end up using for the Yosys installation? |
Thanks for your support! |
Well now I do have a quesion. Is there a way to see the waveform? |
You're welcome! :)
So you upgraded to Ubuntu 24.04? Since all other Ubuntu versions use too old versions of Yosys if I got that correctly.
Have fun with your experiments, and don't hesitate to ask more questions! :) |
Yes I installed Ubuntu24.04 :) Thanks to both of you! |
Hi, I am runnning the example from the documentation like this:
and it works fine, but when I run the following line:
run_FABulous_bitstream npnr ./user_design/sequential_16bit_en.v
it drops the next error:
Someone already had this problem and they told him to reinstall yosys. I have already done that but the issue persists. Thanks in advance!
The text was updated successfully, but these errors were encountered: