Driving Internal Signals in DUT

In reply to roopatoms:

Why can’t you use a force statement? Depending on your design, using a bind may or may not work. If the signal that you are connecting to has other drivers, bind will only act as another driver which may result in ‘X’ values. Using a force will ensure that only the signal from your interface will be driven to the DUT signal.