Serial Lite III Streaming Intel® Arria® 10 FPGA IP Design Example User Guide

ID 683055
Date 11/01/2021
Public
Document Table of Contents

1.1. Directory Structure

The Intel® Quartus® Prime software generates the design example files in the following folders:

  • <user_defined_design_example_directory>/ed_sim
  • <user_defined_design_example_directory>/ed_synth
  • <user_defined_design_example_directory>/ed_hwtest

The following diagrams show the directories that contain the generated files for the design examples.

Figure 2. Directory Structure for Intel® Arria® 10 Serial Lite III Streaming Design Example
Table 1.  Directory and File Description for Design Example Folder
Directory/File Description
ed_sim/tb_components The folder that contains the testbench files.

ed_sim/cadence

ed_sim/mentor

ed_sim/aldec

ed_sim/synopsys/vcs or ed_sim/synopsys/vcsmx

The folder that contains the simulation script. It also serves as a working area for the simulator.

ed_sim/seriallite_iii_streaming

The folder that contains the design example simulation source files.
ed_synth/seriallite_iii_streaming_demo.qpf Quartus project file.
ed_synth/seriallite_iii_streaming_demo.qsf Quartus settings file.
ed_synth/seriallite_iii_streaming_demo.sdc Synopsys Design Constraints (SDC) file.
ed_synth/src The folder that contains the design example synthesizable components.
ed_synth/src/seriallite_iii_streaming_demo.v Design example top-level HDL.

ed_synth/src/seriallite_iii_streaming/synth/seriallite_iii_streaming.v

Design example DUT top-level files.

ed_synth/src/demo_control

The folder for each synthesizable component including Platform Designer generated IPs, such as demo_mgmt and demo_control
ed_hwtest The folder that contains the design example hardware setup files.
ed_hwtest/Readme.txt Instruction file to download the generated design example on the development kit.
ed_hwtest/build_demo_control.sh A script to generate demo control and PLL IPs with NIOS II processor.
ed_hwtest/master_export.v User interface Verilog design file.
ed_hwtest/master_export_hw.tcl Component description file for master export custom IP.
ed_hwtest/software The folder that contains scripts to download the demo_control program into NIOS II processor and open an interactive terminal to run the design example.