Problem: 31 Area: Integrated Circuits and Logic Design Code # Use full adders (FAS) and logic gates to build a device to
Posted: Tue Jun 07, 2022 1:03 pm
Problem: 31 Area: Integrated Circuits and Logic Design Code # Use full adders (FAS) and logic gates to build a device to compute 5y-3z, where y and z are 4-bit unsigned inputs (y = y³y2y₁yo, z = Z3Z2Z1Z0). Use an 8-bit representation for all the numbers. Hint: determine how to compute 5y and 3z, then determine how to compute the difference 5y-3z.