retagged by
636 views
1 1 vote
I'm not able to understand how pipelining reduces memory requirements of programs. Anyone please explain.

Please log in or register to answer this question.

Position:
Show:

Related questions

0 0 votes
0 0 answers
413
413 views
Soumya Tiwari asked Nov 16, 2018
413 views
https://gateoverflow.in/63585/pipeliningCan anyone Explain the meaning of the line-"Assume that no instruction starts at first stage time the branch condition is evaluate...
0 0 votes
2 2 answers
898
898 views
Divyanshu Shukla asked Jan 6, 2022
898 views
Consider a pipeline processor with 5 stages S1 to S5. We want to execute the following loops:while(i<=1) {I1,I2,I3,I4} where i=0. Time (ns) taken by the instruction I1 to...
0 0 votes
0 0 answers
1.0k
1.0k views
Somoshree Datta 5 asked Nov 5, 2018
1,000 views
In this question, https://gateoverflow.in/69709/pipelining Kapil Sir had commented that we can do split phase access between memory access(MA) stage and execute(EX) stag...
0 0 votes
0 0 answers
505
505 views
Deepanshu asked Nov 3, 2018
505 views
PLEASE explain what is operand forwarding and how we are going to implement this in stages during execution of the instruction ???and also when to use it in according to...