Hello everyone Is there a way to extrac a netlist ...
# klayout
s
Hello everyone Is there a way to extrac a netlist from klayout without lvs? I was running
run_lvs.py
script for a simple inverter from this repo: https://github.com/efabless/globalfoundries-pdk-libs-gf180mcu_fd_pv/tree/mainand and I got that the netlist don't match. To check if I was doing something wrong I tried with a nfet pcell but also got that the netlist don't match. I think that the labels are being misinterpreted while running the lvs since the nodes in the .cir file are named by numbers instead of the actual labels.