anssprasad
Member level 5
Re: Depth of FIFO
Implementing FIFOs the best papers by cummings
Implementing FIFOs the best papers by cummings
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
deh_fuhrer said:but what would we take while just designing a simple asynchronous fifo...(as the formula depends on burst length,B).I mean to say that can we assume this burst length value (either worst case or something like that).And what could be the worst case if we are exchanging ot transferring data between 300Mhz to 180Mhz???can anybody please give me the depth for this fifo...(please explain as I dont have any experience in fifo designing)....(Assuming that there is only one idle cylce between successive data read)...and what could be the depth of fifo when we are exchanging data between 180Mhz to 300Mhz for the same number of idle cycles......
ecikin said:Fifo size = Size to be buffered = B - B * Frd / (Fwr* Idle_cycle _rd ),How to calculate "B"?