Altera_Forum
Honored Contributor
11 years agoSome commands that worked at ModelSim do not work at QuartusII
Hi,
In order to explore the features of ModelSim, I successfully compiled some examples present in the tutorial folder. However, I willed to synthesize one of these projects at QuartusII, but failed at the following line:@(posedge clk) while (rdy != 0) @(posedge clk) ; ...returning this error: --- Quote Start --- loop with non-constant loop condition must terminate within 250 iterations --- Quote End --- Although I noticed at the Web the same message above on various posts, I could not find any one whose reason is similar to that command sequence. Could someone give a tip ? Thanks in advance.