Altera_Forum
Honored Contributor
16 years agoProblem with NC-Verilog and QuartusII 10.0
I'm using QuartusII 10.0sp1 now. When I'm trying to complie the library altera_mf.v with NC-Verilog V5.10-p004, the follow error message occures:
ncvlog: *E,UMGENE (altera_mf.v,23972|5): An 'endgenerate' is expected [12.1.3(IE EE 2001)]. This error message dosen't occure when I was using QuartusII 9.1. So I checked the altera_mf.v. I found that altera_mf.v in QuartusII 9.1 doesn't use "generate, endgenerate", but QuartusII 10.0 does. It seems that the NCVerilog doesn't support "generate" well. But I'm using CycloneIV E, which only supported by QuartusII 10.0. How to solve the problem? Thanks!