Foundry spice transistor models normally are provided in different process corners (typical, fast, slow, ...). For this they may even use .param statement and recursive use of .lib of a parameterized transistor model.
The structure of a spice model file I have is the following:
Details
Foundry spice transistor models normally are provided in different process corners (typical, fast, slow, ...). For this they may even use .param statement and recursive use of .lib of a parameterized transistor model. The structure of a spice model file I have is the following:
Environment (OS, Python version, PySpice version, simulator)
Linux Centos7, python 3.6.9, PySpice 1.3.2 from PyPi
Expected Behaviour
Being able to build a list of transistor models from the spice model file with different corner models.
Reproducing Problem & Actual Behaviour
SpiceLibrary(".") gives warning like:
and no models are extracted from the file. The spice model file can be used directly from ngspice without a problem.