Hi I'm having a hard time using MiM capacitors in ...
# gf180mcu
t
Hi I'm having a hard time using MiM capacitors in GF180 - following the xschem tests given in
libs.tech
of gf180mcuC yields errors saying that the subcircuits that I can see in the file don't exist, even with some parameter tweaking. Does this have something to do with the new
sm141064_mim.ngspice
files or am i missing something obvious here? Thanks in advance for any help.
a
Which repo?
Basically the correct model name is
cap_mim_2f0fF
instead of
cap_mim_2p0fF
you also need to add this line in the netlist, it was missing.
.lib $::180MCU_MODELS/sm141064.ngspice cap_mim
t
Excellent, thank you!