|
Protsessorda buyruqlarni bajarilish davri
|
bet | 8/10 | Sana | 18.05.2024 | Hajmi | 24 Kb. | | #242804 |
Bog'liq Protsessorda buyruqlarni bajarilish davri-fayllar.orgSystem Bus Design
Bus is a communication channel.
Characteristic of bus is shared transmission media.
Limitation of a bus is only one transmission at a time.
A bus which is used to provide the communication between the major components of a computer is called as System bus.
Cont.. System bus contains 3 categories of lines used to provide the communication between the CPU, memory and IO named as:
Address lines (AL)
Data lines (DL)
Control lines (CL)
1. Address Lines:
Used to carry the address to memory ad IO.
Unidirectional.
Based on width of a address bus we can determine the capacity of a main memory
Example: Cont.. 2. Data Lines:
Used to carry the binary data between the CPU, memory and IO.
Bidirectional.
Based on the width of a data bus we can determine the word length of a CPU.
Based on the word length we can determine the performance of a CPU.
Example: Cont.. 3. Control Lines:
Used to carry the control signals and timing signals
Control signals indicates type of operation.
Timing Signals used to synchronize the memory and IO operations with a CPU clock.
Interrupts in microprocessor An interrupt is a condition that halts the microprocessor temporarily to work on a different task and then return to its previous task. Interrupt is an event or signal that request to attention of CPU. This halt allows peripheral devices to access the microprocessor. Whenever an interrupt occurs the processor completes the execution of the current instruction and starts the execution of an Interrupt Service Routine (ISR) or Interrupt Handler. ISR is a program that tells the processor what to do when the interrupt occurs. After the execution of ISR, control returns back to the main routine where it was interrupted.
|
| |