You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Readme file instructs to install yosys with apt install yosys, which will only get a low version of yosys tools. This version of yosys still have some bugs and cannot handle specific HDL files.
For example, I generated ALU.sv (see the attachment) from CHISEL, which means that there is little possibility that my source code is wrong. However, yosys tool will triggered a error as unexpected token blablabla....
You are right. This issue can only be fixed with a higher version of yosys. Besides installing the latest version of yosys, using ubuntu 24.04 is another solution.
The
Readme
file instructs to install yosys withapt install yosys
, which will only get a low version of yosys tools. This version of yosys still have some bugs and cannot handle specific HDL files.For example, I generated
ALU.sv
(see the attachment) from CHISEL, which means that there is little possibility that my source code is wrong. However, yosys tool will triggered a error asunexpected token blablabla...
.One possible way to fix this is following the guide at YOSYS(https://github.com/YosysHQ/yosys) to install the latest version. Actually this works for me. :)
ALU.zip
The text was updated successfully, but these errors were encountered: