Posts

What is the difference between $setup and $hold?

Image
  Setup time:  Setup time is the minimum time the data must arrive before active edge of clock signal Hold time:   hold time is the minimum time the data cannot change after active edge of clock signal.

What do we mean by full case and parallel case?

à A full case is a case statement in which all possible all possible case expression can be matched with case items or case default. à If it is possible to find binary expression that doesn't case item the case statement is not full. à A parallel case statement is a case statement in which it is possible to match a case expression with one and only one case item if it is possible to find a case expression that would match more than one case item the matching case is called overlapping or non parallel.