I have the following queries wrt Interface construct in SV:
Why is it recommended to drive the interface signals via a Non-Blocking Assignment?
The DUT evaluates its logic and drives the outputs to the Testbench through clocking blocks. I read that the outputs are sampled in the postponed region. Why does this happen?