I am trying to replicate the project using AX7203 board with Artix-7 FPGA in it. It uses 200MHz differential clock. How to make MMCM module to take in differential clock and produce output ? #236
-
clk_mmcm_inst in the fpga.v has 2 clk_in in it (clk_in1, clk_in2). Are these differential pairs ? |
Beta Was this translation helpful? Give feedback.
Answered by
alexforencich
Dec 16, 2024
Replies: 1 comment
-
No, they are so you can feed in two different clocks and pick which one you want the mmcm to use. For a differential input, you'll want an ibufgds. Some of the other example designs have a differential clock input with this setup, for example I think the ZCU102 and ZCU106. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kavyash15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, they are so you can feed in two different clocks and pick which one you want the mmcm to use. For a differential input, you'll want an ibufgds. Some of the other example designs have a differential clock input with this setup, for example I think the ZCU102 and ZCU106.