I am trying to simulate a spice file in xyce with ...
# xyce
p
I am trying to simulate a spice file in xyce with sky130. Getting the error as shown below. I running the following command
./Xyce -hspice-ext all run.spice
Attaching the spice file as well
e
Have you read thru the guidance in this github issue: https://github.com/RTimothyEdwards/open_pdks/issues/124
I think some of the changes in that issue are not needed anymore, but some may still be.
You might also look at this: https://github.com/eskiyerli/sky130_reveda
🌍 1
p
Okay Got it 👍
Hi @Eric Keiter . I have used sky130_reveda models instead of using open_pdks and it gave the below error(Image 1). What I noticed is that the subcircuit definitions of
SKY130_FD_PR__RES_GENERIC_PD__HV
and
SKY130_FD_PR__RES_GENERIC_ND__HV
are missing from sky130_reveda. Although these are present in open_pdks shown in image 2., but using open_pdks it gives the earlier error about diode D1 and D0. Is this issue regarding the diode level 3 which was being discussed in earlier threads?
@Ayushman Tripathi