Forum Discussion
3 Replies
- Vicky1
Regular Contributor
Hi,
I tried to recreate the issue you faced but I haven`t come across any warning.
Can you provide your full code?
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Best Regards
Vikas Jathar
(This message was posted on behalf of Intel Corporation)
- Abe
Frequent Contributor
Well, this can happen depending on the value thats stored in the AXIMISC signal/register. Since you're adding two 32-bit values, there could be an overflow in the result and this is what the synthesis tool is truncating away to fit into the resultant register.
I would suggest checking the bus/bit-widths of the variables/signals in question as well as the final result of the addition to see if there is any overflow.
- CosmoKramer
Occasional Contributor
I am having similar warning. If I am confident that there is no possibility of an overflow, how can I prevent truncation?
If there was an overflow then should it not result in 33 bits instead of 34 bits?