Getting error as unexpected identifier and error in class specification

In reply to dileep254:

Hey,
I see that you have the following syntax my_sequence extends uvm_sequence#(trasaction). Is this intentional or is it a typo?(shouldn’t it have been transaction?)
Try this this and let us know if this goes away.
and make sure you are compiling uvm_macros.svh (required for automation macros) and uvm_dpi.cc files. ( required for command line processing etc.)

  • Sujith SH