Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou all should be using the ieee 1800-2012 lrm (http://go.mentor.com/get-1800). It's freely available, so there's no excuse for continuing to use other forms.
I can see from the error message that the file has a *.sv extension. I would replace reg with logic to confirm it recognizing SystemVerilog. If it recognizes logic, but not the default assignment, then it has a problem with supporting default assignments.