Hello! I'm trying to use the EKV model by including a .lib file with:
".model blah pmos(level=301)"
but I am getting errors saying "Level must be < 99 (Setting Level to 1)".
Note: level 301 is what the user manual says is for the EKV model
When I changed the .lib file to:
".model blah pmos(level=99)"
I get: "Only MOS device levels 1-6,8-10,14,49,54-58,60,68,73 are supported in this binary".
On the Xyce download page it says "Note: From Xyce 7.3 onward, the executables provided are the 'XyceNF' version of the code rather than the open source version. These binaries include proprietary models that we cannot release in source form, but that we can distribute in executable code."
My understanding is that the EKV model should be available in the release I have. Could any help me out with how I can access an EKV model? Thank you!
Relevant Info:
OS: Windows 10
Xyce 7.7 NORAD Serial Binary (fresh install)