Question: Design a digital circuit that receives a 4 bits BCD - coded ( * ) number X = abcd and returns a signal M 5
Design a digital circuit that receives a bits BCDcoded number X abcd and returns a signal M if X or multiple of ; and M otherwise. The algorithm below shows the functional description of the circuit dc means a dont care combination
Inputs and outputs of the circuit must be named as: a b c d and M Respect the upper and lowercases.
: BCD code Binary Coded Decimal encodes any base number from to in base using bits. That is is coded by by by and so on until which is encoded by Base numbers higher than require at least digits and, consequently, they will never enter to the circuit.
if X then Mdc;
elsif X or X then M;
else M;
end if;
end if;
Instructions to answer this question
In the virtual machine, open VerilUOCDesktop and draw the circuit.
Click in SimulateVerification and then click in the VerilCirc tab.
In "Module" select "Graded Exercises" and click on exercise b
VerilCirc returns a uppercase letters code. Type it in the answer box.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
