SR
How to know verification code is correct or wrong, if wrong how to debug(sb and uvm)
Hmm, basically you should run your testcase in debug mode with gui enabled, add signals of interest to the waveform and look through simulation - stimulus that applied should match the expected stimulus; analyze log messages - there could be testbench related errors or fatal errors; You can put breakpoints in your code and debug step by step and use uvm_debug tool in simulator to look through the phases, objections etc