Re: modelsim error No. vsim-3381, please help me.
Actually, it has nothing to do with your synthesis tool.
I know this is years too late, but hopefully it will help anyone else
having this problem like I did. The solution can be found in the manual
for ModelSim.
the following commands should fix it
vcom -work <troubling library> -refresh
vlog -work <troubling library> -refresh
where <troubling library> is the library that is stuffing up.
|