Re: calculating a config word during operating point analysis



On Thu, 27 Oct 2005 11:29:50 +0200, Svenn Are Bjerkem <svenn.are@xxxxxxxxxx>
wrote:

>In article <11lvfbrecakko4a@xxxxxxxxxxxxxxxxxx>,
>cad_support@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx says...
>> > Hope for some help,
>> Hi Svenn,
>> I can t understand why you have the transitions outside the loop.
>
>Simply because of the warning statements in the manual that $transition
>should not be executed conditionally, and I have always thought that
>while() is a conditional statement.
>
>I hadn't even thought about moving them inside the when() block and I
>will try to do so, but I would also like to hear why it would be OK to
>ignore the warning
>
>
>

Hi Svenn,

A quick answer here - don't have the time to try out your code to figure out
what is going on.

Anyway, you might want to consider using the "static" analysis instead of "ic",
since this is the DC that preceeds transient etc.

And putting transient inside any conditional is a bad move. It needs to be
evaluated on every iteration, otherwise you loose the history information about
the previous state of a signal, and it will do odd things...

Andrew.
.



Relevant Pages

  • Re: AC analysis in hspice
    ... I.e you are doing a transient analysis from ... the conditions specified in the LOAD file? ... Variations in gain affects my phase margin which is causing ripples and ... Even if you can do this, I'd suggest testing the loop with a step ...
    (sci.electronics.design)
  • Re: calculating a config word during operating point analysis
    ... I have been trying to get the following problem solved using SpectreHDL ... This circuitry is quite heavy and it take some time to generate that word, but it take even longer time in to find the word during transient sim. ... My problem is that everything inside the whileloop is not getting out of the code because I do not reach the Vlines at the bottom. ...
    (comp.cad.cadence)
  • calculating a config word during operating point analysis
    ... I have been trying to get the following problem solved using SpectreHDL ... some time to generate that word, but it take even longer time in to find ... the word during transient sim. ... My problem is that everything inside the whileloop is not getting out ...
    (comp.cad.cadence)
  • Re: Loop In Coax Help Prevent Lightning Induced Surges ?
    ... Do you think a loop will stop what three miles of sky could not? ... Effective protection is not about stopping a transient. ... The US Forestry Service has documented that most direct strikes to ...
    (rec.radio.amateur.antenna)

Loading