S
Schmigz
Guest
Is there a way to use monitor and not display every single variable
being monitored?
For example:
$monitor("mux_out actual = %x. expected = %x \n", mux_out, out, sel,
a_term, b_term);
I do not want sel, a_term or b_term to display but still need them so
when they change, the string is still displayed.
I searched every where and have not found a method yet. It is not
something vital obviously but more of a can it be done question.
Thanks,
Joe
being monitored?
For example:
$monitor("mux_out actual = %x. expected = %x \n", mux_out, out, sel,
a_term, b_term);
I do not want sel, a_term or b_term to display but still need them so
when they change, the string is still displayed.
I searched every where and have not found a method yet. It is not
something vital obviously but more of a can it be done question.
Thanks,
Joe