Hi,
So while implementing a reset situation, I need to set some variables declared as integer as well as ‘logic {M - 1 : p]’ to their default values (Values that they take when first declared and nothing assigned to them.
The reason why I can’t assign them to zeros is because my implementation is such that even zero is a valid and acceptable input; again I need them to be like they have just been RE-DECLARED.
Any possible way to do this for varying data types, rather than looking up the LRM to check which data-type holds what default values?