commit | b9ffc1fd1cfc26cbca85a61c287ac799721f6e6a | [log] [tgz] |
---|---|---|
author | Tim Edwards <tim@opencircuitdesign.com> | Thu Mar 18 19:53:15 2021 -0400 |
committer | Tim Edwards <tim@opencircuitdesign.com> | Thu Mar 18 19:53:15 2021 -0400 |
tree | 0f3bb5762cc2a4b1bfdf90e37f563807ca8685e1 | |
parent | f04c4213fa65ef030aa0409a442529035414eba3 [diff] |
Added "set ng_nomodcheck" to spinit, which is supposed to make loading models somewhat faster.
diff --git a/sky130/custom/models/spinit b/sky130/custom/models/spinit index 4f4b2f1..e6a73aa 100644 --- a/sky130/custom/models/spinit +++ b/sky130/custom/models/spinit
@@ -1,3 +1,5 @@ * ngspice initialization for sky130 * assert BSIM compatibility mode with "nf" vs. "W" -set ngbehavior=spe +set ngbehavior=hsa +* "nomodcheck" speeds up loading time +set ng_nomodcheck