Pergunta de entrevista da empresa Cirrus Logic

Verilog question with additional requirements. Design a FSM providing fibonacci sequence with enable and reset. Output should be immediate.

Respostas da entrevista

Sigiloso

5 de nov. de 2011

Two registers storing last two numbers in sequence with adding circuit muxed with the enable signal. Combinational output from mux. Answer should be in verilog code.

Sigiloso

2 de jun. de 2016

This is actually another way of asking: what is the difference of blocking and non blocking assignment. and the key point in this question is to use the non blocking assignment