Write Verilog codes of 8-bit Log Left Shifter and 4-bit Barrel Right/Left Shifter.
Simulate the designs with test benches of at least 4 test cases.
Using boolean algebra, simplify each expression:
_
(B + BC)(B + B^C)(B + D)
Using boolean algebra, simplify the following expression:
_ _
(A + A^)(AB+ABC^)
Using boolean algebra techniques, simplify the following expression as much as possible:
_ _ _ _
ABC+ABC+ABC
Construct a truth table for each for the following boolean expression:
(A+B)C
Draw the logic circuit represented by each of the following expression:
_ _
AB^+A^B
Draw the logic circuit represented by each expressions:
_
A+B[C+D(B+C^)]
Simplify the following boolean function, using three variable maps:
F(x, y, z)= Σ(0,1, 2, 3, 7)