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 ago --- Quote Start --- Make sure the avalon slave is a 32bit one - otherwise you get a bus width adapter that will slow the transfer down a lot - especially if there is also a clock crossing bridge. --- Quote End --- A bit late to reply now, but this is what fixed my problem. Thanks very much dsl for your help. Bert