40
Chapter 6
Tutorial: Creating an FPGA Project
This tutorial provides comprehensive information for understanding how to create a FPGA design
and run it on the DE0-Nano development and education board. The following sections provide a
quick overview of the design flow, explaining what is needed to get started, and describe what is
taught in this tutorial.
6
6
.
.
1
1
D
D
e
e
s
s
i
i
g
g
n
n
F
F
l
l
o
o
w
w
Figure 6-1
shows a block diagram of the FPGA design flow.
The first step in the FPGA design flow starts is design entry. The standard design entry methods are
using schematics or a hardware description language (HDL), such as Verilog HDL or VHDL. The
design entry step is where the designer creates the digital circuit to be implemented inside the
FPGA. The flow then proceeds through compilation, simulation, programming, and verification in
the FPGA hardware.
Figure 6-1 Design Flow
This tutorial describes all of the steps except for simulation. Although it is not covered in this
document, simulation is very important to learn. There are two types of simulation, Functional and
Timing Functional simulation allows you to verify that your hardware is performing the desired
functionality. Timing (or post place-and-route) simulation verifies that the design meets timing and
functions appropriately in the device. Simulation tutorials can be found on the Altera University
Program website at http://university.altera.com.
Summary of Contents for De0-Nano
Page 1: ...1 ...
Page 4: ...4 9 3 Revision History 155 9 4 Copyright Statement 155 ...
Page 44: ...44 Figure 6 5 Browse to find the location Figure 6 6 There is no need to test the driver ...
Page 90: ...90 Figure 7 14 Add NIOS II Processor ...
Page 93: ...93 Figure 7 17 Rename the CPU 1 Figure 7 18 Rename the CPU 2 ...
Page 98: ...98 Figure 7 23 Add On Chip Memory ...
Page 100: ...100 Figure 7 25 Update Total memory size ...
Page 102: ...102 Figure 7 28 Update CPU settings ...
Page 104: ...104 Figure 7 30 Add PIO ...
Page 106: ...106 Figure 7 32 PIO 21 Rename pio_0 to pio_led as shown in Figure 7 33 Figure 7 33 Rename PIO ...
Page 113: ...113 Figure 7 43 Input verilog Text Figure 7 44 Open DE0_NANO_SOPC v ...
Page 146: ...146 Figure 8 16 Display Progress and Result Information for the SDRAM Demonstration ...
Page 150: ...150 Figure 9 3 Select Devices Page ...
Page 151: ...151 Figure 9 4 Convert Programming Files Page ...