programming in analysis of hspice simulation

B

boogie

Guest
I want to test the continous clk period and get the differece between
the sequencial cycles, I use the sentence
..meas tran tj1 trig v(clk) val=0.9 td=100u rise=10
+ targ v(clk) val=0.9 td=100u rise=11
But I must write many .meas ,when I want to get the values of many
cycles
the 1st question is whether I can set a array tj[n]

..meas tran tj[n] trig v(clk) val=0.9 td=100u rise=n
+ targ v(clk) val=0.9 td=100u rise=n+1

the 2nd question is How I can get the results

tj2-tj1 or tj[n]- tj[n-1] ?

By the way , where can I find the information of programming in hspice
simulation and analysis?

Thanks a lot !
 

Welcome to EDABoard.com

Sponsor

Back
Top