AN 717: Nios II Gen2 Hardware Development Tutorial

ID 683615
Date 9/22/2014
Public
Document Table of Contents

1.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 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 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 system. As you add each component, you configure it appropriately to match the design specifications.