Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Quartus not compiling

Status
Not open for further replies.

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

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.
 

I see no 'include keyword in the Quartus SystemVerilog templates. You should post the actual error messages.... Search the Quartus Help for "Quartus II Support for SystemVerilog" to see if 'include is supported.
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top