Question: In this problem you will design a combinational circuit that identifies the largest prime factor of the numbers between 2 and 15 (inclusive). The input
In this problem you will design a combinational circuit that identifies the largest prime factor of the numbers between 2 and 15 (inclusive). The input is a 4-bit number B = (b3,b2,b1,b0) and the output is a 4-bit number N = (n3,n2,n1,n0) The values 0 and 1 (inputs 0000 and 0001) are don't cares because they have no prime factor. For your reference, below is a table giving the largest prime factor of the numbers between 2 and 15.
| B | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| N | - | - | 2 | 3 | 2 | 5 | 3 | 7 | 2 | 3 | 5 | 11 | 3 | 13 | 7 | 5 |
- (2 points) Fill in a truth table for the outputs (n3,n2,n1,n0) as a function of the inputs (b3,b2,b1,b0) for all 16 possible input values.
- (9 points) Using Karnaugh maps obtain minimal SOP expressions for each of the 4 outputs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
