文档介绍:Implementing a simple
processor-based design in an
FPGA
Summary This tutorial describes how to implement a processor-based
design in an FPGA. It describes the creation of FPGA and
Embedded projects, creating C files, setting up processor
Tutorial
piler options and then configuring and programming
TU0118 () January 29, 2004
the design to an FPGA device.
This tutorial will create a schematic and an embedded project containing a C source file that will be
downloaded to the supplied Altera Cyclone EP1C12Q240CB chip on the NanoBoard daughterboard.
The resulting bit counter will be displayed on the NanoBoard’s LEDs.
Connect the NanoBoard to the parallel port of the PC and power up the board by flicking the ON
switch. Make sure you have installed the Quartus tools (web edition) from Altera. These tools can be
downloaded from the Altera website ().
Creating the FPGA project
First we will create an FPGA project.
1. Create a new FPGA project by selecting File » New » FPGA Project (or click on Workspace
button and select Add New Project » FPGA project).
2. Save this project by selecting File » Save Project, or right-click on the
new project name in the Projects panel and select Save Project As in a Warning: Do not use spaces
new directory called . or dashes (-) in file names
or project names. Use
3.