About This File
In 90%+ of the cases the simple search/replace ovm* with uvm* will work to get you from OVM to UVM.
Heavy OVM users (callbacks) or legacy ones (avm*, urm*) could use a more precise migration which will indicate deprecated types, deprecated macros, method signature changes etc.
The attached refactoring script contains all the differences between OVM2.1.1 and UVM1.0EA. The last few lines are text "ovm*" to "uvm*", the rest are:
- removed macros
- removed classes
- removed fields
- removed methods
- renamed macros
- renamed classes
- renamed methods
- method signature changes (more/less arguments)
- macro signature changes (more/less arguments)
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.