Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
leo_o2 said:CROSS=10000
No loop statements in hspice.cirand said:Is there any 'for' or 'while' loop statements in hpsice?
Another method: Write a program to analysis the '.tr0' file directly. If only one output variable is selected, the data format of the '.tr0' file can be simple.gargoyle said:how can i use hspice to calculate 10000 successive periods of pll output ?
gargoyle said:leo_o2 said:CROSS=10000
could you please make it more clearly? i only need to add it to the measure
command? but there is no effect
thanks
It will give a value equal to 1000 periods, but not 1000 values.leo_o2 said:It could be like that:
.MEAS tran t1 trig v(2) val=0.7 td=100ns rise=1 cross=1
+ targ v(2) val=0.7 td=100ns rise=2 cross=10001
Hughes said:It will give a value equal to 1000 periods, but not 1000 values.leo_o2 said:It could be like that:
.MEAS tran t1 trig v(2) val=0.7 td=100ns rise=1 cross=1
+ targ v(2) val=0.7 td=100ns rise=2 cross=10001