Question: using logic.ly create a digital circuit using switches and gates; we already have a nibble adder that can perform 0 0 0 NOT the A
using logic.ly create a digital circuit using switches and gates; we already have a nibble adder that can perform NOT the A Value
AND the A and B Values Together
OR the A and B Values Together
Perform ADDITION on the A and B Values.
create four new functions youll be adding are MOVE, SHIFT LEFT, SHIFT RIGHT LOGICAL, and SHIFT RIGHT
ARITHMETIC.
MOVE will simply pass the B Value through the system, completely unchanged.
SHIFT LEFT will pass the A Value through the system, with all of the bits shifted one position to
the LEFT. The original Most Significant Bit will be lost, and the new Least Significant Bit will always be
SHIFT RIGHT LOGICAL will pass the A Value through the system, with all of the bits shifted one
position to the RIGHT. The original Least Significant Bit will be lost, and the new Most Significant Bit will
always be
SHIFT RIGHT ARITHMETIC will pass the A Value through the system, with all of the bits shifted
one position to the RIGHT. The original Least Significant Bit will be lost, and the new Most Significant Bit
will be identical to the original Most Significant Bits value.
MOVE the B Value.
SHIFT LEFT the A Value.
SHIFT RIGHT LOGICAL the A Value.
SHIFT RIGHT ARITHMETIC the A Value.
Create integrated circuits for each of the SHIFT portions of the circuit, just as you previously did
for the ALU lab. So for example:
MOVE would output
SHIFT LEFT would output
SHIFT RIGHT LOGICAL would output
SHIFT RIGHT ARITHMETIC would output
Show screen of logic.ly
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
