Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIt isn't obvious to me where the delay might be.
One common way to wait for a 'posted' write to complete is to issue a read of the same address (for uncached locations the written data can't be used to satisfy the read). However the nios doesn't do posted writes to the avalon fabric (it would be a useful feature, even if only one write were posted and all reads waited). Are you 100% sure the write isn't going through the data cache?