UVM_FATAL: reporter [TTINST] An uvm_test_top already exists via a previous call to run_test

You either called run_test() twice in the same simulation, or you’ve explicitly created a component called “uvm_test_top”, neither of which is allowed.