Alvinnju
Newbie level 6
asynchronous fifo design
The read comarator compares the value of the read and write flags associated with the second-next read-pointer position.The FIFO empty is set if the flags have the same value.similarity,the FIFO full is set if the fread and the second-next write-pointer position have the same value.
But if do like this,it's impossible to read the last word in the momery.how to deal...
Thanks!
The read comarator compares the value of the read and write flags associated with the second-next read-pointer position.The FIFO empty is set if the flags have the same value.similarity,the FIFO full is set if the fread and the second-next write-pointer position have the same value.
But if do like this,it's impossible to read the last word in the momery.how to deal...
Thanks!