Uvm_component

hi all,
in uvm, uvm_random_stimulus and uvm_push_driver component is there.can anyone give a proper example how to use those.

In reply to Abhisek Sarkar:

uvm_random_stimulus was from the original AVM and has been removed from the IEEE UVM standard. It was just a simple mechanism for generating random stimulus before sequences were introduces in the OVM.

Push mode is mainly for backward compatibility with older testbench methodologies. But there are cases where back-preassue is needed on one driver to compute stimulus on another driver.

I have never anyone use push mode.

In reply to dave_59:

thank you sir.
https://verificationacademy.com/verification-methodology-reference/uvm/docs_1.2/html/index.html
here in uvm 1.2 class reference its given, so i asked.