Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIORD_ALTERA_AVALON_PIO_DATA to slow?
Hi, I'm trying to capture samples from an A/D Converter and streaming them onto a PC via an ethernet connection. I've extended the triple speed ethernet design example from the Nios II v9.1 instal...
Altera_Forum
Honored Contributor
15 years agoThe pio data register access is always 32 bits. If your PIO is 5 bits wide, then the 27 most significant bits will be 0 when you read and ignored when you write. Just use the low 5 bits.