Difference between revisions of "FPGA Tutorials"

From Vlsiwiki
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
 +
This page contains links to the data sheets and reference manuals for the parts and software we will be using. Please don't print them out; this will waste paper.
  
 +
We will be using the Digilent Pegasus Board which uses a Xilinx Spartan II FPGA.
 +
 +
    * Pegasus Board Reference Manual
 +
    * Pegasus Board Schematic
 +
 +
We will be using the Xilinx ISE WebPack 9.2i(free). The most current version is ISE WebPack 10.1i, so make sure you download 9.2i rather 10.1i!!!
 +
 +
You can download this software(free) from the Xilinx ISE Webpack page.
 +
 +
  1. Register for a Xilinx account (painless).
 +
  2. Fill out the survey.
 +
  3. Click on Download Center near the top right.
 +
  4. Select ISE WebPACK as the DownLoad Type.
 +
      Select 9.2i as the ISE Version.
 +
      Select your operating system.
 +
      Then click on Search.
 +
  5. Use WebInstall. To speed up the installation don't install the Cable Drivers, and only install the set of parts including the Spartan II.
 +
  6. You then need to go back and get the ISE Service Pack 4 for ISE 9.2i.
 +
 +
This software is already installed on the machines in BE104. Please note that you may not use Xilinx's Customer Support if you encounter a problem (this is a condition of the use of this software). Please contact the instructor or TAs if you have a problem.
 +
 +
These are industrial strength tools. We will guide you through their use, keeping things simple. You are welcome to explore other features of the tools, but make sure to save your work first.
 +
 +
Instructions for:
 +
 +
    * Downloading a bit stream to the Pegasus board.
 +
    * Creating a new project.
 +
    * Archiving and storing your ISE project.
 +
    * Entering a schematic.
 +
    * Creating a schematic symbol.
 +
    * Simulating your design with ModelSim.
 +
    * Using buses in a schematic.
 +
    * Using Verilog to describe Combinational Logic.
 +
    * Implementing State Machines using Verilog for the logic.
 +
 +
Other links:
 +
 +
    * Resistor color code
 +
    * Is my board working?
 +
    * Common problems
 +
 +
The CMPE100 Web:
 +
Copyright 2011; Department of Computer Engineering, University of California, Santa Cruz.

Revision as of 18:46, 21 March 2011

This page contains links to the data sheets and reference manuals for the parts and software we will be using. Please don't print them out; this will waste paper.

We will be using the Digilent Pegasus Board which uses a Xilinx Spartan II FPGA.

   * Pegasus Board Reference Manual
   * Pegasus Board Schematic

We will be using the Xilinx ISE WebPack 9.2i(free). The most current version is ISE WebPack 10.1i, so make sure you download 9.2i rather 10.1i!!!

You can download this software(free) from the Xilinx ISE Webpack page.

  1. Register for a Xilinx account (painless).
  2. Fill out the survey.
  3. Click on Download Center near the top right.
  4. Select ISE WebPACK as the DownLoad Type.
     Select 9.2i as the ISE Version.
     Select your operating system.
     Then click on Search.
  5. Use WebInstall. To speed up the installation don't install the Cable Drivers, and only install the set of parts including the Spartan II.
  6. You then need to go back and get the ISE Service Pack 4 for ISE 9.2i. 

This software is already installed on the machines in BE104. Please note that you may not use Xilinx's Customer Support if you encounter a problem (this is a condition of the use of this software). Please contact the instructor or TAs if you have a problem.

These are industrial strength tools. We will guide you through their use, keeping things simple. You are welcome to explore other features of the tools, but make sure to save your work first.

Instructions for:

   * Downloading a bit stream to the Pegasus board.
   * Creating a new project.
   * Archiving and storing your ISE project.
   * Entering a schematic.
   * Creating a schematic symbol.
   * Simulating your design with ModelSim.
   * Using buses in a schematic.
   * Using Verilog to describe Combinational Logic.
   * Implementing State Machines using Verilog for the logic. 

Other links:

   * Resistor color code
   * Is my board working?
   * Common problems

The CMPE100 Web: Copyright 2011; Department of Computer Engineering, University of California, Santa Cruz.