Application Acceleration With FPGAs
Programmable Acceleration Cards (PACs), DCP, DLA, Software Stack, and Reference Designs
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
446 Discussions

Facing "Error: Failed to synthesize partition" followed by Partial Reconfiguration errors while generating GBS file

UTech
Beginner
1,111 Views

Hi,

 

I'm trying to generate a GBS file for my custom AFU using "$OPAE_PLATFORM_ROOT/bin/run.sh" once build_synth folder is created by "afu_synth_setup --source hw/rtl/filelist.txt build_synth".

 

After some time of the run, I'm ending up with Partition and Partial Reconfiguration errors.

 

I'm attaching a document consisting of a series of messages before the failure of GBS generation occurs.

 

Few error messages from the document are as follows,

Error: Failed to synthesize partition

Error (23031): Evaluation of Tcl script ./a10_partial_reconfig/flow.tcl unsuccessful

 

Technical Details:

Software: Quartus Prime Pro 17.1.1

FPGA : Intel Arria X (10AX115N2F40E2LG)

Target Card: PAC with Intel Arria X GX FPGA

Acceleration Stack : Version 1.2

 

Operting System:

NAME="CentOS Linux"

VERSION="7 (Core)"

 

Any suggestions on this will be helpful.

 

Thank you

0 Kudos
6 Replies
RichardTanSY_Intel
769 Views

Hi,

Could you try running the example below and see does it works?

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qs-ias-v1-2.pdf#page=24

 

UTech
Beginner
769 Views

Hi,

I have tried to run the example in the above link, but I ended up with an error "Error enumerating FPGAs: no driver available" when I ran the following command from the document,

 

sudo fpgaconf $OPAE_PLATFORM_ROOT/hw/samples/nlb_mode_0/bin/\ nlb_mode_0.gbs

 

I searched for the error message and came across the following link(also please find the attachment for the screenshot),

"https://www.intel.com/content/www/us/en/programmable/documentation/iyu1522005567196.html"

 

Do I need to install any drivers or require hardware for generating GBS?

RichardTanSY_Intel
769 Views

Do I need to install any drivers or require hardware for generating GBS?

>> No need.

 

Please ignore my previous message.

Could you run the Minimal Flow Example from the link below, to generate the .gbs file?

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-afu-dev-v1-1.pdf#page=17

 

If can't generate, you might need to check the environment setup.

Otherwise, could be design related issue.

UTech
Beginner
769 Views

Hi,

 

I tried to run the Minimal Flow Example from the above link. I faced the following errors(kindly find it in the attachment).

 

Is it possible to point to the issue based on the errors?

RichardTanSY_Intel
769 Views

Hi,

It seems that the file name output_files/afu_fit/green_region.pmsf does not exist or can't be read. Make sure the file path and file name are correct, that the file is readable (check permissions), and enter the file name again.

User1582192733150209
769 Views

ONE POSSBIEL REASON MIGHT BE the licenses bundled in Acceleration Stack are expired,YOU NEED TO EXTEND IT BY DOWNLOAD AND INSTALL A PATCH AS BELOW

https://www.intel.com/content/www/us/en/search.html?ws=text#q=acceleration%20stack%20patch&t=All

JIM

Reply