Altera_Forum
Honored Contributor
14 years agoQuartusII Error Message, ask for help, Thanks!
Hi, everyone. Thanks for reading and kindly help me! I am using QuartusII +Stratix to try to build up a circuit. In the verilog code, I used "generate" function to generate N identical parallel sub-modules. It works fine if N is 128, however, if I increase the N to 256 or 512, the following error message appear when doing Analysis&Elaboration:
error: number of system-level debug node instances in your project exceeds 255 while analyzing, sld_mod_ram_rom Could you help me find out how to solve this problem? I think usually QuartusII can create more than 255 sub-modules, right? So how can I reduce the "Number of system-level debug node instances in your project " while still increase the number N? Or is there any other way to solve this problem? It is really appreciated for your kind help! Thanks. :)