Always Block
Used to model a process that is repeated continuously in a digital circuit
- An always block starts at time 0 and executes the behavioral statements continuously in a looping fashion.
- Behavioral statements inside an initial block execute sequentially.
- Therefore, order of statements does matter.