srini.pes
Member level 3
- Joined
- May 28, 2010
- Messages
- 61
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Location
- NIT calicut
- Activity points
- 1,725
Hi to all.,
While designing my hspice model, i have a conditional statement
like
.if (V<s1)
.PARAM CURRENT='A'
.else(V>=s1)
.PARAM CURRENT='B'
.endif
it was showing some error like
please contact encrypted file provider. For relaxed syntax check, please use '-R' command and retry.
Please clarify me if some thing wrong in my syntax.
Thanking you....
SRINI
While designing my hspice model, i have a conditional statement
like
.if (V<s1)
.PARAM CURRENT='A'
.else(V>=s1)
.PARAM CURRENT='B'
.endif
it was showing some error like
please contact encrypted file provider. For relaxed syntax check, please use '-R' command and retry.
Please clarify me if some thing wrong in my syntax.
Thanking you....
SRINI