dwarning
dwarning
openVAF.exe alone needs the VCRUNTIME140.dll. Look for Visual C++ redistributable package 64-bit. If you install the "Desktop development with C++" option from the VS installer you can additional compile and...
You need both: Redistributable package to start openvaf.exe which obviously helped. Please! And you need link.exe from Build tools for Visual Studio and perhaps other things like SDK. There are...
Yes - that is what I meant. Can you provide a structure with module attributes in the ngspice/osdi interface and fill them by OpenVAF. Please mark it as feature request....
@gjcoram : The attached patch will solve the problem. We have to change openvaf/mir_autodiff/src/builder.rs, line 502 - Opcode::Exp => res, into + Opcode::Exp => self.ins().exp(arg0), [psp_glitch.patch.txt](https://github.com/user-attachments/files/16322176/psp_glitch.patch.txt)
Can confirm the problem. In a first guess I think we can fix it in the ngspice-osdi interface. @metroid120 : Your opinion? BTW, I am not sure about constraints of...
There is a preliminary fix in ngspice git branch pre-master-43.
I am not sure, but I would expect factor of 2 for psd and a factor of sqrt(2) for voltage spectral density. An that is what I got.
Speaking about the original request fro topolarity, because last reply is different: ngspice in default gives onoise_spectrum in V/sqrt(Hz), the voltage spectral density. By 'set sqrnoise' you get power spectral...
@gjcoram : Thank you for clarification. Last question, how this is handled by the reference simulators? Same as factor ns1 = 2? I(a, b)
@arpadbuermen - see #137