When I tried to use the following .lib statement:
- .include ~/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice tt
it worked fine in ngspice, but when I run it with lctime, I got an error that it cannot find the file ./~/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice
I had to replace it like this, but then I would have my username in the path, which makes it unportable to other users:
.include "../../../../home/username/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice" tt
I guess this should also be fixed inside KLayout?
When I tried to use the following .lib statement:
* .include ~/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice tt
it worked fine in ngspice, but when I run it with lctime, I got an error that it cannot find the file ./~/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice
I had to replace it like this, but then I would have my username in the path, which makes it unportable to other users:
.include "../../../../home/username/.volare/sky130A/libs.tech/ngspice/sky130.lib.spice" tt
I guess this should also be fixed inside KLayout?