Programming the CPLD

Go to the Xilinx web site and register so you can download their free ISE WebPACK software to program the CPLD

http://www.xilinx.com/products/design_resources/design_tool/index.htm

The complete source code for the CPLD can be found in:  gcide.zip

http://www.gc-forever.com/files/gcide.zip

So, now we need to launch iMPACT. Upon launching it, you will be prompted with the screen below:

image001

 

Click “Browse...” and select the project file, then click OK:

image002

You should see the following screen:

image003

GC_IDE Code Loaded

Now, just right-click on the device, and select "Program..."

image004

Programming the CPLD

You'll get the following screen. Be sure to also check "Verify" from the list, and select OK:

image005

Program Options

Now you should see:

image006

Executing command...

And ... It’ll finish with this!

image007

Programming Succeeded!

Finally, everything is ready, you can go to the next section, and finish building the adapter!

Note:  Also, you can launch iMPACT from Xilinx Project Navigator, in this case open the project file exi2ide.ise, and double click at “Configure Device (iMPACT)” in Processes tab:

image008

Then click “Finish” in this window

image009

iMPACT Mode Selection

Select the configuration file gc_ide.jed and click Open: 

 

image010

Add New Configuration file

Then, the next process from this point is the same!