Question: The Fibonacci sequence is a sequence in which each term is the result of addition between the two previous terms. The first two terms of
The Fibonacci sequence is a sequence in which each term is the result of addition between the two previous terms. The first two terms of the sequence are 0 and 1.Therefore the initial terms of the sequence are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, .... Design a sequential circuit which, after its initialization, gives with each clock cycle an output of the next Fibonacci sequence term, starting from the third term. The last term we need to produce is the fourteenth one, namely 233. The next output the circuit produces is of no interest.
EDIT: That's all the information the exercise gave so i don't know what more is needed in order to be answered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
