Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIORD_ALTERA_AVALON_PIO_DATA execution speed
Is there a faster way to read a pin than using the IORD_ALTERA_AVALON_PIO_DATA macro? I'm finding the code below is running quite slow, but by removing the second condition (i.e. reducing the n...
Altera_Forum
Honored Contributor
12 years agoIs there any solutions except big-volume FIFO or dual-port ram ? I've set the instruction cache and data cache to its' extreme. Or may i connect the Verilog-logic FIFO to the NIOS core by PIO ? Cuz..i am not so familiar with FIFO on Avalon-MM..