In reply to saikanthan7798:
At the time you are referencing ‘pif’, it hasn’t been declared. You should move your initial block to the end of your top module, after all of your module/interface instantiations.
In reply to saikanthan7798:
At the time you are referencing ‘pif’, it hasn’t been declared. You should move your initial block to the end of your top module, after all of your module/interface instantiations.