Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThe emulator does not automatically produce any data trace; you can add printf calls in your kernel as appropriate to dump any input/output or intermediate data. Remember to remove these printf's when doing regular (i.e. non-emulation) compilation since printfs will impact the performance of your kernel.