Knowledge Base Article

*** Fatal Error: Access Violation at 00007FFCC39AF706 Module: quartus.exe

Description

Due to a problem in the Quartus® Prime Standard Edition Software version 23.1 and earlier, you might see this error when running the command execute_flow -compile  followed by load_report in the Tcl Console. This error will occur only when running those commands for a second time.

Resolution

To work around the problem, please follow the steps below:

  1. In Windows command Prompt, execute quartus_sh.exe -s  /  In Linux Command Prompt, execute quartus_sh -s
  2. Include package by execute package require ::quartus::report
  3. Execute load_package flow
  4. Execute project_open <project_name>.qpf
  5. Execute execute_flow -compile
  6. Execute load_report
Updated 3 months ago
Version 3.0
No CommentsBe the first to comment