This error is caused by the Virtex-6 FPGA Root Port model that is used in simulation with the Spartan-6 FPGA endpoint wrapper. To fix this, edit the file gtx_wrapper_v6.v[hd]. This file is found in the core's generated directory: <core_name>/simulation/dsport
For Verilog change:
.POWER_SAVE(10'bxxxx10xxxx),
To
.POWER_SAVE(10'bxxxx11xxxx),
For VHDL change:
POWER_SAVE => "xxxx10xxxx",
To:
POWER_SAVE => "xxxx11xxxx",
Revision History
01/18/2012 - Updated; added reference to 45072
03/01/2011 - 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.