admin 管理员组文章数量: 1184232
使用vivado2018.2版本调用modelsim仿真,其中工程的仿真为系统级仿真,PL侧包含整个系统工程的所有逻辑代码以及对PS侧的system配置(bd)。在配置好仿真环境以后,通过vivado调用modelsim时,出现了以下报错:
# ** Error: ../../../../ZC702.srcs/sources_1/bd/system/ipshared/03a9/hdl/axi_protocol_checker_v2_0_vl_rfs.sv(5554): (vlog-13006) Could not find the package (sc_util_v1_0_3_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
# -- Skipping module axi_protocol_checker_v2_0_3_top
# End time: 09:53:31 on Jul 28,2021, Elapsed time: 0:00:00
# Errors: 1, Warnings: 1
# child process exited abnormally
# Error in macro ./BASEBAND_tb_compile.do line 103
…………
# ** Error: ../../../../ZC702.srcs/sources_1/bd/system/ipshared/03a9/hdl/axi_protocol_checker_v2_0_vl_rfs.sv(5554): (vlog-13006) Could not find the package (sc_util_v1_0_3_pkg). Design read will continue, but expect a cascade of errors after this failure. Furthermore if you experience a vopt-7 error immediately before this error then please check the package names or the library search paths on the command line.
# -- Skipping module axi_protocol_checker_v2_0_3_top
# End time: 09:53:31 on Jul 28,2021, Elapsed time: 0:00:00
# Errors: 1, Warnings: 1
报错显示在axi_protocol_checker_v2_0_vl_rfs.sv中没有找到sc_util_v1_0_3_pkg这个package,这个问题可能和vivado版本有关(vivado2018.2在这个问题上可能有bug),在升级版本后得到了解决。通过将整个工程升级到2018.3版本后,没有了以上报错,可以顺利调用modelsim仿真。
参考:https://forums.xilinx/t5/AXI-Infrastructure-Archive/sc-util-v1-0-3-pkg-is-not-declared/td-p/962368
注:在使用vivado调用modelsim时,可以随时查看Tcl Console窗口中的信息,根据提示的信息做针对性的修改。
本文标签: 版本 BD modelsim ps package
版权声明:本文标题:vivado2018.2版本带PS侧配置(bd)调用modelsim仿真时:(vlog-13006) Could not find the package (sc_util_v1_0_3_pkg) 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1754580201a3017027.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论