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

LUT mask in arithmetic mode LE

wayne
Beginner
601 Views

When LE is in arithmetic mode it is not clear how the mask is calculated. In theory, Carry Equation should determine the generation of the carry bit, and Sum Equation determine the bit of the sum. However, in my experience, Sum Equation duplicates the first byte of Carry Equation.

 

Безымянный.jpg

 

The screenshot shows one of the LE adders.

According to my calculations, the Carry Equation should be

(A&B) # ((A # B) & C) therefore the Carry LUT mask should be E8E8.

However, in the screenshot i see a completely different result.

 

 

 

0 Kudos
2 Replies
RichardTanSY_Intel
426 Views

Hi, could you try to simulate in Modelsim and check whether the function works or not?

0 Kudos
wayne
Beginner
426 Views

Probably have to do so, but it is strange that there is no detailed information on this problem anywhere.

It’s still not clear why Sum Equation repeats the first bit of Carry Equation

0 Kudos
Reply