Constraint

Help me to write constraint for three signals (a,b,c) to drive with minimum 10ns secs of delay difference.

In reply to harinathdigital@gmail.com:

rand a,b,c;

drive a signal;
#10;
drive b signal;
#10;
drive c signal;

In reply to harinathdigital@gmail.com:

You ask a lot of vague questions without ever following up on the details. If you want people to help you, please provide as much detail as possible.