Forum Discussion
Altera_Forum
Honored Contributor
7 years agoHi,
Yes, you are correct we are not able to read directly by using set IEEE. But we can see simulation libraries are loaded/read automatically by vsim with help of environment variable( MODEL_TECH). example:# vsim -c top
# Loading .../modeltech/sunos5/../std.standard
# Loading work.top(a)
# Loading work.for_model(a)
# Loading ./for_model.sl
# myentry = $MODEL_TECH/xyz
# myentry = .../modeltech/sunos5/xyz
# std = $MODEL_TECH/../std Best Regards, Anand Raj Shankar (This message was posted on behalf of Intel Corporation)