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 tutorial slides contain (rightfully so) SystemVerilog statements (like always_comb). For those statements to be available to yosys, the easiest way is to rename all *.v files to *.sv and adjust the Makefile accordingly to pick up those files. No other changes to the commands are necessary.
It's probably best to do this after the current tutorial session for the next one to reduce confusion.
The text was updated successfully, but these errors were encountered:
The tutorial slides contain (rightfully so) SystemVerilog statements (like
always_comb
). For those statements to be available to yosys, the easiest way is to rename all *.v files to *.sv and adjust the Makefile accordingly to pick up those files. No other changes to the commands are necessary.It's probably best to do this after the current tutorial session for the next one to reduce confusion.
The text was updated successfully, but these errors were encountered: