Link to code:
https://www.edaplayground.com/x/TKJvI am trying to study the basics of UVM, and so I downloaded a lab by Ray Salemi from the Verification Academy and tried to run it with a Questa run.do file, but first, it gives me warnings of the form
Option '-L /usr/share/questa/questasim//uvm-1.2' was detected by vlog for design-unit 'top', but was not detected by vopt. The vlog option will be ignored.
Then it gives me a fatal error:
** Fatal: (SIGSEGV) Bad pointer access. Closing vsimk.
** Fatal: vsimk is exiting with code 211.
What am I doing wrong?