D
Deepu
Guest
Hi,
I normally use '$width' task to find out if a signal width is atleast
the delay specified (minimum).
$width(posedge sig_A, 100);
How can i check if the signal width can be maximum of the delay
specified?
Thanks..
I normally use '$width' task to find out if a signal width is atleast
the delay specified (minimum).
$width(posedge sig_A, 100);
How can i check if the signal width can be maximum of the delay
specified?
Thanks..