Keywords: secureip, gtp_dual_swift, swift
I am trying to simulate a design that uses GTX transceivers and ModelSim 6.3c and above. However, I receive the following warning in the ModelSim transcript window:
"Warning(Vsim-3473) Component instance "gtx_dual_swift_bw_1:gtx_dual_swift" is not bound
Warning:[1] C:\Xilinx101i\ISE\VHDL\src\unisim_secureIP.vhd(39739):(Vopt -3473)Component instance "gtx_dual_swift_bw_i:gtx_dual_swift" is not bound."
I have compiled my libraries with the Simulation Libraries Compilation Wizard (CompXLib). I chose the default options for the pre-compiled libraries location.
How do I resolve this error?
This might be due to a known issue, which has been fixed in ISE 10.1 sp2 (due out in late June 2008).
To resolve this issue, please change the secureIP library mapping in the "modelsim.ini" file
from:
SECUREIP = C:\Xilinx\ISE10.1\ISE\vhdl\mti_se\secureip
to
SECUREIP = C:\Xilinx\ISE10.1\ISE\verilog\mti_se\secureip
NOTE: This issue is specific to using Secure IP libraries in ModelSim 6.3c and above.