Forum Discussion
Altera_Forum
Honored Contributor
11 years agoModelsim compiles HDL source into library folders. I suspect if you type 'vmap work' you will get the response that work maps to the directory you are receiving an error about. Add the following to your script
vlib work
vmap work ./work
and that will create a library in the same folder. You could change ./work to a full path. Take a look at some of the example code I've posted. Read the sim.tcl scripts ... http://www.alteraforum.com/forum/showthread.php?t=45770 http://www.alteraforum.com/forum/showthread.php?t=32386 Cheers, Dave