I can't seem to find an external clock to the FPGA fabric on the MicroZed. Does it have to get the clock from the processor subsystem or from one of the microheaders?
I can't seem to find an external clock to the FPGA fabric on the MicroZed. Does it have to get the clock from the processor subsystem or from one of the microheaders?
Hello Nocturnalpea,
You should look into using the SERDES IP block(SelectIO Interface Wizard). This IP block is used for LVDS to bring the data into the fabric serial and convert it to a slower more manageable clock with the data in parallel. This inturn limits the HIGH speed to as few logic cells as possible which helps your timing. That is if you really do need the 640MHz, if you pass into the SERDES IP block you will only need a 40MHz clock to perform operations on the data.
Another thing to note is depending on the pins used you may only hit 600Mb/s (LVDS) per lane.
https://www.xilinx.com/support/documentation/data_sheets/ds181_Artix_7_Data_Sheet.pdf
So as for your question of will it work. It depends. It turns into a question of will it work how you intend it to. Maybe, but if you use the SERDES IP block, then most likely yes.
I am going to suggest that you ask any further questions in relationship to getting your TI FMC working over at the TI Forum as they will have more experience in implementing their own boards.
--Josh
Hello Nocturnalpea,
You should look into using the SERDES IP block(SelectIO Interface Wizard). This IP block is used for LVDS to bring the data into the fabric serial and convert it to a slower more manageable clock with the data in parallel. This inturn limits the HIGH speed to as few logic cells as possible which helps your timing. That is if you really do need the 640MHz, if you pass into the SERDES IP block you will only need a 40MHz clock to perform operations on the data.
Another thing to note is depending on the pins used you may only hit 600Mb/s (LVDS) per lane.
https://www.xilinx.com/support/documentation/data_sheets/ds181_Artix_7_Data_Sheet.pdf
So as for your question of will it work. It depends. It turns into a question of will it work how you intend it to. Maybe, but if you use the SERDES IP block, then most likely yes.
I am going to suggest that you ask any further questions in relationship to getting your TI FMC working over at the TI Forum as they will have more experience in implementing their own boards.
--Josh