Embedded Design Handbook

ID 683689
Date 8/28/2023
Public
Document Table of Contents

3.6.5.5.1. Specify Target FPGA and Clock Settings

To specify target FPGA and clock settings, perform the following steps:

  1. On the Project Settings tab, select the Device Family that matches the Intel FPGA you are targeting.
    If a warning appears stating the selected device family does not match the Quartus project settings, ignore the warning. You specify the device in the Quartus project settings later in this tutorial.
  2. In the documentation for your board, look up the clock frequency of the oscillator that drives the FPGA.
  3. On the Clock Settings tab, double-click the clock frequency in the MHz column for clk_0. clk_0 is the default clock input name for the Platform Designer system. The frequency you specify for clk_0 must match the oscillator that drives the FPGA.
  4. Type the clock frequency and press Enter.
Next, you begin to add hardware components to the Platform Designer system. As you add each component, you configure it appropriately to match the design specifications.