Hi,
Suppose I have some *ucm and *ucd files at hand, however, I have to launch imc on some other workstation where the source files path happens to be different from the one saved in *ucm or & *ucd.
Intuitively, I need some way to suppress several levels of prefix of the original path and replace it with the new one, e.g.
original path:
/work/projectA/rtl/source
new path:
/work/projectB/rtl/source
Is there anyway to achieve this?
Thanks.