Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17252 Discussions

Inputs and outputs of emulation

Altera_Forum
Honored Contributor II
1,645 Views

That I may access the inputs and outputs of my code during emulation, I have to modify the code for that or during emulation is done automatically?

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
651 Views

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.

0 Kudos
Reply