K
kaz
Guest
The fifo is not home grown. It is altera fifo core. We never discard wel
tried cores for home made work.
DC fifo is built by Altera around dual ram but if (as in my case) th
clock rates are predictable then one can control wr/rd pointers each i
their clock domain without having to cross clock domains thus reducin
risk and resource. That is my point and is well known desig
recommendation.
The fifo in question is just 32 bit wide dc fifo from altera core wit
internal pipe set to 3, rd/wr protected, connected to clk 368.64 at writ
side enabled 2/3 and connected to 245.76 on the read side always enabled
Initially the read
enable is delayed to wait for few words (even though it is protected).
Timing is clean. I imagine the write pointer is working but the rea
pointer is toggling between 0 and 15 with two clock delays leading t
samples 0,17,2,19 ...etc. Just a guess.
I have put a ram to capture few data from this fifo in the field whe
problem occurs and I am awaiting results
--------------------------------------
Posted through http://www.FPGARelated.com
tried cores for home made work.
DC fifo is built by Altera around dual ram but if (as in my case) th
clock rates are predictable then one can control wr/rd pointers each i
their clock domain without having to cross clock domains thus reducin
risk and resource. That is my point and is well known desig
recommendation.
The fifo in question is just 32 bit wide dc fifo from altera core wit
internal pipe set to 3, rd/wr protected, connected to clk 368.64 at writ
side enabled 2/3 and connected to 245.76 on the read side always enabled
Initially the read
enable is delayed to wait for few words (even though it is protected).
Timing is clean. I imagine the write pointer is working but the rea
pointer is toggling between 0 and 15 with two clock delays leading t
samples 0,17,2,19 ...etc. Just a guess.
I have put a ram to capture few data from this fifo in the field whe
problem occurs and I am awaiting results
--------------------------------------
Posted through http://www.FPGARelated.com