sensitivity list is the declaration of various inputs,outputs or inouts in port declaration of a module.
The list of input parameters whose change in value control enters always blockAlways@(a,b,c)--> if a or b or c changes control goes inside always A,b,c is sentitivity list
Post a Comment
2 comments:
sensitivity list is the declaration of various inputs,outputs or inouts in port declaration of a module.
The list of input parameters whose change in value control enters always block
Always@(a,b,c)
--> if a or b or c changes control goes inside always
A,b,c is sentitivity list
Post a Comment