Computer Engineering Computer Architecture | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Computer Engineering Computer Architecture

Draw the logic diagram of the circuit according to the given table, where the microoperations occur according to the K1, K2 and K3 signals. Assume that each register stores 3 bits of data. K1 K2 K3 0 0 0 R2 <- R1 0 0 1 R2 <- R1 (0:2) 0 1 0 R2 <- R1' 0 1 1 R2 <- R2' 1 x x R2 <- R2 I hope someone help me at least share some helpful resource :) The reason why I asked here my teacher doesn't share the lecture resource.

13th Oct 2020, 4:03 PM
Ali Han Demir
Ali Han Demir - avatar
5 Answers
+ 1
It is a part of answer - decoding from bits entry to 1 channel. It works only with first four combination. And uses only AND and NOT gates. Using this - you can pass output to perform right microoperators to act. IDK how do you draw diagrams, so hopefully it could help
13th Oct 2020, 4:58 PM
Alex Vernee
Alex Vernee - avatar
+ 1
If only i could understand (0:2) and ' Can you explain this ?
13th Oct 2020, 4:17 PM
Alex Vernee
Alex Vernee - avatar
+ 1
So i spent 20 minutes of learning syntaxes... Now give me few minutes to draw one component that you need
13th Oct 2020, 4:41 PM
Alex Vernee
Alex Vernee - avatar
0
Thank you Alex
13th Oct 2020, 5:02 PM
Ali Han Demir
Ali Han Demir - avatar
0
Please folow to posts on my page to look diagrams
13th Oct 2020, 5:02 PM
Alex Vernee
Alex Vernee - avatar