In reply to dave_59:
I will admit to not reading the whole thread- but I got errors out of Questa for unconnected virtual interfaces that exist on agents I am not even instiating in my test. I have a compile scripts which compiles all my files, regardlessof the test. The block tests use a small subset of these agents.
I was then using custom compile scripts which only compiled files that were needed. This was a pain and unmanageable.
I addded the permit_unmatched_virtual_inf option; and now I can use my one comple script for my blocks tests in addition to my system test. Thanks.
Definitely seems like this should be the default-- especially for uninstantiated objects.