Forum Discussion
Altera_Forum
Honored Contributor
14 years agoStrange problem with IORD_16DIRECT
Hi, I have a 16-bit pio (input) in my sopc and I want to access the data through IORD_16DIRECT. The data shown on the port is 0x00, 0x01, 0x02....0xff (verified through signaltap). However, th...
Altera_Forum
Honored Contributor
14 years agoI don't see any synchronization system in your code, so you have no way of defining or detecting when you read the PIO port.
If the PIO port input changes faster than your software can read it, then you'll miss some values.