Skip to content
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

Use SystemVerilog instead of Verilog #12

Open
imphil opened this issue Sep 6, 2017 · 1 comment
Open

Use SystemVerilog instead of Verilog #12

imphil opened this issue Sep 6, 2017 · 1 comment

Comments

@imphil
Copy link
Contributor

imphil commented Sep 6, 2017

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.

@jeremybennett
Copy link
Member

Many thanks - that's a good idea. I think there may be an option to yosys to say .v is SystemVerilog, in which case we can just change the Makefiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants