Forum Discussion
Altera_Forum
Honored Contributor
8 years agoDo you have either of the "quartus_sh_compile.log" or the "*kernel_name*.log" files? Do you get the resource estimation if you add --report to your command line? If you don't get the latter and your compilation is failing during LLVM compilation/optimization, you should consider changing your design strategy.
Why don't you use a for loop instead of your current unrolled design? Your design will most likely not fit on any FPGA, even if it compiles.