in CO and Architecture
932 views
2 votes
2 votes
What is the difference between control signal and control word? Also, the difference between micro-operation and microinstruction.
in CO and Architecture
by
932 views

1 comment

It's hierarchical. At the top we have an Instruction. An instruction has a micro-program that defines it's logic. A micro-program consists of micro-instructions in it. Each micro-instruction specify micro-operation(s) for that particular micro-instruction. This is theoretical interpretation.

On the implementation side, a micro-instruction is a control word (Series of 0s and 1s. Each 0 or 1 specify the state of some flag or port or anything and control signal). In a control word, a part of it is control signal which actually specifies the micro-instructions to be carried out (In terms of binary string).

http://nptel.ac.in/courses/Webcourse-contents/IIT-%20Guwahati/comp_org_arc/msword/m5_CPU_Design/5_Microprogrammed%20Control.doc

Read this doc 

3
3

Please log in or register to answer this question.

Related questions