Altera_Forum
Honored Contributor
10 years agoQuartus II Analysis and Synthesis Issues
I have a strange issue with some code I'm working with. I received a Quartus project from TI that should, supposedly, work out of the box. In fact, on the machine running Quartus 2 v13, the code compiles and synthesizes. However, I have a different computer running Quartus 2 v14, and I get syntaxical errors when I try to compile on that machine. The errors look like:
10170 Verilog HDL syntax error at adcif.v(115) near text ")"; expecting an operand 10170 Verilog HDL syntax error at adcif.v(120) near text "begin"; expecting an identifier ("begin" is a reserved keyword ) ... The thing is, this same project without change was previously running analysis and synthesis on the v14 machine, and is *still* running analysis and synthesis fine on the v13 machine. I unpacked the project file again to make sure I was running it without change. Are there any strange issues or settings with Quartus 2 that could cause this kind of behavior? I've attached the .qar file, I'd love to see if someone else can run analysis and synthesis without changes to the code (or report if they hit errors)?