shartz
Newbie level 3
I am a starter on HSPICE, and need to simulate a simple circuit by force the input, say V(INPUT), as a function of time:
V(input)=1*exp(-5)+2*exp(-6),
How can I achieve it? By defining
.PARAM V(INPUT)='1*exp(-5)+2*exp(-6)' ?
But, the error is: no DC path from node INPUT...
Is there anybody can help me out?
V(input)=1*exp(-5)+2*exp(-6),
How can I achieve it? By defining
.PARAM V(INPUT)='1*exp(-5)+2*exp(-6)' ?
But, the error is: no DC path from node INPUT...
Is there anybody can help me out?