Hi <@U01819B63HP> I wants to design BGR, but getting error with pnp transistors
a
Hi @Stefan Schippers I wants to design BGR, but getting error with pnp transistors
s
Please send the BGR_dc.sch, i will test here.
a
image.png
hi @Stefan Schippers , like this way you were expecting?
s
No, I need the schematic file you are opening with xschem, it is
BGR_dc.sch
, the circuit shown in the image.
a
I have no idea how to share it. but i am sharing
BGR_dc.sch,BGR_dc.pdf
image.png
is it correct now @Stefan Schippers
s
Yes you have attached the BGR_dc.sch, that was what i needed. Will try to look at it.
I have run the ngspice simulation on your circuit, it ran fine without errors
Just a comment, in your .control block you are writing the BGR_dc.raw file twice, this is not needed...
Copy code
.option reltol=1e-5
+  abstol=1e-14 savecurrents
.control
  save all
  op
  write BGR_dc.raw
  remzerovec
   write BGR_dc.raw
   set appendwrite
   print v(Vref)
.endc
a
yes @Stefan Schippers you are correct, but could you check once my pnp is correct or not? i feel it's incorrect because in your pnp name
pnp_05v5_W3p40L3p40
and in my pnp name is
pnp_05v5
. Tell me how to write like you.
@Stefan Schippers could you show me you pnp edit properties.
s
@ALOK PRATAP SINGH I have simulated your circuit with no changes, so if you don't get simulation running it means that the pdk installation is not correct or too old. I assume here you installed open_pdks, which in turn downloads skywater-pdk, adding lot of corrections including BJT models.
a
thanks @Stefan Schippers I will follow this and come back to you.
image.png
@Stefan Schippers i did this but getting same
s
I don't know what to say. Your example works on my system. One thing you should try is to go into the open_pdks source directory you cloned from git, do another
make
followed by
sudo make install
. In some cases I had to run
make
twice to get all files in the pdk.
a
@Stefan Schippers I uninstall open pdk and install again but getting same error.. could you please check any other possibilities.
s
No, do not uninstall, but after make run make a second time, then sudo make install
a
I am following docker. its working properly. thanks for your constant support