391 views
2 votes
2 votes

Consider a non-pipelined processor design with clock cycle time zones and average CPI 1.5. Now it is decided to shift pipeline processor, it has 5 stages taking 2ns, 3ns, 5ns, 3ns time, each stage also adds 20ps due to register setup delay. The pipeline stalls 20% of time for 1 cycle and 10% of time for 2 cycles. Then what is the new CPI the pipelined processor ?

Correct Answer: 1.9    Status: unattempted

1 Answer

Related questions

429
views
1 answers
0 votes
DAWID15 asked Dec 26, 2022
429 views
So I know pipelining has 5 stages: IF, ID, EX, MA, WB.Now the question is if I have a program of few instruction which has both ALU operation and LOAD/ ... the 5 stages how many stages will be reqiured for ALU and how many for LOAD/STORE.
874
views
3 answers
2 votes
Souvik33 asked Dec 16, 2022
874 views
MSQWhich among the following statements is/are TRUE for a pipelined RISC computer.PC is usually incremented during Instruction Cycle (IF,ID)PC may be ... ID)All non-register memory fetching operations are done in Load instructions only.
740
views
0 answers
0 votes
anas_2908 asked Oct 21, 2022
740 views
ADD R1,R2,R3SUB R2,R1,R7BNEQZ R5,L1MUL R8,R9,R3DIV R6,R8,R7L1:-LOAD R4, 2(R6)SUB R10,R4,R11 for the above sequence of instructions draw ... of clock cycles required to complete execution without operand forwarding and if branch is not taken
1.3k
views
1 answers
0 votes
Swarnava Bose asked Jul 2, 2022
1,254 views
In a pipeline the maximum ideal speed-up is 5. Let the percentage of unconditional branches in a set of typical program be 5% and that of conditional ... .It is very difficult to understand this question and solve it. Please help.