Forum Discussion
1 Reply
- Altera_Forum
Honored Contributor
The 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.