We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello
i want to simulate many input signal but i want know how can i choose the swatch time swatch(????)
when i want to one or more signal input thank you
thank you
i want know that if i use cycle cpu time or time in second is the same method
i work with clock=20MHZ
so 1 states=50ns
if i take twatwh(100) 100 cyles time -->100*50ns=5000ns
5000ns=0.000005000s
so if i write twatch(100)is the same when i write swatch(0.000005000) ?
dear ABDELAZIZ, that is not the point: the point is that one function is CPU speed dependent, and the other not. in other words - as long as you do not change the operating frequency of your processor the interchanging these function will make not difference. once you do, and want to wait for the same amount of time, you must either use 'swatch' or change the argument for 'twatch'.