Forum Discussion
1 Reply
- Vicky1
Regular Contributor
Hi,
By looking at the second line, it should execute as you mentioned because the "conv_integer" function converts an argument of type integer,unsigned, signed or std_ulogic to an integer return value. This function also has limitation range corresponds to 31 bit unsigned value or signed value, it can`t convert an argument outside of this range.
Regards,
Vikas