Forum Discussion
LucasV
New Contributor
5 years agoError (275024): Width mismatch in port "bin[5..0]" of instance "inst17" and type bin2bcd
Hello, I've been trying to solve this problem by changing the width of the wire that connects my input of 6 bytes with a converter of binary to bcd 2 but the problem still persists. How coul I fix this?
Hi Lucas,
The primitive for the specified instance(17) and type(bin2bcd) has a width mismatch between the source and the specified port. The number of bits of the input must be equal to that of the output.
Correct the design so the input is equal to the output.
Thanks,
Regards
1 Reply
- SyafieqS
Super Contributor
Hi Lucas,
The primitive for the specified instance(17) and type(bin2bcd) has a width mismatch between the source and the specified port. The number of bits of the input must be equal to that of the output.
Correct the design so the input is equal to the output.
Thanks,
Regards