0% found this document useful (0 votes)
203 views

Unit-4 Hardwired Control Vs Microprogrammed Control Unit

Hardwired control units use dedicated circuitry to generate control signals for instructions, which works well for simple instructions but faces difficulties with complex instructions as the control circuit becomes complex. Microprogrammed control units use a stored program approach where control signals are generated by executing microinstructions stored in control memory, allowing them to easily generate signals for complex instructions and modifications require changing code only rather than hardware. However, microprogrammed units are slower than hardwired units due to accessing the control memory.

Uploaded by

Abcd Efgh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
203 views

Unit-4 Hardwired Control Vs Microprogrammed Control Unit

Hardwired control units use dedicated circuitry to generate control signals for instructions, which works well for simple instructions but faces difficulties with complex instructions as the control circuit becomes complex. Microprogrammed control units use a stored program approach where control signals are generated by executing microinstructions stored in control memory, allowing them to easily generate signals for complex instructions and modifications require changing code only rather than hardware. However, microprogrammed units are slower than hardwired units due to accessing the control memory.

Uploaded by

Abcd Efgh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Hardwired Control vs.

Micro-programmed Control
Hardwired Control

Micro-programmed Control
S.No. Hardwired Control Unit Microprogrammed Control Unit

This control unit is implemented by


1 It is a circuitry(hardware) approach programming

2 RISC style instructions CISC style instructions

3 It works well for simple instructions. It works well for complex instructions also.

It can generate control signals for many


4 It can use limited instructions. instructions.

It faces difficulty in managing the complex


instructions because the design of the
5 circuit is also complex. It can easily manage complex instructions.

Modification is difficult as the control unit Modifications are easy in case of micro
is hardwired. Modifying it will require the programmed control unit as it will require the in
6 change in hardware change in the code only.

Implementing hardwired structure requires


7 a cost. Implementing microprograms is not costly.

Hardwired control unit is quicker than a Microprogrammed control unit is slower than a
8 microprogrammed control unit. hardwired control unit.

9 No control memory is required Control memory is required

You might also like