12-10-2014 05:46 PM
12-11-2014 09:30 PM
Hi,
PCIE_A1 is Spartan-6 based premitive for PCIe hard core.
PCIE_2_0 is Virtex-6 based premitive for PCIe hard core.
PCIE_2_7 is 7-series based premitive for PCIe hard core.
The AXI pcie core is made as generic and based on the device choice parameters passed to the top levl of IP , corrusponding instantiations are compiled.
It could be something wrong in your environment, these device choice related parameters are not passed and simulator might be trying to compile for all ?
Can you check if this could be reason ?
Regards,
KR
12-10-2014 08:23 PM
Hi ,
This would happen if you do not have secureip library is not compiled into compiledlibs.
MIG does nto use any secureips so i thingk this might be reason for mig simulations passing.
Regards,
kR
12-10-2014 08:25 PM
HI,
Is this with example design and you did compiled teh libraries and mapped them correctly?
Are you using the compatible Questasim version for 2013.3 ?
You can find the version in Table 2-2: Compatible Third-Party Tools of below link
Also please try with Vivado 2014.4 and if you see the same error please upload your .xci file for investigation.
12-10-2014 08:37 PM
Hi ,
In AXI PCIe core the all the hard block premitives instantiated in source files.
AXI PCIe has generics (`defines) to compile the PCIe premitive based on the device chosen for project.
I think in older tools , there was an issue with tool where it tried to look for secureip which is not used int he simulation but looks for it. It got resolved in latter tools.
I remember that when i tried to compile gt files which has GTP and GTX instances, even though the parameter are set such that GTX need to be compiled, the tool looks for GTP also.
You need to give compile_simlibs -family all -language all -library all
can you try it ?
Regards,
KR
12-11-2014 12:30 AM
12-11-2014 12:32 AM
12-11-2014 12:34 AM
Hi,
The modules are required for example design as well, if compatible modelsim is not used there is high possibility to see such errors please use teh version specified in release notes and recheck.
12-11-2014 01:08 AM
12-11-2014 09:30 PM
Hi,
PCIE_A1 is Spartan-6 based premitive for PCIe hard core.
PCIE_2_0 is Virtex-6 based premitive for PCIe hard core.
PCIE_2_7 is 7-series based premitive for PCIe hard core.
The AXI pcie core is made as generic and based on the device choice parameters passed to the top levl of IP , corrusponding instantiations are compiled.
It could be something wrong in your environment, these device choice related parameters are not passed and simulator might be trying to compile for all ?
Can you check if this could be reason ?
Regards,
KR
12-12-2014 12:23 AM