-
Looking into file IHP-Open-PDK/ihp-sg13g2/libs.tech/ngspice/models/cornerMOSlv.lib we see in typical (tt) section (abbreviated for better readability):
`
LIB mos_tt
param sg13g2_lv_nmos_vfbo_m…
-
This commit: https://github.com/sony/nmos-cpp/commit/7a264e9fb2991af93b47978600be3f2a18b442f3
Seems to introduce a number of compilation errors on windows (tried both with Visual Studio 2019 and 20…
-
when trying to use mostt_stat in Xyce i get an error:
```
...
Parameter VFBO for model X1:XM3:SG13G2_HV_NMOS_PSP contains unrecognized symbols:
{-0.89839*(1+(sg13g2_hv_nmos_vfbo_mm-1)/sqrt(m*l*w*…
-
can you please add a symbol for a simple NMOS and PMOS that looks like this
![NMOS_PMOS](https://github.com/user-attachments/assets/c6fe5930-cd81-4ec9-9cf6-806ca8db4d4a)
-
I was simulating the transistors in the IHP open PDK, more specific the NMOS and PMOS LV. I was very unsatisfied with the curves, specifically for the intrinsic gain. They were suggesting poor perform…
-
```
cct = Circuit("""
M1 1 2 0_1 nmos M1; kind=nmos, arrow, invert
W 0_1 0; down=0, ground
M2 5 4 0_2 nmos M2; kind=nmos, arrow
W 0_2 0; down=0, ground
W 2 3; right=0.45
W 3 4; right=0.45
…
-
Hi,
thanks for your great work. I'm trying to use nmos-crosspoint with easy-nmos.
I built both the server and the ui, I inserted the nmos server ip in the configuration file (setting.js), it seems t…
-
1. The gate overlap capacitances seem to be very large. An op analysis for a 5/0.13 NMOS (sg13_lv_nmos) gives cgsol = 3.19575e-15 fF. This corresponds to 0.64 fF/um, about twice as large as in other 0…
-
It would be very useful to be able to use NMOS IS-04 for discovery and IS-05 for automatic sink configuration.
The libraries published by Sony could also be useful:
https://github.com/sony/nmos-cpp
…
-
Maybe I just don't know how to do it properly, but it looks like a few fundamental thing are still missing from the KLayout setup:
* Via generator (with selectable start and end layers, and number …