Altera_Forum
Honored Contributor
14 years agoFatal Error: Stack Overflow
Hi,
I'm wiring basically long delay lines using a lot of NOT gates. When I exceed 7600 gates in a row (without any flip flops or clocks), Quartus won't compile my project anymore, but I just get the following error: *** Fatal Error: Stack Overflow Module: quartus_map.exe Lock in use: 9 Stack Trace: 0x4758e: STA_TDC_CLOCK_INTERFACE::has_a_clock + 0x2e8e (TSM_STA) 0x47943: STA_TDC_CLOCK_INTERFACE::has_a_clock + 0x3243 (TSM_STA) 0x47943: STA_TDC_CLOCK_INTERFACE::has_a_clock + 0x3243 (TSM_STA) .......(approximately 30 times the same line repeated) End-trace Quartus II 64-Bit Version 11.1 Build 173 11/01/2011 SJ Full Version My Verilog program looks basically like this: assign delay_wire[1] = ~delay_wire[0]; assign delay_wire[2] = ~delay_wire[1]; .... Please help me with this problem! Thank you, David