Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCannot access $ieee in modelsim.ini
Hi, We are certain that we had good Quartus and modelsim installation, and inside modelsim.in: [Library] std = $MODEL_TECH/../std ieee = $MODEL_TECH/../ieee verilog = $MODEL_TECH/../...
Altera_Forum
Honored Contributor
8 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)