Set time dependend function type to FALSE upon start.
This commit is contained in:
parent
0cfa6627af
commit
34b0fab4ab
|
|
@ -42,6 +42,8 @@ VSRCparam(int param, IFvalue *value, GENinstance *inst, IFvalue *select)
|
|||
|
||||
NG_IGNORE(select);
|
||||
|
||||
here->VSRCfuncTGiven = FALSE;
|
||||
|
||||
switch (param) {
|
||||
case VSRC_DC:
|
||||
here->VSRCdcValue = value->rValue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue