^

AR# 33924 11.4 EDK - Why does the TFT controller not get assigned its driver?

Why does the TFT controller not get assigned its driver?

This problem occurs because of an improperly made Microprocessor Driver Definition (MDD) file.

To work around this issue:

  1. 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
  2. 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.

AR# 33924
Date Created 12/14/2009
Last Updated 03/12/2010
Status Active
Type
Tools
  • EDK - 11.4
Feed Back