dwarning

Results 124 comments of dwarning

Hello Pavels, I like your program. But I have same Problem with my Hi-Res Laptop. Is there no way to modify font size?

Problem seems solved for me. Thank you.

Try to understand the problem and made few AC simulations with two 10/0.13 lv_nmos devices (NF=1 and 4): ![export](https://github.com/user-attachments/assets/1e4d6fa9-877e-4689-8e8e-661529bc876a) The simulations show a value of 12fF for both devices which...

Out of curiosity: mfact is used in the flatband calculation parameter vfbo. The actual mix of ng, nf and mult shows that the original spectre lib is not able to...

I grubbed out few old ngspice scripts to extract Vth over W and L and rebuild them with the help of Holger. To extract the threshold voltage a simple constant...

No problem, but as said there are some margin in accuracy of the vth determination. [Vth_W.txt](https://github.com/IHP-GmbH/IHP-Open-PDK/files/14755597/Vth_W.txt) [Vth_L.txt](https://github.com/IHP-GmbH/IHP-Open-PDK/files/14755598/Vth_L.txt) Good luck

Declaring one ore more of your real variables as parameter will help. It is a known bug - see #103

Yes, in my understanding this kind of $limit() call did only inform the compiler that a critical situation happens. It left open what then happens with compiler/simulator. I agree to...

I can confirm the issue with latest version. But the problem is not the analog function, openVAF needs still at least one parameter, see #83.

The universal usability of certain functions and operators in all analysis types is not hold yet in Verilog-A. In case of $abstime we get simulator time in transient analysis. Why...