Multiprocessor Configuration Overview
Multiprocessor Configuration Overview
Multiprocessor Configuration Overview
Coprocessor configuration
Closely coupled configuration
Loosely coupled configuration
Coprocessor Configuration
A Coprocessor is a specially designed circuit on microprocessor chip which can perform the
same task very quickly, which the microprocessor performs. It reduces the work load of the main
processor. The coprocessor shares the same memory, IO system, bus, control logic and clock
generator. The coprocessor handles specialized tasks like mathematical calculations, graphical
display on screen, etc.
The 8086 and 8088 can perform most of the operations but their instruction set is not able to
perform complex mathematical operations, so in these cases the microprocessor requires the
math coprocessor like Intel 8087 math coprocessor, which can easily perform these operations
very quickly.
The TEST signal is connected to BUSY pin of coprocessor and the remaining 3 pins are
connected to the coprocessor’s 3 pins of the same name.
TEST signal takes care of the coprocessor’s activity, i.e. the coprocessor is busy or idle.
https://www.tutorialspoint.com/microprocessor/microprocessor_multiprocessor_configuration_overview.htm 1/3
2/9/23, 2:35 PM Multiprocessor Configuration Overview
The coprocessor uses QS0 & QS1 to track the status of the queue of the host processor.
None of the instructions are used for communication, like WAIT, ESC, etc.
The host processor manages the memory and wakes up the independent processor by
sending commands to one of its ports.
Then the independent processor accesses the memory to execute the task.
After completion of the task, it sends an acknowledgement to the host processor by using
the status signal or an interrupt request.
https://www.tutorialspoint.com/microprocessor/microprocessor_multiprocessor_configuration_overview.htm 2/3
2/9/23, 2:35 PM Multiprocessor Configuration Overview
Advantages
Having more than one processor results in increased efficiency.
Each of the processors have their own local bus to access the local memory/I/O devices.
This makes it easy to achieve parallel processing.
The system structure is flexible, i.e. the failure of one module doesn’t affect the whole
system failure; faulty module can be replaced later.
https://www.tutorialspoint.com/microprocessor/microprocessor_multiprocessor_configuration_overview.htm 3/3