Marvell Technology Interview Question

Verilog tasks and functions, FSM Design, FIFO Depth, some system verilog questions.

Interview Answer

Anonymous

Oct 4, 2016

task can have delay, even,t, or timing control constructs. functions returns a single value and must have at least one input. For FSM, use 1-hot encoding. FIFO: use grey-code. System Verilog: use Assertions