BartlebyScrivener
Member level 5
- Joined
- Feb 8, 2012
- Messages
- 90
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 2,081
I have a project written in SystemVerilog. Once upon a time I got it to synthesize in Quartus. Now when I try I am getting errors where there shouldn't be. For instance, in many of the modules I use the line
As the first line, but quartus wants me to put a ";" after it, which isn't how it's supposed to be. Even if I put a ";" after it, quartus still isn't happy. Then it asks for a description!
What's going on?
Thanks.
Code:
`include "ENoC_Config.sv"
As the first line, but quartus wants me to put a ";" after it, which isn't how it's supposed to be. Even if I put a ";" after it, quartus still isn't happy. Then it asks for a description!
What's going on?
Thanks.