Hola mundo

Páginas: 3 (638 palabras) Publicado: 14 de febrero de 2012
The FPGA Hello World Example
Martin Schoeberl martin@jopdesign.com August 4, 2006

1 Introduction
When one starts to use a new language or environment the first program written is usually thefamous ‘Hello World’ example. What is the ‘Hello World’ program in hardware, in an FPGA? The smallest project that produces dynamic output is a blinking LED. We will show the steps for a blinking LEDexample using Altera’s Quartus and the Cyclone board Cycore.

2 Design Flow
All your design files (VHDL files) make up a project in Quartus. A Quartus II project is defined in Quartus II with just threefiles: projectname.qpf, projectname.qsf, and projectname.cdf. Those project files are plain text files and can be edited with any editor1 .

2.1 Create a New Project
Start Quartus II and create a newproject with: 1. File – New Project Wizzard... 2. Select a project directory and select a project name. The project name is usually the name of the top-level design entity. In our case hello world 3. Inthe next dialog box the VHDL source files can be added to the project. As we have no VHDL files at the moment we will skip this step 4. We have to select the target device. Choose family Cyclone anddepending on your board either select EP1C6Q240C8 or EP1C12Q240C8 as device
1 Close

your Quartus II project before editing the files

5. We leave the EDA tools settings blank 6. Press Finish at thesummary window

2.2 Device and Pin Options
As the default settings in Quartus II for a device are dangerous2 we specify more details for our target device: 1. Assignments – Device to open thedevice properties 2. Press the button Device & Pin Options... 3. Important! At the tab Unused Pins select As input tri-stated. 4. If you intend to configure a dspio board via the USB download utility(USBRunner) select .rbf at the tab Programming Files. 5. The LVCMOS, selected in tab Voltage, is the better IO standard to interface e.g. SRAM devices 6. Close the dialog box and the next with OK...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Hola Mundo
  • Hola mundo
  • Hola mundo
  • Holas mundo
  • hola mundo
  • Hola Al Mundo
  • hola mundo
  • Hola Mundo

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS