NVIDIA interview question

1011 pattern recognizes state machine

Interview Answer

Anonymous

26 Jul 2022

The error is caused by mixing the combinational State assignment block with the sequential output block. The combinational state assignment block and the sequential output block have different sensitivity lists.

3