07-28-2015 05:38 AM
Hello,
I wrote an FPGA code for FlexRIO-7975R which has multiple p2p fifos,DMA fifos and target scoped fifos. The compilation fails during the "synthesizing" step after a few hours(sometimes it takes more than 15 hours). There is no error code or descripiton for the error. It doesn't create "the estimated the device utilization report" or does not give timing violation error.I have created multiple build specifications for the same code and tried many times(I tried both the compile cloud and local server) but I couldn't succeed. You can see the screenshots and xiling log in the attachment.
I would appreciate for a suggestion.
Thanks,
Ozan
07-29-2015 05:53 AM
Looks like the xilinx compiler is crashing out. Are you sure the compilation PC has enough resources memory etc?
07-29-2015 06:48 AM
In fact I am using Compile cloud service. I decreased the size of all fifos as much as I can but it didn't work again.
Sometimes I may also get Internal software Error on the same step.
07-29-2015 07:32 AM
07-31-2015 02:25 PM
Hi Peter,
I realized that there was a case on the code such that same DMA is being written twice in the same cycle in SCTL. I think that was the source of the error. I changed the algorithm and I can compile it now.
Thanks,
Ozan