vsim script
From the vsim launch command, You can see that reference to the secureIP library is missing which is causing this error. Upon adding the following switch -L secureip the issue can be resolved.
Referencing to the vsim command, the complete command should be:
vsim "+notimingchecks" -t 1ps -voptargs="+acc" -L work -L vivado_libs_questa/simprims_ver -L vivado_libs_questa/unimacro_ver -L vivado_libs_questa/unisims_ver -L vivado_libs_questa/unifast_ver L vivado_libs_questa /secureip work.tb_aur2aur_top glbl
Thanks and Regards
Balkrishan
'Xilinx FPGA' 카테고리의 다른 글
Aurora IP (0) | 2020.12.28 |
---|---|
MIG 생성 (0) | 2020.12.07 |
PCIe Timing (0) | 2020.12.07 |
PCIe Block Design (0) | 2020.12.07 |
PCIe IP 생성 (0) | 2020.12.07 |