Is it possible to compile uvm components or extended class individually?
for eg. i want to compile only my_uvm_seq_item.sv
In reply to MITHUNRAJMOHAN:
If you put your class in a package, you can compile it separately and import the package when needed. How to run the compiler is tool specific and you need to read the user manual of your tool. This forum is not for tool specific support.