Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPersonally I wouldn't try to debug hardware using printf() - I'd test using the low level hardware interface.
You might have issues because printf() could be buffering output.Personally I wouldn't try to debug hardware using printf() - I'd test using the low level hardware interface.
You might have issues because printf() could be buffering output.