Create a schematic drawing for the Fibonacci number circuit of
exercise 2.20. Here is the solution:
CLD-II,
Chapter 2, problem 2.20a
2.20.a Write
f(A,B,C,D)=∑m(1,2,3,5,8,13) in
canonical minterm form
A’B’C’D+A’B’CD’+A’B’CD+A’BC’D+AB’C’D’+ABC’D
Make sure to minimize it first using K-maps. You should achieve a
sum-of-products expression with four terms (two with four literals and
two with three literals).