Difference between revisions of "Xilinx ISE Lab No. 1: Schematics Input"

From dftwiki3
Jump to: navigation, search
(Introduction)
(Introduction)
Line 10: Line 10:
 
=Introduction=
 
=Introduction=
 
Xilinx's ISE is "Xilinx ISE[1] is a software tool produced by Xilinx for synthesis and analysis of HDL designs, which enables the developer to synthesize ("compile") their designs, perform timing analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target device with the programmer." <ref name="wiki_xilinx_ise">Xilinx ISE, captured on [http://en.wikipedia.org/wiki/Xilinx_ISE wikipedia.org], April 2012.</ref>
 
Xilinx's ISE is "Xilinx ISE[1] is a software tool produced by Xilinx for synthesis and analysis of HDL designs, which enables the developer to synthesize ("compile") their designs, perform timing analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target device with the programmer." <ref name="wiki_xilinx_ise">Xilinx ISE, captured on [http://en.wikipedia.org/wiki/Xilinx_ISE wikipedia.org], April 2012.</ref>
 +
 +
The goal of this lab/tutorial is to get the reader familiar with the process of designing a simple digital electronic circuit, ''compiling'' it, and verifying it correct behavior with a simulator.
 +
 +
Knowledge of digital logic (basic gates, flip-flops, ''Moore'' machines) is assumed.
 +
 +
This lab is based on the excellent series of labs created for the CoolRunner CPLD by Tiffany Liu at in the CS. Dept. at Smith College.<ref name="tiffanyLabs"> Tiffany Liu, ''CSC270 Labs on the CoolRunner-II'', captured on [http://cs.smith.edu/classwiki/index.php/CSC270_Labs_--_CSC400-Circuit_Design_F2011 cs.smith.edu/classwiki], April 2012.</ref>
  
 
=Installation of ISE V13 on Windows 7=
 
=Installation of ISE V13 on Windows 7=

Revision as of 09:48, 16 April 2012

--D. Thiebaut 16:53, 14 April 2012 (EDT)


This lab is an introduction to Xilinx ISE and to the CoolRunner-II kit. Unfortunately the CoolRunner-II and its programming utility from Digilent works only with Windows XP, so we won't be able to download the design into the CPLD chip, but we can still energize and test the design with the ISE Simulator.


CoolRunner-II kit.jpg


Introduction

Xilinx's ISE is "Xilinx ISE[1] is a software tool produced by Xilinx for synthesis and analysis of HDL designs, which enables the developer to synthesize ("compile") their designs, perform timing analysis, examine RTL diagrams, simulate a design's reaction to different stimuli, and configure the target device with the programmer." [1]

The goal of this lab/tutorial is to get the reader familiar with the process of designing a simple digital electronic circuit, compiling it, and verifying it correct behavior with a simulator.

Knowledge of digital logic (basic gates, flip-flops, Moore machines) is assumed.

This lab is based on the excellent series of labs created for the CoolRunner CPLD by Tiffany Liu at in the CS. Dept. at Smith College.[2]

Installation of ISE V13 on Windows 7

The first step is to install the ISE

  • Go to Xilinx's Download site
  • Download ISE 13.4 full installer for windows

  • This section is only visible to computers located at Smith College

  • Next
  • File downloads (takes about 30 minutes)
  • Unpack tar file into directory (in Dowloads folder)
  • Run xsetup application
  • Pick WebPack when asked for what to install
  • Accept all defaults and install in C:\Xilinx folder


References

  1. Xilinx ISE, captured on wikipedia.org, April 2012.
  2. Tiffany Liu, CSC270 Labs on the CoolRunner-II, captured on cs.smith.edu/classwiki, April 2012.