Difference between revisions of "Altera"

From ECE Information Technology Services
Jump to navigationJump to search
Line 12: Line 12:
 
3. '''Nios II Embedded Design Suite (EDS)'''. This is the C compiler and Integrated Development Environment (IDE -- a combined editor and compiler) for programming Altera's Nios II processor. The latest version of Quartus II (11.0 or higher) already include this. However, for older versions of Quartus II, you must download this separately. '''Note:''' for EECE355, download and install the [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/91_nios2eds_windows.exe  EDS version 9.1], then apply this [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/91sp2_nios2eds_windows.exe upgrade to 9.1sp2].
 
3. '''Nios II Embedded Design Suite (EDS)'''. This is the C compiler and Integrated Development Environment (IDE -- a combined editor and compiler) for programming Altera's Nios II processor. The latest version of Quartus II (11.0 or higher) already include this. However, for older versions of Quartus II, you must download this separately. '''Note:''' for EECE355, download and install the [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/91_nios2eds_windows.exe  EDS version 9.1], then apply this [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/91sp2_nios2eds_windows.exe upgrade to 9.1sp2].
  
4. [http://www.altera.com/education/univ/software/monitor/unv-monitor.html '''Altera University Program Software''']. This is a set of VHDL files for the DE1/DE2 boards, as well as an easy-to-use C compiler and debugger interface for Nios II. '''Note:''' for EECE355, use [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/altera_upds_setup_vhdl.exe VHDL version 9.1 for DE1].
+
4. [http://www.altera.com/education/univ/software/monitor/unv-monitor.html '''Altera University Program Software''']. This is a set of VHDL files for the DE1/DE2 boards, as well as an easy-to-use C compiler and debugger interface for Nios II. Be sure to select 'VHDL' or 'Verilog', and the correct version number before downloading the University Program Installer executable '''Note:''' for EECE355, use the [http://www.ece.ubc.ca/~altera/files/quartus/9.1sp2/altera_upds_setup_vhdl.exe VHDL version 9.1 for DE1].
  
5. [http://www.altera.com/download/drivers/dri-index.html '''USB-Blaster Device Driver''']. This device driver is essential so that Altera software can communicate with your DE1 or DE2 board. Normally, this comes bundled with Quartus II. However, if you are using Windows 7 with Quartus II versions prior to 10.0, you must [http://www.altera.com/support/kdb/solutions/rd06212010_676.html separately download the USB Blaster driver] from Quartus II version 10.0 or above.
+
5. [http://www.altera.com/download/drivers/dri-index.html '''USB-Blaster Device Driver''']. This device driver is essential so that Altera software can communicate with your DE1 or DE2 board. Normally, this comes bundled with Quartus II. However, if you are using Windows 7 with Quartus II versions prior to 10.0, you must [http://www.altera.com/support/kdb/downloads/rd06212010_676/usb-blaster.zip separately download] a copy of the USB Blaster driver from Quartus II version 10.0 or above. [http://www.altera.com/support/kdb/solutions/rd06212010_676.html Further details].
  
 
6. [https://www.altera.com/download/software/prog-software '''Quartus II Programmer''']. Use this program if you already have a '''.sof''' or '''.pof''' file, and you simply want to download it onto your DE1/DE2 board. (This will save you from downloading the entire Quartus II software package.)
 
6. [https://www.altera.com/download/software/prog-software '''Quartus II Programmer''']. Use this program if you already have a '''.sof''' or '''.pof''' file, and you simply want to download it onto your DE1/DE2 board. (This will save you from downloading the entire Quartus II software package.)

Revision as of 02:09, 28 January 2012

At UBC, we make extensive use of Altera tools and technology. On this page, you will find instructions on how to download and install the Altera software tools on your own computer. There are also some basic tutorials to get you started using the software as quickly as possible.


Downloading Altera Software

Here is a list of Altera software tools you might need:

1. Quartus II latest version. The initial software to compile VHDL/Verilog into a bitstream that can configure the DE1 and DE2 boards. The Web Edition is free. Note: for EECE355, please use Quartus II version 9.1sp2.

2. ModelSim latest version. VHDL/Verilog simulator. If you are using Quartus II version 11.0 or later, this is the official simulator to use. If you are using Quartus II prior to version 11.0, there is also a simpler, built-in simulator. The Starter Edition is free. Note: for EECE355, we will not be using ModelSim.

3. Nios II Embedded Design Suite (EDS). This is the C compiler and Integrated Development Environment (IDE -- a combined editor and compiler) for programming Altera's Nios II processor. The latest version of Quartus II (11.0 or higher) already include this. However, for older versions of Quartus II, you must download this separately. Note: for EECE355, download and install the EDS version 9.1, then apply this upgrade to 9.1sp2.

4. Altera University Program Software. This is a set of VHDL files for the DE1/DE2 boards, as well as an easy-to-use C compiler and debugger interface for Nios II. Be sure to select 'VHDL' or 'Verilog', and the correct version number before downloading the University Program Installer executable Note: for EECE355, use the VHDL version 9.1 for DE1.

5. USB-Blaster Device Driver. This device driver is essential so that Altera software can communicate with your DE1 or DE2 board. Normally, this comes bundled with Quartus II. However, if you are using Windows 7 with Quartus II versions prior to 10.0, you must separately download a copy of the USB Blaster driver from Quartus II version 10.0 or above. Further details.

6. Quartus II Programmer. Use this program if you already have a .sof or .pof file, and you simply want to download it onto your DE1/DE2 board. (This will save you from downloading the entire Quartus II software package.)

Installing Altera Software

You should install Altera software in the order listed above in the download section. Below, we will give step-by-step instructions for installing each tool.

Installing Altera Quartus II

Do this.