Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- The exact error message is: "(vlog-13006) Could not find the package (alt_vip_common_pkg)." --- Quote End --- Search the .do file for alt_vip_common_pkg. Where is it? If its only in the vsim -L list of libraries, then its likely due to an oversight of the .do script generator. Modify the script and delete that entry. You could also try adding a vlib statement to create alt_vip_common_pkg as an empty library. Cheers, Dave