In reply to dave_59:
Sorry, I didn’t explain clearly. What I meant to say is if I want to bind my_checker to one instance of mudule B(for example u_a0.u_b), but this module has been instantiated multiple times with the same instance name u_b(u_a1.u_b u_a2.u_b …), so I write like this:
bind B:u_a0.u_b my_checker u_my_checker ...
But this may cause the elab warning: Warning-[BMAOSIN] Bind module allows only simple instance name. So is there any way to avoid this warning while still achieving the above functionality?