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

Signaltap in TCL command giving errors

SBoda
Beginner
1,194 Views

tcl script:

     open_session -name stp_basic.stp

    if { [catch {run -instance auto_signaltap_0of6_9x0 -signal_set signal_set_0of6_9x0 -trigger trigger_0of6_9x0_post_hlfre -data_log log_1 -timeout 5} err_msg] } {

    # Timeout event is thrown as TCL exception

    puts "ERROR: $err_msg"

    }

    close_session

 

PS:

 

Errors:

  0x7bf6: ERR_STACKWALKER::get_stack_trace(void const**, int, int, void*) + 0xd8 (ccl_err)

   0xb055: err_terminator() + 0x5a (ccl_err)

  0x8d796: __cxxabiv1::__terminate(void (*)()) + 0x6 (stdc++)

 

 

  0xb4f6f: std::__throw_logic_error(char const*) + 0x3f (stdc++)

 

  0xce286: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 0x36 (stdc++)

  0x2547a: CHI_AJI_HIERARCHICAL_ACCESS::init(char const*, char const*, bool) + 0xb4 (sld_chi)

  0x104a7: CHI_CONTROL_NODE2::init(char const*, char const*, char const*) + 0xf7 (sld_chi)

  0x178e3: CHI_CONTROL_NODE_STP_V6::init_acquisition() + 0x10b (sld_chi)

  0x165f2: CHI_CONTROL_NODE_STP_V6::start(THR_THREAD_STRUCT**, bool) + 0x244 (sld_chi)

   0xffde: CHI_CONTROL_NODE_STP::acquisition_thread_proc(void*) + 0x38 (sld_chi)

   0x5b4c: thr_final_wrapper + 0xc (ccl_thr)

  0x3f21f: msg_thread_wrapper(void* (*)(void*), void*) + 0x62 (ccl_msg)

   0xac5c: mem_thread_wrapper(void* (*)(void*), void*) + 0x5c (ccl_mem)

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

   0x5b8f: thr_thread_wrapper + 0x15 (ccl_thr)

   0x5e72: thr_thread_begin + 0x46 (ccl_thr)

   0x76ba: start_thread + 0xca (pthread)

  0x10741d: clone + 0x6d (c)

 

0 Kudos
0 Replies
Reply