1 - Include all read signals/variables in the sensitivity list
"Read signals" include all signals on the right hand side of <= and all signals used in comparisons.2 - Cover output assignments for ALL cases.
Can be done by assigning default output values before implementing logic.3 - Output signals can be assigned multiple times but only the last assignment holds.
No comments:
Post a Comment