- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page