Main

11.1 EDK - ML demo boards do not load XPS-generated bitstream from Flash

AR# 25280

Search For Another Answer

Topic EDK-XPS
Last Updated 04/27/2009
Status Active
Description

Keywords: BitGen, CPLD, Flash, ML40x, ML50x, XPS

My bitstream generated by EDK into the flash device on a Xilinx ML style demo board with FlashWriter does not load. However, the default bitstream store in the Flash can be loaded successfully.

Solution

This occurs because XPS uses the JTAGCLK as the default startup clock in the bitstream. If you want to use the CPLD and Flash configuration solution, use CCLK as the Startup clock.

You should modify the startup clock in bitgen.ut (found in your project's etc directory) as follows:

From:
-g StartUpClk:JTAGCLK

To:
-g StartUpClk:CCLK


 
 
/csi/footer.htm