Recent questions tagged pipelining

2 2 votes
1 1 answer
170
170 views
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason RAssertion A: Instruction pipelining improves CPU throughput.Reason R: ...
8 8 votes
4 4 answers
1.8k
1.8k views
A non-pipelined instruction execution unit that operates at $1.6$ GHz clock takes an average of $5$ clock cycles to complete the execution of an instruction. To improve t...
21 21 votes
4 4 answers
2.0k
2.0k views
The EX stage of a pipelined processor performs the memory read operations for LOAD instructions, and the operations for the arithmetic and logic instructions. Let $t_{E X...
0 0 votes
0 0 answers
670
670 views
Consider a pipelined processor in which the execution (EX) stage is shared by all instructions. The execution stage takes different different time for different instruct...
1 1 vote
1 answers 1 answer
380
380 views
“Consider a 6 stage instruction pipeline, where all stages are perfectly balanced. Assume that there is no cycle time overhead of pipelining. When an application is execu...
1 1 vote
1 1 answer
313
313 views
Consider the following code sequence consisting of five instructions from I to Is. The format for each instruction is: OP Ri, Rj, Rk (The operation OP is performed on the...
1 1 vote
2 2 answers
293
293 views
2 2 votes
1 answers 1 answer
406
406 views
in my sol. CPI is 1.1 and and is 0.275ns ... but test series and was 0.35ns
2 2 votes
3 3 answers
686
686 views
A 5-stage pipeline has the following stages:Instruction Fetch (IF), Instruction Decode (ID), Operand Fetch (OF), Process Data (PD), and Write Back (WB).The IF, ID, and OF...
0 0 votes
2 2 answers
743
743 views
A 5-stage pipelined processor has Instruction Fetch (IF), Instruction Decode(ID), Instruction Execution (IE), Memory Access (MA) and Write Back (WB)stages. All stages tak...
0 0 votes
1 1 answer
334
334 views
The right sequence of suboperations that are performed in arithmetic pipeline is-Align the mantissasAdd or subtract the mantissasNormalize the resultCompare the exponents...
0 0 votes
0 0 answers
264
264 views
Consider a pipeline unit for fixed - point multiplication of $8$-bit integers. Arrange the following stages in a correct sequence.Stage $\text{I}$ : Consists of two CSAs ...
0 0 votes
1 1 answer
250
250 views
Which table for a dynamic pipeline become more interesting when a nonlinear pattern is follows?Reservation TableConfusion TableInverted TableGreedy Table
1 1 vote
1 1 answer
289
289 views
A CPU has a $5-$stage pipeline with the following stages Fetch (F), Decode (D), Execute (E), Memory (M) and Write-back (W). Each stage takes one clock cycle to complete. ...