so I tried both fixes, I'm still getting stuff lik...
# lvs
r
so I tried both fixes, I'm still getting stuff like this
m
Progress! Can you upload
mpw8.spice
,
mpw8_mag.spice
and the full lvs report?
r
let me make a few changes first (I noticed one of my components wasn't connected right in magic)
I found another mistake in my magic layout
ok I think that's all the magic layout mistakes
spicefiles.tar.gz
here's my spice and comp.out files
m
Looks like your
mpw8.spice
file is xschem output. For LVS, be sure to choose
Simulation -> LVS netlist: Top level is a .subckt
before creating your netlist. You’ll want to match your pin names, too.
Copy code
IO15                                                                              |io_in[15] **Mismatch**
GA13                                                                              |gpio_analog[13] **Mismatch**
GA10                                                                              |gpio_analog[10] **Mismatch**
IO9                                                                               |io_out[9] **Mismatch**
GA5                                                                               |gpio_analog[5] **Mismatch**
IO10                                                                              |io_in[10] **Mismatch**
GA12                                                                              |gpio_analog[12] **Mismatch**
GA0                                                                               |gpio_analog[0] **Mismatch**
IO13                                                                              |io_out[13] **Mismatch**
GA9                                                                               |gpio_analog[9] **Mismatch**
GA1                                                                               |gpio_analog[1] **Mismatch**
r
oh, so instead of abbreviating the names I have to write them out?
hmm, I tried that and I still have the same issue
I guess I should match the pin names and try again