rakeshk.r
Member level 2
- Joined
- Nov 12, 2013
- Messages
- 47
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 8
- Activity points
- 421
Hi,
I am using HDL designer tool. Whenever I start to compile for the first time, the modelsim tool transcript shows an error (as shown below) first and then finishes the compilation. However this error doesn't affect the simulations. But I am curious to know why would this error be shown every time modelsim is invoked for the first time. Any idea what the error is about and any solution to fix it ? Thank you.
I am using HDL designer tool. Whenever I start to compile for the first time, the modelsim tool transcript shows an error (as shown below) first and then finishes the compilation. However this error doesn't affect the simulations. But I am curious to know why would this error be shown every time modelsim is invoked for the first time. Any idea what the error is about and any solution to fix it ? Thank you.
# Errors generated by Wave window user hook hdsAddWaveButtons: can't read "hdsModelSimIsPre56": no such variable
# can't read "hdsModelSimIsPre56": no such variable
# while executing
# "if {$hdsModelSimIsPre56} {
# return 0
# } else {
# return 1
# }"
# (procedure "hdsDoubleClickIsBound" line 6)
# invoked from within
# "hdsDoubleClickIsBound $treeWidget"
# (procedure "hdsAddWaveButtons" line 66)
# invoked from within
# "hdsAddWaveButtons .main_pane.wave.interior.cs.body.pw.wf"
# ("eval" body line 1)
# invoked from within
# "eval [concat $p $winname]"// ModelSim SE 10.0a Feb 21 2011 Linux 2.6.32-431.29.2.el6.x86_64
# //
# // Copyright 1991-2011 Mentor Graphics Corporation
# // All Rights Reserved.
# //
# // THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION
# // WHICH IS THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS
# // LICENSORS AND IS SUBJECT TO LICENSE TERMS.
# vsim -L project_lib -l transcript.txt -i -multisource_delay latest -t ns +typdelays -foreign {hdsInit /sw/mentor/HDS2010.2a/resources/downstream/modelsim/ModelSim_32Bit.dll} -pli /sw/mentor/HDS2010.2a/resources/downstream/modelsim/ModelSim_32Bit.dll project_lib.RS_mux(control)
# ** Note: (vsim-3812) Design is being optimized...
# ** Note: (vsim-3865) Due to PLI being present, full design access is being specified.
# Loading /sw/mentor/HDS2010.2a/resources/downstream/modelsim/ModelSim_32Bit.dll
# Loading std.standard
# Loading std.textio(body)
# Loading ieee.std_logic_1164(body)
# Loading ieee.numeric_std(body)
# Loading work.rs_mux(control)#1