How to put UVM environment into OVM bench

I have one IP which is tested with UVM, but the top level environment is OVM, how to put UVM environment into OVM? Thanks

In reply to webskyforest:

OVM and UVM are not able to co-exist. I recommend converting the OVM environment to UVM and continue from there.

In reply to cgales:

Thanks, I may need to convert UVM environment to OVM since others are OVM. Is there a easy way to convert UVM to OVM?

There is a script that can do some of it, and it depends on how old your OVM code is.

See OVM2UVM | Verification Academy

In reply to dave_59:

Thanks, good reference.