Feb 25, 2010 #1 AdvaRes Advanced Member level 4 Joined Feb 14, 2008 Messages 1,163 Helped 113 Reputation 220 Reaction score 51 Trophy points 1,328 Location At home Activity points 7,442 Hi all, I feel stupid when asking this question but I have to know that. I know that FIFO has pointers and the shift register dont. Can we say that Parallel in parallel out shift register is a FIFO ?
Hi all, I feel stupid when asking this question but I have to know that. I know that FIFO has pointers and the shift register dont. Can we say that Parallel in parallel out shift register is a FIFO ?
Feb 25, 2010 #2 S Syswip Advanced Member level 4 Joined Nov 11, 2009 Messages 119 Helped 12 Reputation 24 Reaction score 4 Trophy points 1,298 Activity points 1,859 Hi AdvaRes, No, you can't. When you write data to the FIFO it will immediately available on the output. In case of parallel in parallel out shift registers you should wait several clocks to have the data available on the output. Bests, Tiksan http://syswip.com/
Hi AdvaRes, No, you can't. When you write data to the FIFO it will immediately available on the output. In case of parallel in parallel out shift registers you should wait several clocks to have the data available on the output. Bests, Tiksan http://syswip.com/
Feb 25, 2010 #3 AdvaRes Advanced Member level 4 Joined Feb 14, 2008 Messages 1,163 Helped 113 Reputation 220 Reaction score 51 Trophy points 1,328 Location At home Activity points 7,442 But is it a First in First out ? Why don't we classify it within the FIFO family ?
Feb 25, 2010 #4 S Syswip Advanced Member level 4 Joined Nov 11, 2009 Messages 119 Helped 12 Reputation 24 Reaction score 4 Trophy points 1,298 Activity points 1,859 Indeed it is a first in first out but with a BIG latency