Problem
verilog_a_system_functions.md states:
"JAX only handles gmin. Models using scale, tnom, or iteration-dependent behavior may differ."
And the gap analysis lists tnom, scale, iteration as "Currently Missing in JAX Path".
Reality
vajax.SIMPARAM_DEFAULTS (in openvaf_models.py) handles a full set of simparam values including:
gmin, tnom, scale, abstol, reltol, vntol, imax, iniLim, iteration, gdev, sourceScaleFactor, shrink, $abstime, $mfactor, $analysis_type.
The entire "gap analysis" section of this document is outdated and misleading.
Problem
verilog_a_system_functions.mdstates:And the gap analysis lists
tnom,scale,iterationas "Currently Missing in JAX Path".Reality
vajax.SIMPARAM_DEFAULTS(inopenvaf_models.py) handles a full set of simparam values including:gmin,tnom,scale,abstol,reltol,vntol,imax,iniLim,iteration,gdev,sourceScaleFactor,shrink,$abstime,$mfactor,$analysis_type.The entire "gap analysis" section of this document is outdated and misleading.