Nios Hardware Development Tutorial
Total Page:16
File Type:pdf, Size:1020Kb
Nios Hardware Development Tutorial 101 Innovation Drive Document Version: 1.2 San Jose, CA 95134 Document Date: January 2004 (408) 544-7000 http://www.altera.com Nios Hardware Development Tutorial Copyright Copyright © 2004 Altera Corporation. All rights reserved. Altera, The Programmable Solutions Company, the stylized Altera logo, specific device designations, and all other words and logos that are identified as trademarks and/or service marks are, unless noted otherwise, the trademarks and service marks of Altera Corporation in the U.S. and other countries. All other product or service names are the property of their respective holders. Altera products are protected under numerous U.S. and foreign patents and pending applications, mask work rights, and copyrights. Altera warrants performance of its semiconductor products to current specifications in accordance with Altera’s standard warranty, but reserves the right to make changes to any products and services at any time without notice. Altera assumes no responsibility or liability arising out of the application or use of any information, product, or service described herein except as expressly agreed to in writing by Altera Corporation. Altera customers are advised to obtain the latest version of device specifications before relying on any published information and before placing orders for products or services. ii Altera Corporation TU-NIOSHWDV-1.2 About this Document This tutorial introduces you to the Altera® Nios® system module. It shows you how to use the Quartus® II software to create and process your own Nios system module design that interfaces with components provided on the Nios development board. Table 1 shows the tutorial revision history. f Refer to the Nios embedded processor readme file for late-breaking information that is not available in this tutorial. Table 1. Tutorial Revision History Date Description January 2004 Reflects updates for Quartus II software - version 4.0 and Nios Development Kit version 3.2 July 2003 Reflects new directory structure for SOPC Builder 3.0 and Nios Development Kit version 3.1. May 2003 First release of this hardware tutorial for the 1S10, 1C20, and 1S40 Nios development boards. How to Find ■ The Adobe Acrobat Find feature allows you to search the contents of a PDF file. Click the binoculars toolbar icon to open the Find dialog Information box. ■ Bookmarks serve as an additional table of contents. ■ Thumbnail icons, which provide miniature previews of each page, provide a link to the pages. ■ Numerous links, shown in green text, allow you to jump to related information. Altera Corporation iii Nios Hardware Development Tutorial About this Document How to Contact For the most up-to-date information about Altera products, go to the Altera Altera world-wide web site at http://www.altera.com. For technical support on this product, go to http://www.altera.com/mysupport. For additional information about Altera products, consult the sources shown in Table 2. Table 2. How to Contact Altera Information Type USA & Canada All Other Locations Product literature http://www.altera.com http://www.altera.com Altera literature services [email protected] (1) [email protected] (1) Non-technical customer (800) 767-3753 (408) 544-7000 service (7:30 a.m. to 5:30 p.m. Pacific Time) Technical support (800) 800-EPLD (3753) (408) 544-7000 (1) (7:30 a.m. to 5:30 p.m. (7:30 a.m. to 5:30 p.m. Pacific Time) Pacific Time) http://www.altera.com/mysupport/ http://www.altera.com/mysupport/ FTP site ftp.altera.com ftp.altera.com Note: (1) You can also contact your local Altera sales office or sales representative. iv Altera Corporation About this Document Nios Hardware Development Tutorial Typographic This document uses the typographic conventions shown in Table 3. Conventions Table 3. Conventions Visual Cue Meaning Bold Type with Initial Command names, dialog box titles, checkbox options, and dialog box options are Capital Letters shown in bold, initial capital letters. Example: Save As dialog box. bold type External timing parameters, directory names, project names, disk drive names, filenames, filename extensions, and software utility names are shown in bold type. Examples: fMAX, \qdesigns directory, d: drive, chiptrip.gdf file. Italic Type with Initial Document titles are shown in italic type with initial capital letters. Example: AN 75: Capital Letters High-Speed Board Design. Italic type Internal timing parameters and variables are shown in italic type. Examples: tPIA, n + 1. Variable names are enclosed in angle brackets (< >) and shown in italic type. Example: <file name>, <project name>.pof file. Initial Capital Letters Keyboard keys and menu names are shown with initial capital letters. Examples: Delete key, the Options menu. “Subheading Title” References to sections within a document and titles of on-line help topics are shown in quotation marks. Example: “Typographic Conventions.” Courier type Signal and port names are shown in lowercase Courier type. Examples: data1, tdi, input. Active-low signals are denoted by suffix n, e.g., resetn. Anything that must be typed exactly as it appears is shown in Courier type. For example: c:\qdesigns\tutorial\chiptrip.gdf. Also, sections of an actual file, such as a Report File, references to parts of files (e.g., the AHDL keyword SUBDESIGN), as well as logic function names (e.g., TRI) are shown in Courier. 1., 2., 3., and a., b., c.,... Numbered steps are used in a list of items when the sequence of the items is important, such as the steps listed in a procedure. ■ Bullets are used in a list of items when the sequence of the items is not important. v The checkmark indicates a procedure that consists of one step only. 1 The hand points to information that requires special attention. r The angled arrow indicates you should press the Enter key. f The feet direct you to more information on a particular topic. Altera Corporation v Table of Contents About this Document ................................................................................................................................. iii How to Find Information .............................................................................................................. iii How to Contact Altera .................................................................................................................. iv Documentation Feedback ............................................................................................................. iv Typographic Conventions ..............................................................................................................v Tutorial Overview ........................................................................................................................................9 Introduction ......................................................................................................................................9 Hardware & Software Requirements ............................................................................................9 Tutorial Files ...................................................................................................................................10 What This Tutorial Does Not Teach You ...........................................................................10 Hardware/ Software Development Flow ..................................................................................11 Hardware Development Flow .............................................................................................12 Designing & Compiling ............................................................................................................................15 Accessing a Quartus II Project .....................................................................................................15 Create a Nios System Module ......................................................................................................16 Start SOPC Builder .................................................................................................................17 System Speed ..........................................................................................................................18 Add CPU & Peripherals ........................................................................................................19 Nios 32-Bit CPU .............................................................................................................21 On-Chip Boot Monitor ROM ........................................................................................23 Communications UART ................................................................................................24 Timer ................................................................................................................................25 Button PIO .......................................................................................................................26 LCD PIO ..........................................................................................................................27 LED PIO ...........................................................................................................................28 Seven Segment PIO ........................................................................................................29 External RAM Bus (Avalon Tri-State Bridge) ............................................................30 External RAM Interface .................................................................................................30