Forum Discussion

student8's avatar
student8
Icon for New Contributor rankNew Contributor
2 years ago
Solved

Why does this code generate extra combinational logic?

The timing analysis indicates the presence of extra levels of combinational logic, but I only have one layer of combinational logic.I don't know where the extra combinational logic is? The recommen...
  • FvM's avatar
    2 years ago
    Hi,
    to answer the question precisely, you can review the post-mapping or post-fitting schematic. It will show you the function of each lcell.

    Without seeing the actual logic, I'd guess: The circuit has 5 input bits, 4 delay_2 bits and pps_coarse. Respectively it needs 2 combinational logic cells if it's implemented in 4-input LUTs.