You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is the process while I try to run dc simulation for a single NMOS, which is supported by the BAG's author with testbench example(sim.py), spec file(nch_w4.yaml), main function file(mos_char.py).
Unfortunately, it is always shutdown in the half with the error message below(as picture illustrated)
And this the conversation with @ayan-biswas. In the end, I have successfully finished the simulation by modifying corners_setup.sdb with the correct simulation file path specifying.
Express my big gratitude to him again sincerely!
The text was updated successfully, but these errors were encountered:
The error happens because the simulation did not finish correctly. There are multiple reasons that this can happen. I will list some of those and the steps to debug below:
Open the generated ADEXL and check if the simulation was successful by loading the BagSim.0 tab. If the simulation failed there, it means that the corners and models are probably not set up correctly. Check the corners_setup.sdb to make sure you updated it for your file system, since it has hard coded links to the cds_ff_mpt PDK location on our server. Try manually running the simulations to make sure the corner setup is ok.
If the models and corners are set up correctly and manual simulation works, but BagSim.0 fails, it means the simulation directory used by BAG is not set up correctly. Make sure that the same directory in the following 2 places are the same location:
a) BAG_TEMP_DIR in line 14 of .cshrc_bag or .bashrc_bag
b) the simulation directory in line 2 of .cdsinit.personal
Below is the process while I try to run dc simulation for a single NMOS, which is supported by the BAG's author with testbench example(sim.py), spec file(nch_w4.yaml), main function file(mos_char.py).
Unfortunately, it is always shutdown in the half with the error message below(as picture illustrated)
And this the conversation with @ayan-biswas. In the end, I have successfully finished the simulation by modifying corners_setup.sdb with the correct simulation file path specifying.
Express my big gratitude to him again sincerely!
The text was updated successfully, but these errors were encountered: