Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThanks for your reply.actually when i compile using : (aoc --profile device/matrix_mult.cl –o bin/matrix_mult.aocx) I can create "matrix_mult.aocx" file and then run my code on FPGA but i wont see any "profile.mon" file on my folder.then when i try to force compiler to create the file using: (aoc --profile device/matrix_mult.cl aocl report –o bin/matrix_mult.aocx profile.mon),I will get thease errors: error reading 'aocl' error reading 'report' error reading 'profile.mon'
now my question is: what is the right syntax to force compiler to create the "profile.mon" file? regards.