Hi all ![]()
We are just starting with SystemVerilog, therefore with OVM, and Questa. To start we make a new project, a new library and a new SV file like the following.
class test extends ovm_void;
endclass: test
However when we try to compile this, we get this error:
# ** Error: D:/projects/Math2mat/implementation/questa/test/test.sv(1): near "ovm_void": syntax error, unexpected "IDENTIFIER"
# ** Error: D:/projects/Math2mat/implementation/questa/test/test.sv(1): Error in class extension specification.
As a next step we tried to do this:
`include "ovm_pkg.sv"
class test extends ovm_void;
endclass: test
What in turn generates other errors:
You can always ask these questions on the OVM forum (http://ovmworld.org/forums/) or the verification guild (http://verificationguild.com/)
Hans.
