Verilog tasks and functions, FSM Design, FIFO Depth, some system verilog questions.
Sigiloso
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