Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIt depends what kind of interface the custom component has.
IORD/IOWR are the most common and they are used for memory mapped Avalon slaves. On the other hand printf involves the use of a driver that redirects stdout to the specific component interface; so, at a low level, printf itself is possibly made of IOWRs .