Upload presentasi
Presentasi sedang didownload. Silahkan tunggu
Diterbitkan olehJunaidi Annisa Telah diubah "10 tahun yang lalu
1
Organisasi Komputer Handbook : Computer Organization and architecture th Edition – Prentice Hall by William Stalling Materi 3 Bus-Bus Sistem
2
Konsep Program Sistem hardware tidak fleksibel
Tujuan umum hardware untuk melakukan tugas-tugas yang berbeda, dengan jalan memberikan koresksi sinyal kontrol Dengan mengubah hubungan (re-wiring),berarti memberikan set sinyal kontrol baru
3
Apa itu program? Suatu urutan langkah-langkah kerja
Untuk tiap langkah, suatu operasi aritmatik atau logika dilakukan Untuk tiap operasi, dibutuhkan pengaturan sinyal kontrol yang berbeda
4
Fungsi Unit Kontrol Biasanya setiap operasi mempunyai kode yang unik
Misal ADD, MOVE Suatu bagian hardware menerima kode dan mengirimkan sinyal kontrol We have a computer!
5
Komponen - komponen Unit Kontrol dan ALU merupakan bagian yang terdapat dalam CPU (Central Processing Unit) Data and instruksi perlu dimasukkan ke dalam sistem untuk mendapatkan suatu keluaran Input/output Media penyimpanan sementara (temporary storage) kode and hasil proses diperlukan Memori utama
6
Komponen Komputer : Top Level View
7
Putaran instruksi Dua langkah: Fetch Execute
8
Putaran Fetch Program Counter (PC) menyimpan alamat instruksi berikutnya untuk di fetch Prosessor mem-fetch-kan instruksi dari lokasi memori yang ditunjuk oleh PC Peningkatan PC Instruksi dikirim ke Instruction Register (IR) Prosessor menginterpretasikan instruksi dan melakukan aksi yang diperlukan
9
Putaran Eksekusi Processor-memory Processor I/O Data processing
Data ditransfer antara CPU dan memori utama Processor I/O Data ditransfer antara CPU dan modul I/O Data processing Beberapa operasi aritmatik dan logika terhadap data Control Mengatur urutan-urutan operasi Misalnya jump Kombinasi proses di atas
10
Contoh Eksekusi Program
11
Putaran Instruksi - State Diagram
12
Interupsi Mekanisme oleh modul-modul lainnya (mis. I/O) untuk mengubah urutan normal proses yang berlangsung Program Misal : overflow, division by zero Timer Dihasilkan oleh internal processor timer Digunakan dalam pre-emptive multi-tasking I/O Dari pengontrol I/O Hardware failure Misalnya bit paritas memori error
13
Program Flow Control
14
Lingkaran Interrupt Ditambahkan ke dalam putaran instruksi
Prosessor mencek adanya interrupt Diindikasikan oleh suatu interrupt signal Jika tidak ada interrupt, fetch instruksi berikutnya Jika interrupt ditunda: Sedang mengksekusi program Save context Seting PC untuk memulai alamat interrupt handler routine Proses interrupt Kembalikan context dan lanjtkan program yang di interrupt
15
Putaran Instruction (dengan Interrupts) - State Diagram
16
Multiple Interrupts Disable interrupts Define priorities
Processor will ignore further interrupts whilst processing one interrupt Interrupts remain pending and are checked after first interrupt has been processed Interrupts handled in sequence as they occur Define priorities Low priority interrupts can be interrupted by higher priority interrupts When higher priority interrupt has been processed, processor returns to previous interrupt
17
Multiple Interrupts - Sequential
18
Multiple Interrupts - Nested
19
Connecting Seluruh unit Harus tersambung
Koneksi tiap unit berbeda-beda, di bedakan menjadi: Memori Input/Output CPU
20
Memory Connection Menerima dan mengirimkan data
Menerima Alamat lokasi memori Menerima signal kendali Baca Tulis Timing
21
Input/Output Connection(1)
Similar to memory from computer’s viewpoint Output Receive data from computer Send data to peripheral Input Receive data from peripheral Send data to computer
22
Input/Output Connection(2)
Receive control signals from computer Send control signals to peripherals e.g. spin disk Receive addresses from computer e.g. port number to identify peripheral Send interrupt signals (control)
23
CPU Connection Reads instruction and data
Writes out data (after processing) Sends control signals to other units Receives (& acts on) interrupts
24
Buses Terdapat beberapa kemungkinan sistem interkoneksi
Struktur yang sering diditemui adalah single dan multiple bus structure Misal Control/alamat/Data bus (PC) Unibus (DEC-PDP)
25
Apa itu Bus? Sebuah jalur komunikasi menghubungkan dua atau lebih peralatan (device) Biasanya broadcast Sering di gabungkan Beberapa kanal dalam satu bus Misal data 32 bit di pisah dalam 32 single bit channel Jalur daya mungkin tidak di gambarkan (secara default ada)
26
Data Bus Bertugas untuk mengusung data
Ingat!! Pada level ini tidak ada perbedaan antara “data” dan “instruksi”. Faktor penentu performa adalah lebar data Misal 8, 16, 32, 64 bit
27
Address bus Identifikasi sumber dan tujuan data
Misal : CPU membutuhkan untuk membaca instruksi (data) sesuai dengan lokasi memori yang di tunjuk. Lebar bus menentukan kapasitas memori maksimun dari sebuah system Misal 8080 memiliki 16 bit bus alamat sehingga ada 64k alamat memory.
28
Control Bus Informasi control dan Timing
Signal untukbaca /tulis Memori Permintaan Interupsi Signal clock
29
Bus Interconnection Scheme
30
Big and Yellow? What do buses look like?
Parallel lines on circuit boards Ribbon cables Strip connectors on mother boards e.g. PCI Sets of wires
31
Single Bus Problems Lots of devices on one bus leads to:
Propagation delays Long data paths mean that co-ordination of bus use can adversely affect performance If aggregate data transfer approaches bus capacity Most systems use multiple buses to overcome these problems
32
Traditional (ISA) (with cache)
33
High Performance Bus
34
Bus Types Dedicated Multiplexed Separate data & address lines
Shared lines Address valid or data valid control line Advantage - fewer lines Disadvantages More complex control Ultimate performance
35
Bus Arbitration More than one module controlling the bus
e.g. CPU and DMA controller Only one module may control bus at one time Arbitration may be centralised or distributed
36
Centralised Arbitration
Single hardware device controlling bus access Bus Controller Arbiter May be part of CPU or separate
37
Distributed Arbitration
Each module may claim the bus Control logic on all modules
38
Timing Co-ordination of events on bus Synchronous
Events determined by clock signals Control Bus includes clock line A single 1-0 is a bus cycle All devices can read clock line Usually sync on leading edge Usually a single cycle for an event
39
Synchronous Timing Diagram
40
Asynchronous Timing Diagram
41
PCI Bus Peripheral Component Interconnection
Intel released to public domain 32 or 64 bit 50 lines
42
PCI Bus Lines (required)
Systems lines Including clock and reset Address & Data 32 time mux lines for address/data Interrupt & validate lines Interface Control Arbitration Not shared Direct connection to PCI bus arbiter Error lines
43
PCI Bus Lines (Optional)
Interrupt lines Not shared Cache support 64-bit Bus Extension Additional 32 lines Time multiplexed 2 lines to enable devices to agree to use 64-bit transfer JTAG/Boundary Scan For testing procedures
44
PCI Commands Transaction between initiator (master) and target
Master claims bus Determine type of transaction e.g. I/O read/write Address phase One or more data phases
45
PCI Read Timing Diagram
46
PCI Bus Arbitration
47
Foreground Reading Stallings, chapter 3 (all of it)
In fact, read the whole site!
Presentasi serupa
© 2024 SlidePlayer.info Inc.
All rights reserved.