PDA

View Full Version : Simulation error using Questa V6.3d under "-novopt" option



JDH
02-01-2008, 01:23 AM
In the directory "examples\hello_world\ovm" the case uses under "vsim -novopt -do vsim.do -c -suppress 3829 -coverage hello_world" command, it shows a lot of error message as following for example.
-------------
# Loading work.hello_world
# ** Error: (vsim-3978) ../../../src/base/ovm_registry.svh(29): Illegal assignment to variable of class ovm_blocking_put_port #(class packet) from variable of class ovm_blocking_put_port #(class packet)
# Time: 0 ns Iteration: 0 Region: /hello_world/ovm_component_registry::ovm_component_registry__1 File: hello_world.sv
# ** Error: (vsim-3567) hello_world.sv(49): No field named 'new'.
# Region: /hello_world/ovm_component_registry::ovm_component_registry__7
# ** Error: (vsim-3567) hello_world.sv(49): No field named 'new'.
# Region: /hello_world/ovm_component_registry::ovm_component_registry__7
# ** Error: (vsim-3567) hello_world.sv(49): No field named 'new'.
-------------
I am sure that the case can run under original command "vsim -do vsim.do -c -suppress 3829 -coverage hello_world". Maybe it is Questa bug, I think.