Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16606 Discussions

Error VPR20KMAIN using quartus commandline

EvanR
Beginner
840 Views

Hello I'm trying to use the commandline flow with the following command:

quartus_sh --64bit --flow compile soc_system

 

however during the fitting something crashes. I'm using QuartusII/15.0

 

What could be causing this? Complete error below. Thanks!

 

Info (170196): Router estimated peak interconnect usage is 41% of the available device resources in the region that extends from location X11_Y0 to location X21_Y10

Internal Error: Sub-system: VPR20KMAIN, File: /quartus/fitter/vpr20k/altera_arch_common/altera_arch_route_algorithm.c, Line: 4034

Internal Error

Stack Trace:

   0xa8f1b: vpr_qi_jump_to_exit + 0x5f (fitter_vpr20kmain)

  0x112d4a: vpr_exit_at_line + 0x83 (fitter_vpr20kmain)

  0x76ae79: l_perform_post_iteration_operations + 0xe69 (fitter_vpr20kmain)

  0x76b45c: l_run_single_routing_iteration + 0x38c (fitter_vpr20kmain)

  0x76e59c: aa_route_alg_perform_timing_driven_route + 0xa2c (fitter_vpr20kmain)

  0x771d65: aa_route_try_route + 0xb5 (fitter_vpr20kmain)

  0x77fecb: l_do_single_routing_attempt + 0x33b (fitter_vpr20kmain)

  0x78bf05: aa_flow_route + 0x35 (fitter_vpr20kmain)

  0x78c573: aa_flow_fit + 0x43 (fitter_vpr20kmain)

  0x6216b4: VPR_QI_FACADE::vpr_qi_main() + 0x24 (fitter_vpr20kmain)

   0x608bd: fitapi_run_vpr + 0x4d (fitter_fitapi)

   0x446c1: FSV_EXPERT_BASE::run_vpr() const + 0xc1 (fitter_fsv)

   0x44f32: FSV_EXPERT_BASE::place_and_route() const + 0xc2 (fitter_fsv)

   0x47134: FSV_EXPERT_BASE::invoke_fitter() const + 0xc84 (fitter_fsv)

   0x42d92: fsv_execute + 0x2c2 (fitter_fsv)

   0x29693: fmain_start(CMP_FACADE*) + 0x743 (fitter_fmain)

   0x221e4: qfit_execute_fit(QCU_FRAMEWORK*, QFIT_FRAMEWORK*) + 0x174 (comp_qfit_legacy_flow)

   0x1fcd2: QFIT_FRAMEWORK::execute() + 0x282 (comp_qfit_legacy_flow)

   0x26b3f: qfit_legacy_flow_run_legacy_fitter_flow + 0x1af (comp_qfit_legacy_flow)

   0x4d671: TclInvokeStringCommand + 0x81 (tcl8.6)

   0x51ec7: TclNRRunCallbacks + 0x47 (tcl8.6)

   0x536e7: TclEvalEx + 0x947 (tcl8.6)

   0xfb366: Tcl_FSEvalFileEx + 0x266 (tcl8.6)

   0xfb47e: Tcl_EvalFile + 0x2e (tcl8.6)

   0x1807a: qexe_evaluate_tcl_script(std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > const&) + 0x382 (comp_qexe)

   0x1c5c7: qexe_do_tcl(QEXE_FRAMEWORK*, std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > const&, std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > const&, std::list<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> >, MEM_STL_ALLOCATOR<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > > > const&, bool, bool) + 0x58c (comp_qexe)

   0x1d60c: qexe_run_tcl_option(QEXE_FRAMEWORK*, char const*, std::list<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> >, MEM_STL_ALLOCATOR<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > > >*, bool) + 0x5c7 (comp_qexe)

   0x51e86: qcu_run_tcl_option(QCU_FRAMEWORK*, char const*, std::list<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> >, MEM_STL_ALLOCATOR<std::basic_string<char, std::char_traits<char>, MEM_STL_ALLOCATOR<char> > > >*, bool) + 0xbfc (comp_qcu)

   0x1feb7: qexe_standard_main(QEXE_FRAMEWORK*, QEXE_OPTION_DEFINITION const**, int, char const**) + 0x69d (comp_qexe)

    0xc815: qfit2_main(int, char const**) + 0xc5 (quartus_fit)

   0x49ef0: msg_main_thread(void*) + 0x10 (ccl_msg)

    0x5d4c: thr_final_wrapper + 0xc (ccl_thr)

   0x49fa5: msg_thread_wrapper(void* (*)(void*), void*) + 0x5b (ccl_msg)

   0x20a2b: mem_thread_wrapper(void* (*)(void*), void*) + 0x9b (quartus_fit)

    0x8def: err_thread_wrapper(void* (*)(void*), void*) + 0x27 (ccl_err)

    0x6112: thr_thread_wrapper + 0x15 (ccl_thr)

   0x4bee2: msg_exe_main(int, char const**, int (*)(int, char const**)) + 0xa3 (ccl_msg)

   0x223d5: __libc_start_main + 0xf5 (c.so.6)

 

 

End-trace

0 Kudos
1 Reply
GuaBin_N_Intel
Employee
385 Views
Doesn't seem like any known issue in our knowledge database https://www.intel.com/content/www/us/en/programmable/support/support-resources/knowledge-base/kdb-filter.html?partialfields=type%3Ahow-to%2Ctype%3Aerrata%2Ctype%3Aanswers. Have you recompiled in any latest version like 18.1?
0 Kudos
Reply