1.

How A Latch Gets Inferred In Rtl Design?

Answer»

A latch gets inferred in the RTL design:-

  • When there is no “else / default” statement in the “if / case” STATEMENTS; in short if all possibilities of the conditions are not COVERED.
  • When all the outputs reg are not assigned the values in every CONDITION of the “if / case” statement and some are LEFT out, on the left out signals a latch gets inferred.

A latch gets inferred in the RTL design:-



Discussion

No Comment Found