Error-[SE] Syntax error
Following verilog source has syntax error :
Token 'uvm_sequence_item' should be a valid type. Please check
whether it is misspelled, not visible/valid in the current context, or not
properly imported/exported.
"./my_transaction.sv", 4: token is ';'
class my_transaction extends uvm_sequence_item;