Hi , I am trying to do 1T1R LVS , but not sure why...
# lvs
r
Hi , I am trying to do 1T1R LVS , but not sure why its failing . The devices number seems same. Thanks
t
The issue is line 13 of the xschem netlist. The ReRAM device has been given a resistance of zero, which netgen interprets as a "fake" device that is being used to separate nets. So netgen is removing it. Try giving the device a non-zero value and it should work.
Or you can remove the ReRAM subcircuit definition from the schematic netlist completely and let netgen compare the ReRAM circuits as black boxes.
r
Will do to try to do that . Thanks @Tim Edwards