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
Your project has strict requirements on the version of Verilator. Due to the changes in translation rules of the new version of Verilator, it cannot be directly applied to your project. Even if I specifically changed “tb” to make “make” pass, I still had problems with “make run”. However, when I switched to an older version of Verilator 4.028, everything was fixed.
The text was updated successfully, but these errors were encountered:
Yes, I also found that Verilator 4.210 and 5.008 can't work correctly on this repo. However, using Verilator 4.038, which can be installed directly through "apt install verilator" works. I hope the authors can add support for newer versions of Verilator in the future, thanks
Your project has strict requirements on the version of Verilator. Due to the changes in translation rules of the new version of Verilator, it cannot be directly applied to your project. Even if I specifically changed “tb” to make “make” pass, I still had problems with “make run”. However, when I switched to an older version of Verilator 4.028, everything was fixed.
The text was updated successfully, but these errors were encountered: