Corrected an egregious error made when converting "extresist" from

reading the .sim file format to reading the .ext file format, which
is that .sim files use capacitance values of fF while .ext files
use capacitance values of (nominally) aF.  So there was a conversion
factor of 1000 left over from the .sim file reading code that needed
to be removed, or else parasitic values come out to be 1000 times too
high.
This commit is contained in:
R. Timothy Edwards
2026-02-06 10:50:29 -05:00
parent 10a6c8635f
commit 3b1de8ff40
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
8.3.602
8.3.603