FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5931 Discussions

Error (275024): Width mismatch in port "bin[5..0]" of instance "inst17" and type bin2bcd

LucasV
Beginner
2,401 Views

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?

0 Kudos
1 Solution
SyafieqS
Moderator
2,383 Views

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


View solution in original post

0 Kudos
1 Reply
SyafieqS
Moderator
2,384 Views

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


0 Kudos
Reply