In reply to jayeshranjan:
To print complex data structures(e.g. array, class etc.) you can use %p,
$monitor("Value is %p", my_queue);
In reply to jayeshranjan:
To print complex data structures(e.g. array, class etc.) you can use %p,
$monitor("Value is %p", my_queue);