LucaLiu
New Contributor
8 months agoUsing the quartus19 synthesis error
Hi,
I using the Intel FPGA A10_10AX115N2F45E1SG, When I synthesis to generate pof, there is an inter error as follows.
Problem Details
Error:
Internal Error: Sub-system: SUTIL, File: /quartus/synth/sutil/sutil_device.cpp, Line: 1072
is_legal_device()
Stack Trace:
0xc49a8: SUTIL_DEVICE_IMPL::initialize_full_info() [clone .cold.57] (synth_sutil)
0x4bba20: new_verific::vrfx2_set_verilog_elab_flags(BASEX_ELABORATE_INFO*) + 0x301 (synth_vrfx2)
0x4bd73f: new_verific::VRFX2_EXTRACTOR::extract_hierarchy(char const*, BASEX_ELABORATE_INFO*, bool, bool, bool) + 0x3f5 (synth_vrfx2)
0x8563a: QIS_RTL_STAGE::IMPL::elaborate_verific(QHD_PARTITION&, HDB_ENTITY*, BASEX_ELAB_INFO_CORE&) + 0x134 (synth_qis)
0x8daff: QIS_RTL_STAGE::IMPL::elaborate(QHD_PARTITION&) + 0x11e1 (synth_qis)
0x8f1a6: QIS_RTL_STAGE::elaborate(QHD_PARTITION&) + 0xc (synth_qis)
0x5cfaa: qis_elaborate + 0x205 (synth_qis)
0x4c952: TclNRRunCallbacks + 0x42 (tcl8.6)
0x4de8b: TclEvalEx + 0x68b (tcl8.6)
0xf3f1e: Tcl_FSEvalFileEx + 0x25e (tcl8.6)
0xf400e: Tcl_EvalFile + 0x2e (tcl8.6)
0x14167: qexe_evaluate_tcl_script(std::string const&) + 0x36c (comp_qexe)
0x1928c: qexe_do_tcl(QEXE_FRAMEWORK*, std::string const&, std::string const&, std::list<std::string, std::allocator<std::string> > const&, bool, bool) + 0x417 (comp_qexe)
0x1a213: qexe_run_tcl_option(QEXE_FRAMEWORK*, char const*, std::list<std::string, std::allocator<std::string> >*, bool) + 0x558 (comp_qexe)
0x39872: QCU::DETAIL::intialise_qhd_and_run_qexe(QCU_FRAMEWORK&, FIO_PATH const&, std::string const&, std::string const&, char const*, std::list<std::string, std::allocator<std::string> >*, bool) + 0xe1 (comp_qcu)
0x4212a: qcu_run_tcl_option(QCU_FRAMEWORK*, char const*, std::list<std::string, std::allocator<std::string> >*, bool) + 0x259 (comp_qcu)
0x405c17: qsyn2_tcl_process_default_flow_option(ACF_VARIABLE_TYPE_ENUM, char const*) + 0x9d (quartus_syn)
0x1cdfd: qexe_standard_main(QEXE_FRAMEWORK*, QEXE_OPTION_DEFINITION const**, int, char const**) + 0x5c5 (comp_qexe)
0x40577b: qsyn2_main(int, char const**) + 0x14b (quartus_syn)
0x3ebf0: msg_main_thread(void*) + 0x10 (ccl_msg)
0x40e04: msg_thread_wrapper(void* (*)(void*), void*) + 0x6e (ccl_msg)
0x11bec: mem_thread_wrapper(void* (*)(void*), void*) + 0x5c (ccl_mem)
0xc2ee: err_thread_wrapper(void* (*)(void*), void*) + 0x27 (ccl_err)
0x6cc5: thr_thread_wrapper + 0x15 (ccl_thr)
0x41950: msg_exe_main(int, char const**, int (*)(int, char const**)) + 0x148 (ccl_msg)
0x405e00: main + 0x26 (quartus_syn)
0x22555: __libc_start_main + 0xf5 (c)
End-trace
Executable: quartus_syn
Comment:
None
System Information
Platform: linux64
OS name: Red Hat
OS version: 7
Quartus Prime Information
Address bits: 64
Version: 19.1.0
Build: 240
Edition: Pro Edition
I don't know how to fix the error, please help, thank you!