Previous | Next --- Slide 25 of 59
Back to Lecture Thumbnails
wkorbe

pipeline == free_lunch

kristinayige

What is the purpose of buffering?

gomi

The buffering here is needed because of the pipelining. Pipelining basically separates a large circuit into smaller stages so you can get higher throughput. However, you would need some ways of storing the temporary data at each stage until the next step is ready to process the data.

Please log in to leave a comment.