retagged by
1,018 views
3 votes
3 votes
Suppose there is unpipelined processor with a cycle time 30 ns which is evenly divided into 5 pipeline stages. The total latch latency of the pipeline will be _______________ ns.
retagged by

1 Answer

0 votes
0 votes
since there are 5 stages in pipelined processor and cycle time is evenly divided into 5 stages

    it implies=>

         30/5 = 6ns of cycle time per stage

so total cycle time in pipelined processor=6+1=7ns

now total latency time= cycle time of pipeline processor * number of stages

                              =7 * 5

                     =35 ns  (Answer)

Related questions

0 votes
0 votes
0 answers
1
Ray Tomlinson asked Aug 22, 2023
241 views
is this formula is correct if it is correct then in gate 2006 Question 75 why they not used this formulahttps://gateoverflow.in/43565/gate-cse-2006-question-75
1 votes
1 votes
1 answer
2
MayankSharma asked Aug 29, 2018
2,478 views
Are miss latency & miss penalty same in cache?if no then what's the difference???
1 votes
1 votes
0 answers
3
AnilGoudar asked Nov 9, 2017
928 views
How to approach hit latency problems in cache mapping techniques.Please explain with an example.Thank in advance.