Forum Discussion
BoonBengT_Altera
Moderator
1 year agoHi @ruma,
Thanks for patients, I would suspect that the failure of the full compilation is due to incorrect device set for the compilation.
If you are using the default cmake, it would be setting to Agilex devices instead and that would cause a failure in the quartus compilation.
Hence for that, would suggest to compile with the following cmake to changed the target devices and perform full compilation again:
- cmake .. -DFPGA_DEVICE=intel_s10sx_pac:pac_s10
If it fails again, would suggest to check on the quartus compilation logs in the following locations as below:
- ../loop_coalesce.fpga.prj/quartus_sh_compile.log
Hope that clarify.
Best Wishes
BB