UVM Test

Can i run a test which has uvm_sequence class but not uvm_test class

*In reply to keshav_chokshi:*The
UVM requires at least one top-level component to do anything. You need at least a sequencer, driver, and a component that instantiates those two components to execute a sequences.