How do I select an FPGA chip with a high-speed system clock available?
Our team wants to implement an FPGA system that controls DAC Resolution 1ns width.
The FPGA now in use is using Cyclone V (5ceba2f23c7). The 40MHz crystal clock is received from the outside, multiplied by 150 MHz with the Quartus PLL, the DATA and DAC CLK are synchronized to the DAC chip.
Although the test generated a high clock of 400Mhz, negative slacks occurred and 200MHz or higher was judged to be difficult.
The system you are planning to develop will attempt to synchronize the DATA by generating a clock of 500 MHz on the FPGA. In the Cyclone V catalog, the main base clk was 400 MHz, so I made 400 MHz, but the limited Fmax was synthesized to 230 MHz. Therefore, we are finding a new FPGA product line because it is judged that it cannot be used with the FPGA currently in use.
I'm guessing that the Cyclone 10 or Stratix family (V or 10) is suitable, but I can't find an exact basis, so I'm posting on the forum.
The number of FPGA pins we are using is about 130, and the amount of LE used is as follows. And within the FPGA, CPU is not being used and there is no future plan.
Q1. Do you have a separate IO Port & Pin for High Speed?
Q2. Do you have any resources or parameters to check regarding PLL CLK speed on the Product Catalog or Datasheet?
(If you look at pic1 Stratix Datasheet, pic2 FPGA Product Catalog, where is it related to Clock Speed?)
Q3. I know how to configure the source can change the Restricted Fmax (Negative Slack), but do you have any official solutions and guidelines?
Thanks.