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:
- In Windows command Prompt, execute quartus_sh.exe -s / In Linux Command Prompt, execute quartus_sh -s
- Include package by execute package require ::quartus::report
- Execute load_package flow
- Execute project_open <project_name>.qpf
- Execute execute_flow -compile
- Execute load_report