You are on page 1of 10

Tutorial Xilinx ISE Download to NEXYS 2 Board

< Design Suite Version:14.1>


Department of Electrical and Computer Engineering State University of New York New Paltz

1. Now that through simulation you have verified that your design is working, the next step is to download your design into the FPGA (Field Programmable Gate Array) of the NEXYS 2 Board. Save your schematic and return to the Project Navigator. Change your view back to implementation. Before proceeding, once again make sure that the FPGA device under sources is listed as XC3S50e-4fg320. If not double click on the device and make corrections as follows

2. Now go to the Project <- New Source This will open a New Source Wizard dialog box. Select Implementation Constraints File, enter a file name and click Next.

This opens up the following dialog box.

Make sure that your ALU file name is mentioned as association. Click Finish!!

3. The constraints file, constraints.ucf has been created. Select constraints.ucf in the source window and then Edit Constraints.

Here you can assign inputs and outputs to appropriate switches and LEDs in the FPGA

chip.

After writing the constraints save it. 4. Next, select ALU schematic (Final.sch) in the source window and then right click on Generate Programming File and click on Process Properties.

This will open process properties dialog box, Go to Startup options in the properties and select JTAG clock and click ok.

Double click on the Generate Program File, check the console window if it shows Process "Generate Programming File" completed successfully, it means bit file is created. If there are errors, correct them and repeat the process.

Now, your BIT file is ready to be downloaded to the Digilent NEXYS 2 board. In Desktop, under Programs, go to Engineering Software Digilent Adept Adept and click on it The following window should open.

Open your bit file using FPGA (XC3S500E) and click on Program. This downloads your bit file into the NEXYS 2s FPGA chip. If everything is successful, you will get the following message programming successful.

Now flip the switches on the board and see your design come to life!

Additional Information of NEXYS 2 board The Nexys2 board includes several input devices, output devices, and data ports, allowing many designs to be implemented without the need for any other components.

Four pushbuttons and eight slide switches are provided for circuit inputs. Pushbutton inputs are normally low, and they are driven high only when the pushbutton is pressed. Slide switches generate constant high or low inputs depending on their position. Pushbutton and slide switch inputs use a series resistor for protection against short circuits (a short circuit would occur if an FPGA pin assigned to a pushbutton or slide switch was inadvertently defined as an output). The Nexys2 board contains a four digit common anode seven segment LED display. Each of the four digits is composed of seven segments arranged in a figure 8 pattern, with an LED embedded in each segment.

You might also like