Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- If your read rate is lower than your write rate, then there is something fundamentally wrong with your design. Using the almost full will only help if you can actually halt the data flow, otherwise data will be lost. You can use the almost full as part of the clock enable for the upstream devices. --- Quote End --- Yes, you are right. For a stable system, read rate should grantee higher than write. Thanks