The central processing unit of the calculation group: 6. The design of the micro-instruction format and the design of the micro-program control unit

Micro instruction format design

mind Mapping

Insert picture description here

solved problem

Insert picture description here

Classification of microinstruction format

Insert picture description here

Encoding of microinstructions

Insert picture description here

Insert picture description here

1. Direct encoding method: 1bit outputs a control signal.
2. Field direct encoding method: group mutually exclusive micro-operations into one group and compatible micro-operations into one group; then different commands are generated after decoding.
3. Field indirect encoding: some micro-commands in one field need to be interpreted by some micro-commands in another field. Since the micro-commands are not directly decoded by the field, it is called field indirect encoding, also known as implicit encoding. .

Microinstruction address formation method

Insert picture description here
Insert picture description here

Design of Microprogram Control Unit

mind Mapping

Insert picture description here

Design steps of microprogram control unit

Insert picture description here

Step 1: For
Insert picture description here
detailed steps, see the central processing unit of the design group: 4. Principle and design of hard-wired controller

Classification of microprogramming

Insert picture description here

Comparison of hard wiring and microprogram

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_41587740/article/details/109161526