cornell-zhang / rosetta

Rosetta: A Realistic High-level Synthesis Benchmark Suite for Software Programmable FPGAs
BSD 3-Clause "New" or "Revised" License
159 stars 38 forks source link

Issues with AWS FPGA Binary file generation #4

Closed belegent closed 5 years ago

belegent commented 5 years ago

Can we use the "create_sdaccel_afi.sh" which is provided by AWS to generate the AWS FPGA Binary file? I found that when I used this script to generate awsxclbin file, the output split file would run out of the disk then the generation process would fail due to the above reason.

zhouyuan1119 commented 5 years ago

In our experiments we also use the script you mentioned to generate the AWS FPGA binary file, but we did not run into any disk space issue. Can you double check if you allocated enough disk space for the EC2 instance you are using?

belegent commented 5 years ago

In our experiments we also use the script you mentioned to generate the AWS FPGA binary file, but we did not run into any disk space issue. Can you double check if you allocated enough disk space for the EC2 instance you are using?

I have reserved 100G disk space. It will still run out of my disk.

zhouyuan1119 commented 5 years ago

Okay. Let me first try to reproduce this problem. Which benchmark are you using?

belegent commented 5 years ago

Spam filter.

belegent commented 5 years ago

It seems that I have made wrong compilation steps. It works now! Thanks anyway.

zhouyuan1119 commented 5 years ago

You are welcome.