programming in analysis of hspice simulation

Discussion in 'Cadence' started by boogie, Oct 23, 2003.

  1. boogie

    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 !
     
    boogie, Oct 23, 2003
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.