Forum Discussion
Altera_Forum
Honored Contributor
12 years agoA further look at this, and the errors originally seen, show me it's not 'test_porgram.sv' it's not finding (as I originally suggested) but one of the packages it references.
In your 'msim_setup.tcl' look at the 'vsim' lines. You need to confirm each '-L' (library) option is installed. You mentioned Qsys generates the script. I'm sure it will automatically assume each library that it needs is available where it would normally expect to find it. It won't check that it's there when it creates the script. Final thought, ensure the required Altera primitives compile and map OK and that you get no errors as a result of those lines of the scrip being run - the 'vmap' entries in the script. I doubt it would result in the error you're seeing if they weren't compiling correctly, but it might. So, it's worth a check. Regards, Alex