Computer Architecture and Design Question: Download Computer Architecture PDF

Explain What are the five stages in a DLX pipeline?

Tweet Share WhatsApp

Answer:

The instruction sets can be differentiated by

* Operand storage in the CPU
* Number of explicit operands per instruction
* Operand location
* Operations
* Type and size of operands

Submitted by Sowjanya Rao (Sowjanya_Rao@Dell.com)

IF: Instruction Fetch ( from memory) ID: Instruction decode and register read EX: Execution of the operation or address calculation MEM: Data memory access ( i.e accessing the operand) WB: Write Back ( the result)

Download Computer Architecture PDF Read All 30 Computer Architecture Questions
Previous QuestionNext Question
Explain What are the different hazards? How do you avoid them?For a pipeline with n stages, what is the ideal throughput? What prevents us from achieving this ideal throughput?