Add .spiceinit for ngspice #19

Open
opened 2023-11-09 08:23:25 +00:00 by Mario1159 · 0 comments
Owner

The default configuration can be based on this one:

          * .spiceinit for use with Skywater PDK and ngspice KLU
          set ngbehavior=hsa     ; set compatibility for reading PDK libs
          set ng_nomodcheck      ; don't check the model parameters
          set num_threads=8      ; CPU processor cores available
          option noinit          ; don't print operating point data
          option klu             ; select KLU as matrix solver
          optran 0 0 0 100p 2n 0 ; don't use dc operating point, but transient op

From: https://ngspice.sourceforge.io/applic.html#sky

The default configuration can be based on this one: ``` * .spiceinit for use with Skywater PDK and ngspice KLU set ngbehavior=hsa ; set compatibility for reading PDK libs set ng_nomodcheck ; don't check the model parameters set num_threads=8 ; CPU processor cores available option noinit ; don't print operating point data option klu ; select KLU as matrix solver optran 0 0 0 100p 2n 0 ; don't use dc operating point, but transient op ``` From: https://ngspice.sourceforge.io/applic.html#sky
Mario1159 added the
enhancement
label 2023-11-09 08:24:24 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Mario1159/osic-stacks#19
No description provided.