I'm trying to run LVS on my design hooked up to th...
# magic
j
I'm trying to run LVS on my design hooked up to the user_analog_project_wrapper. The extracted netlist is missing 2 PNPs (made out of 40 total small PNPs). I saw this error message pop up 40 times when I ran `extract all`:
Copy code
No matching device for nbase with no ID layer
This is the first time I've seen this error when running
extract
. I'm certain that's why my PNPs aren't showing up in the netlist. I started this cell's layout by first reading
caravel_user_project_analog/gds/user_analog_project_wrapper.gds
into magic and then inserting my design using
getcell
. I tried flattening the cell, but I still get the
No matching device
errors. @User Do you have any idea why this could be happening?