|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
Quartus调用modelism出现了如下提示,不知道是怎么回事,请望指点。
Top level modules:
# glbl
# vsim -L xilinxcorelib_ver -L unisims_ver -L unimacro_ver -L secureip -lib work -t 1ps onetwo2 glbl
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: (vopt-19) Failed to access library 'xilinxcorelib_ver' at "xilinxcorelib_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: onetwo2.v(60): Library xilinxcorelib_ver not found.
# ** Warning: Unable to find library 'xilinxcorelib_ver'.
# ** Error: (vopt-19) Failed to access library 'unisims_ver' at "unisims_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: onetwo2.v(60): Library unisims_ver not found.
# ** Warning: Unable to find library 'unisims_ver'.
# ** Error: (vopt-19) Failed to access library 'unimacro_ver' at "unimacro_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: onetwo2.v(60): Library unimacro_ver not found.
# ** Warning: Unable to find library 'unimacro_ver'.
# ** Error: (vopt-19) Failed to access library 'secureip' at "secureip".
# No such file or directory. (errno = ENOENT)
# ** Error: onetwo2.v(60): Library secureip not found.
# ** Warning: Unable to find library 'secureip'.
# Optimization failed
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./onetwo2.fdo PAUSED at line 8 |
|