Antaryami Panigrahi
09/29/2024, 12:24 AMStefan Schippers
09/29/2024, 7:02 PMJaga_LDO_VC_LY_tb1.spice
file generated by xschem in the simulation directory (usually ~/.xschem/simulations) and also the Jaga_LDO_VC_LY_xsch.spice
file that you are including into the testbench.Antaryami Panigrahi
10/02/2024, 5:05 AMAntaryami Panigrahi
10/02/2024, 8:07 AMStefan Schippers
10/02/2024, 1:37 PMJaga_LDO_VC_LY_xsch.spice
, the Jaga_LDO_VC_LY
subcircuit is already present in the testbench.
2. create a .spiceinit
file in the directory where simulation is done (usually ~/.xschem/simulations
) with following content:
set ngbehavior=hsa
set ng_nomodcheck
The above file is needed to set ngspice in HSPICE compatibility, needed for skywater and other open source pdks.
With these changes simulation runs fine.Stefan Schippers
10/02/2024, 1:40 PMAntaryami Panigrahi
10/03/2024, 7:25 AM