In reply to dave_59:
In reply to puranik.sunil@tcs.com:
A reference port work analogous to passing an argument of a task/function by reference. Instead of trying to make an assignment to a variable through a port, you are passing a reference to the variable that is connected to the port. In this way you are sharing a variable between two connected modules.
Dave, i did not understand it, could you explain it?