Forum Discussion

gyuunyuu's avatar
gyuunyuu
Icon for Contributor rankContributor
5 years ago

SPI clock input and output pins on Intel FPGAs

Are there any special instructions that one must or should follow in pinout when there are SPI input and output clocks in the design? i.e are there specific pins that must be used for SPI SCLK input or output depending on the frequency of the SPI interface?

What I have found out so far which could be wrong is that if the SPI clock is going to be used to drive the clock signal of registers, then it must be input into an actual clock pin. However, if it shall not connect to register clock pin then we can use any general purpose I/O pin on the FPGA.

For clock outputs, I think it depends on whether the output clock comes from user logic or PLL.

I look forward to guidance from Intel AEs.

4 Replies

    • EngWei_O_Intel's avatar
      EngWei_O_Intel
      Icon for Frequent Contributor rankFrequent Contributor

      Hi

      If you would like to use the clock in clock network, then you shall use clock pins.

      Thanks.

      Eng Wei

      • gyuunyuu's avatar
        gyuunyuu
        Icon for Contributor rankContributor

        What problems should one expect if the clock pin is not used? Are those problems surmountable?