1 / 13

Pertemuan 18 Control Unit 1

Pertemuan 18 Control Unit 1. Matakuliah : H0344/Organisasi dan Arsitektur Komputer Tahun : 2005 Versi : 1/1. Learning Outcomes. Pada akhir pertemuan ini, diharapkan mahasiswa akan mampu : Menjelaskan prinsip kerja control unit dalam mengeksekusi beberapa instruction. Outline Materi.

Télécharger la présentation

Pertemuan 18 Control Unit 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Pertemuan 18Control Unit 1 Matakuliah : H0344/Organisasi dan Arsitektur Komputer Tahun : 2005 Versi : 1/1

  2. Learning Outcomes Pada akhir pertemuan ini, diharapkan mahasiswa akan mampu : • Menjelaskan prinsip kerja control unit dalam mengeksekusi beberapa instruction

  3. Outline Materi • Micro-Operations • Control of Processor • Hardwired Implementation

  4. Micro-operation Constituent elements of a program execution

  5. Micro-operation The fetch cycle t1 : MAR  PC t2 : MBR  Memory PC  PC + 1 t3 : IR  MBR

  6. Micro-operation The indirect cycle t1 : MAR  IR(address) t2 : MBR  Memory t3 : IR(address)  MBR(address) The interrupt cycle t1 : MBR  PC t2 : MAR  Save_address PC  Routine_address t3 : Memory  MBR

  7. Micro-operation The execute cycle t1 : MAR  IR(address) t2 : MBR  Memory t3 : R1  R1 + MBR Add R1, X t1 : MAR  IR(address) t2 : MBR  Memory t3 : MBR  MBR + 1 t4 : Memory  MBR If (MBR = 0) then (PC  PC + 1) Isz X t1 : MAR  IR(address) MBR  PC t2 : PC  IR(address) Memory  MBR t3 : PC  PC + 1 Bsa X

  8. Micro-operation Flowchart for instruction cycle

  9. Control of The processor Model of the control unit

  10. Control of The processor Data paths and control signals

  11. Control of The processor Micro-operations and control signals

  12. Control of the processor Internal Processor Organization

  13. Hardwired implementation

More Related