Uvm to ovm conversion

Hi,

I have a requirement to convert UVM Testbench into OVM testbench environment. Do we have any script to use in conversion ?
FYI, I have 90% OVM testbench and 10% of UVM Testbench, so looking to to convert UVM Testbench into OVM testbench environment.

In between, Can I have both OVM and UVM testbech in same environment ?

Thanks,
KIRAN

In reply to jalladak:

It would be a bad decision going back to OVM. Thre is a script available for converting OVM into UVM. But this covers about 85-90% of the differences only.
You have to spent additional effort to clean-up your automatically generated UVM testbench.

In reply to jalladak:

You cannot mix the UVM and OVM within the same testbench environment. They can co-exist as independent islands and it would be up to you to manage all the communication between them.

There are no scripts to go from UVM to OVM. but changing uvm_ to ovm_ is pretty easy with a SED or perl script. Since UVM is an extension of OVM, it might be easier to migrate the 90% of your OVM code to UVM then 10% of your UVM to OVM.