This is due to an issue with the ISE software not propagating the period constraint through the GTP onto the GTP TXOUCLK and impacts all core versions.
In order to fix this issue, add following constraint into your UCF file:
NET "core_i/TxOutClk_bufg" TNM_NET = "TXOUTCLKBUFG";
TIMESPEC "TS_TXOUTCLKBUFG" = PERIOD "TXOUTCLKBUFG" [100 125 250]MHz HIGH 50 %
Use the frequency that matches your input reference clock as selected in thewrapper customization process.
Note that the UCF already constrains the outputs of the MMCM to the appropriate frequencies.
Revision History:
01/18/2012 - Updated; added reference to 45723
12/15/2010- Initial Release
Note: "Version Found" refers to the version the problem was first discovered. The problem might also exist in earlier versions, but no specific testing has been performed to verify earlier versions.