How can i solve the Platform Studio Error?

Asked By 7060 points N/A Posted on -
qa-featured

I am working with xupv5 lx110t evaluation platform, I am trying to make dual MB design, but this device is not supported by EDK 10.1.03. So I downloaded the EDK-XUPV5-LX110T-Pack, everything is fine right at now, but when I make generate bitstream the following error is arising : FATAL_ERROR:GuiUtilities:Gq_Application.c:590:1.20 – This application has discovered an exceptional condition from which it cannot recover.

Process will terminate. For technical support on this issue, please open a WebCase with this project attached at https://www.origin.xilinx.com/support.html. Kindly, give me the best solution to remove this error.

 

SHARE
Answered By 0 points N/A #80576

How can i solve the Platform Studio Error?

qa-featured

Dear Hamza

I tell you the solution about your problem. You must do the following steps and you may able to resolve this problem.

1. Copy The EDK make file (i.e. yourname.make), Give it to new name, paste it into the platform directory.

2. Edit the make file and change the Lines as given in snapshot.

3. After Editing the Lines, In EDK GUI, under project options, set the edited make file as a custom make file to use.

If you receive a fatal error as soon as you generate net list, then add the silent option to XST Command in your make file to work around this problem.

Solution 2:

This Crash has also been noticed when an IP is added to the system Assembly view and immediately modify the port connection to the newly added IP. Close the Project and reopen it before making modifications to the IP ports.

Related Questions