Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSounds like a simple request but I can't tell how to do it either!
https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/hb/nios2/n2sw_nii5v2.pdf Search for choose_default_stdio and read what it does. The nice way of doing it would be to figure out what you need to say to get "is_char_device" to return true for your module, but I can't figure it out. So in your shoes, I'd probably fake it by putting "stdio" in the module name or something. Good luck