Question: Using verilog On button press: - Populate the RAM with the Fibonacci sequence - {1,1,2,3,5,8...} . Continually show sequence on 7-segment display Constraints Only use
Using verilog
On button press: - Populate the RAM with the Fibonacci sequence - {1,1,2,3,5,8...} . Continually show sequence on 7-segment display Constraints Only use standard digital modules Don't use mathematical operators except in RCAs or counters FSM No more than ten states 100% independent of the RAM size (sequence length) State variables are the only memory in your FSM On button press: - Populate the RAM with the Fibonacci sequence - {1,1,2,3,5,8...} . Continually show sequence on 7-segment display Constraints Only use standard digital modules Don't use mathematical operators except in RCAs or counters FSM No more than ten states 100% independent of the RAM size (sequence length) State variables are the only memory in your FSM
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
