Solved
Forum Discussion
sstrell
Super Contributor
10 months agoAn XOR between a bus and a single signal makes no sense. The bus widths must match to perform a bit-by-bit XOR operation.
Hi Savino,
I misunderstood the situation. As mentioned by sstrell, the input must be same width. Using same width will be no problem.
You're using different width, that's why causing the bug.
Thanks,
Regards,
Sheng
An XOR between a bus and a single signal makes no sense. The bus widths must match to perform a bit-by-bit XOR operation.