This problem occurs because of an improperly made Microprocessor Driver Definition (MDD) file.
To work around this issue:
- Make a local copy of the TFT driver
- Create a drivers folder in your EDK's project directory
- Copy the directory C:\Xilinx\11.1\EDK\sw\XilinxProcessorIPLib\drivers\tft_v2_00_a into the newly created drivers directory
- Modify the driver's MDD file:
change:
OPTION supported_peripherals = (xps_tft_v2_00_a);
to:
OPTION supported_peripherals = (xps_tft_v2_*);
This issue has been fixed in the upcoming 12.1 release of the ISE Design Suite.