Forum Discussion

LEric4's avatar
LEric4
Icon for New Contributor rankNew Contributor
6 years ago

I got a question about timing analysis, for the input delay of source synchronous interface

Hi all,

I got a question about timing analysis, for the input delay of source synchronous interface, there are two ways in the manual , one is using external parameter, one is using FPGA requirement.

If use of external input parameters ,my calculation of Max delay is 1 ns, while using FPGA requirement input Max delay is 13 ns, the timing analysis results are completely different when using the above two ways,

My question is, since the two ways to calculate the input delay value is completely different, how does Quartus know which way we use when do timing analysis?

BR,

Eric

8 Replies

  • LEric4's avatar
    LEric4
    Icon for New Contributor rankNew Contributor

    Can someone help me? I've been waiting online, thanks

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    The calculated values between the two methods should not be so wildly different. What information do you have and what are your calculations?

    #iwork4intel

    • LEric4's avatar
      LEric4
      Icon for New Contributor rankNew Contributor

      hi sstrell ,thanks for your reply. In my design, take the input max delay as example,

      by using the external parameters, input max delay = Board delay -Board clock Skew + Tco = 1ns,

      by using FPGA requirement, input max delay = T -Tsu = 15.626 -2.5 = 13.125ns, CLK_Freq=64M, Tsu=2.5ns.

      So by using different way, the results were very different, Is my calculation way not correct?

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Where is the tco value coming from? I don't see that in the data you've provided. It looks like you are given tS and tH, so 13.125 ns is correct for input delay max. Input delay min would be 2.5 ns.

    #iwork4intel

    • LEric4's avatar
      LEric4
      Icon for New Contributor rankNew Contributor

      I can't find the Tc in the chip manual, can I set it to 0

    • LEric4's avatar
      LEric4
      Icon for New Contributor rankNew Contributor

      I can't find the Tco in the ​chip datasheet, so I set it to 0, can I set it to 0?

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    No, you can't set it to 0. You've got tS and tH and the correct calculations. You don't need to worry about the tco of the external device. You only need to use one method to constrain or the other. Just use 13.125 and 2.5 as I mentioned.

    #iwork4intel