Hi-
I was wondering if anyone could help me with this question. if you could draw the design on paint and upload it to some free sharing website and share the link for me to see, that would be great. Thanks
Design a combinational circuit that accepts a 3-bit binary number input x and generates a 6-bit binary number output equal to the xth Fibonacci number F(x) = F(x-1) + F(x-2) where F(0) = 2 and F(1) = 3.