Hello <@U01819B63HP>, do you know why it doesn't s...
# xschem
j
Hello @Stefan Schippers, do you know why it doesn't save the transistor information?
m
@Juan Andres don’t know if this is a problem or not, but depending on the pdk, the spice mosfet units may already in be in microns. When you set the parameters on the nmos to 1u/0.28u, the spice simulator may process this as 1 picometer/0.28picometer (effectively zero for the simulator). Try w=1 l=0.28. This is just a guess.
j
No, I haven’t problem for dimension of transistor , I have problem when I want save information of the transistor
s
The fixed schematic. the syntax for the current is:
i(@m.xm1.m0[id])
to avoid zero length vector errors add
remzerovec
before
write
command.
👍 1
j
thanks, is it not possible to get these values ​​like in sky130?
s
you must save all these parameters explicitly.
the updated schematic showing all parameters:
j
I do not understand I made the same changes in my file, but I only get the current
I already saw the error, if I put reset opel it doesn't save everything, why?
I see in your syntax that you do not use reset, should it no longer be used?