Forum Discussion
Altera_Forum
Honored Contributor
11 years agoa DE1-SOC + VIP (TPG+VCO) does synthesize but does not simulate
Hi ! I've been designing a very simple design. This is a test, inspired from Terasic's video demo to see how the clock and reset networks are set. This is a TPG connected to the video out c...
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