Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, FPGA AI Suite, Software Stack, and Reference Designs
475 Discussions

Error (213009): File name "output_files/afu_fit.green_region.pmsf" does not exist or can't be read

FL
Beginner
1,322 Views

I'm currently running run.sh to compile hello_afu sample AFU as following through Accelerator Functional Unit Developer’s Guide for Intel ® FPGA Programmable Acceleration Card guide, version1.2 section 3: Getting Started with Platform Configuration and the script always stuck at the same place returning the same error as subject title.

Here are the details of error log:

Info: Command: quartus_cpf -c output_files/afu_fit.green_region.pmsf output_files/afu_fit.green_region.rbf
Error (213009): File name "output_files/afu_fit.green_region.pmsf" does not exist or can't be read
Error: Quartus Prime Convert_programming_file was unsuccessful. 1 error, 0 warnings
Error: Peak virtual memory: 400 megabytes
Error: Processing ended: Mon Jul 20 10:59:28 2020
Error: Elapsed time: 00:00:01
Error: Total CPU time (on all processors): 00:00:00

ERROR: Error(s) found while running an executable. See report file(s) for error message(s). Message log indicates which executable was run last.

while executing
"execute_module -dont_export_assignments -tool cpf -args "-c ${BASE_REVISION_OUTPUT_DIR}/${impl_rev}.${block_name}.pmsf ${BASE_REVISION_OUTPUT_DIR}/${i..."
(procedure "compile_pr_revision_impl" line 37)
invoked from within
"compile_pr_revision_impl $impl_rev_name"
(procedure "compile_pr_revision" line 22)
invoked from within
"compile_pr_revision $options(impl)"
(procedure "main" line 110)
invoked from within
"main"
invoked from within
"if {($::quartus(nameofexecutable) == "quartus") || ($::quartus(nameofexecutable) == "quartus_pro") || ($::quartus(nameofexecutable) == "qpro")} {

#..."
(file "./a10_partial_reconfig/flow.tcl" line 1039)
------------------------------------------------

Error (23031): Evaluation of Tcl script ./a10_partial_reconfig/flow.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 7 errors, 2720 warnings
Error: Peak virtual memory: 670 megabytes
Error: Processing ended: Fri Jul 17 16:01:49 2020
Error: Elapsed time: 00:10:56
Error: Total CPU time (on all processors): 00:41:12
Quartus build failed

0 Kudos
6 Replies
JohnT_Intel
Employee
1,315 Views

Hi,


Could you provide me the full log? From the error you are providing, it seems like you face issue on converting the file. So you will need to check if you have the .pmsf file in the output folder.


0 Kudos
FL
Beginner
1,311 Views

The attachment was the full log during running the run.sh script. 

There is a .pmsf file in the output files folder but name isn't the same as the mentioned afu_fit.green_region.pmsf.  It is called dcp.green_region.pmsf 

Screenshot from 2020-07-20 17-29-05.png

0 Kudos
FL
Beginner
1,294 Views

Is there any advice on this issue?

I tried several times to rerun it but always got the same error.

0 Kudos
JohnT_Intel
Employee
1,293 Views

Hi,


From the log file, I observed that you are having expired license. I would recommend you to resolved the license issue so that the full compilation is able to move forward.


Below is the license that is expired


Warning (292015): License for core 6AF7_0119, version 0000.00 is expired.

Warning (292015): License for core 6AF7_00FB, version 0000.00 is expired.

Warning (292015): License for core 6AF7_011B, version 0000.00 is expired.


0 Kudos
FL
Beginner
1,279 Views
Well, was it the problem of missing files?
Plus, where to update the license you mentioned?
0 Kudos
JohnT_Intel
Employee
1,269 Views

Hi,


Do you have the license? It is usually tied to your Quartus license.


0 Kudos
Reply