retagged by
587 views

1 Answer

2 votes
2 votes
Yes, in classic pipeline questions but not in actual pipeline. Because cache memory (Instruction Cahe + Data cache) is not the only structure in pipeline. There can be many functional units which are shared by instructions and ideally there should be enough of them to ensure no wait in a pipeline.

Related questions

0 votes
0 votes
1 answer
3
3 votes
3 votes
2 answers
4
gauravkc asked Jan 24, 2018
1,145 views
R1 <- R1+R2R2 <- R3*R4R3 <- R4-R1R2 <- R3+R4Can someone point out hazards. Thanks :)