Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16597 Discussions

Compilation error (275024/275023 & 12153)

THaas1
Beginner
2,059 Views

Hi, I have to design a 4 bit binary adder, but I cannot find the origine of those errors,

 

all help is welcomed,

thanksCapture d'écran 2020-03-31 14.23.44.png

0 Kudos
2 Replies
RichardTanSY_Intel
1,993 Views

Hi,

The error occurs because in a Block Design Files (.bdf), the primitive for the specified instance and type 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 that the input is equal to the output.

0 Kudos
THaas1
Beginner
1,993 Views

yes, thank you for your answer

0 Kudos
Reply