Tuesday, 8 May 2012

Procedure vs Continuos assignment statement


Procedural assignment changes the state of a register
  sequential logic
  Clock controlled
Continuous statement is used to model combinational logic. Continuous assignments drive wire variables and are evaluated and updated whenever an input operand changes value. It is important to understand and remember the difference.

No comments:

Post a Comment