Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThere is a fifo'd uart available somewhere.
Might not be from Altera, check the wiki. The other option is taking interrupts and using a software fifo. But that probably uses more code than the hardware fifo! The other option would be a uarth that with an avalon master interface using external memory for its fifo - but I doubt that exists.