UVM reset

In reply to IvanGrafskiy:

OK, I understand. But what is your FSM? This is a simple operation what you are doing.
Your interface might be something like this:
interface mult_if;
bit clk;
bit reset;
logic [34:0] op1;
logic [34:0] op2;
logic [64:0] result;
endinterface