11-22-2020 09:40 PM
Hi.
I got simulation error.
Sim. cmd : vsim -t 1ps -L work -L unisim -L secureip work.DEMO_TB -voptargs=""+acc""
"** Error: xilinx_lib/unisim/secureip/gtxe1.v(2736): Module 'B_GTXE1' is not defined."
It is just using GTX IP example design simulation.
Using tools are as following
Device target : vertex-6 (xc6vlx75t-2ff784)
Compiler : ISE v14.7
IP version : Virtex-6 FPGA GTX Transceiver Wizard v 1.12
Simulator : Modelsim SE-64 10.5
Sim. library sets unisim, unimacro, secureip, xilinxcorelib
I cannot find "B_GTXE1" module in gtxe1.v and source directory unisims/secureip and unisims/primitive,
also, cannot find this module in $XILINX/ISE/verilog/src directory.
How can I fix? or something what I miss it?
Please help!
11-30-2020 06:25 PM
Hi @Henchel
The cmd is correct, which include -L secureip, but seems library was not compiled correctly.