In reply to subratndash:
All the declaration of the variation must be at the start of a begin - end. After that all the assignment statements can come. Else you would get this error.
Usage can be anywhere.
- Ashith
In reply to subratndash:
All the declaration of the variation must be at the start of a begin - end. After that all the assignment statements can come. Else you would get this error.
Usage can be anywhere.