Tool/software:
Hello everyone,
I need to simulate the LMR36015 on a different simulator (SIMetrix) but it's engine it completely based on PSPICE, but when I add the .lib on this simulator and run the simulation it appear an error of mismatched parenthesis (that correspond to the own model script):
There are errors in the circuit. Simulation aborted
LMR36015FSC-Q1_TRANS.LIB (281): G_U6_ABMII7 0 U6_N16831525 VALUE { if( V(IC_DISABLE)< 0 .5, ...
*** ERROR *** Syntax error in expression. Mismatched parentheses
LMR36015FSC-Q1_TRANS.LIB (291): G_U6_ABMII4 U6_N16831525 0 VALUE { if( V(IC_DISABLE)< 0 .5 , ...
*** ERROR *** Syntax error in expression. Mismatched parentheses
LMR36015FSC-Q1_TRANS.LIB (310): G_U6_ABM2I1 U6_N16831525 0 VALUE { if( V(IC_DISABLE)< 0 .5, ...
*** ERROR *** Syntax error in expression. Mismatched parentheses
I fixed this error by erasing a blank space in the if conditional, this space its between 0 and .5, as you could see, but then appears another problem:
Errors found during the run. Simulation aborted
*** ERROR *** Error in parameter expression 'rvtoi_hs/pk2vl' (Line ref: LMR36015A_TRANS.LIB,404)
Illegal forward reference to parameter 'rvtoi_hs'
*** ERROR *** Error in parameter expression 'U1.X_U4_S3.rvtoi_hs/(U1.X_U4_S3.pk2vl)' (Line ref: LMR36015A_TRANS.LIB,404)
Illegal forward reference to parameter 'U1.X_U4_S3.rvtoi_hs'
And at this point I don't know how to solve this issue and keep going with the simulation.
I will really appreciate if some body could help me with an advice.
Thanks in advance for your support:)
PD. I tried this model on PSPICE fo TI but it is running very slowly and does not have the simulation options that I need.