Quartus II 13.1.0 - different file size of the rbf file generate with two different computer.
Hi, I am using quartus II 13.1.0 to compile my project. The board i using is Cyclone III. I having two computers with me and compile the same source code. Both of them generate two different size of the rbf file. The file with smaller size cannot operate at all while another rbf file can program FPGA and run successfully. the two rbf file sizes are 644KB and 604KB.
Hi, I think I found the reason that generate two different file size. It is because directory have of the initialization of memory have been set in wrong directory. That why in two different pc generate two different file size of rbf file. One of them cannot find the initialization file, therefore it have lower file size of the rbf file.
Thank you very much for giving me advise and solution in this.