-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation and Mos Parameter #69
Comments
We have two relevant updates in the latest version, tag
I guess the latter causes the issues. You could try the following to switch back to the previous PDK. Inside the Docker VM, please type in a shell:
Can you please test this whether it solves your issue? |
@michaelk99 Could you please take a look and try to replicate this issue? |
@chennakeshavadasa could you please be more specific on how to reproduce this error? I've just tested the latest container (on Manjaro Linux, using this project) and I could not reproduce it. Simulation runs fine and annotation of mos device parameters works as before. I could also edit ~/.bashrc without any issues. Have you tried resetting your container? Maybe provide a simple xschem schematic and a step-by-step description on how you start the container/xschem Other notes regarding your message:
|
I switched to old Docker container itself (version 2024.05). It works properly in that version. |
|
@chennakeshavadasa could you please send the schematic as a file? I don't know what is in your "s1" code block. |
s1: .tran 1m 10m 100u |
I could now reproduce your results. However, ngspice works as expected. If you want to display the device parameters, you have to save them first. This was always the case. If you want to use the display command or print the parameters as you would a results vector, you have to save them first with e.g. Alternatively, use the show command.
|
Can you share your schematic file |
Excuse me, I can now reproduce your output of Since the main change is the ngspice version it is very likely that this is the cause of this bug. Looking into the ngspice34 manual, it does not state any specific behavior for using
So it is hard to tell how to fix this. |
We close this issue as it is related to |
In the previous version we were able to directly print the mosfet parameters like gm, gds etc but now its just showing notype which was not the case in previous versions. Another problem is with root access where you could switch PDKs. But now you cant edit the .bashrc file even if you do that, the docker container crashes. I never faced these issues in the previous version. Please do solve it.
Steps to reproduce the behavior:
Expected behavior
Usually in the previous versions We could directly print these and also switch PDKs which is not possible now.
Environment:
The text was updated successfully, but these errors were encountered: