google / globalfoundries-pdk-libs-gf180mcu_fd_pr

Primitives for GF180MCU provided by GlobalFoundries.
https://gf180mcu-pdk.rtfd.io
Apache License 2.0
46 stars 26 forks source link

Typo in LVS command line arguments checking "--net" #111

Open das-dias opened 1 year ago

das-dias commented 1 year ago

There is a typo in the script https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/blob/main/rules/klayout/lvs/run_lvs.py, in line 96. The check should be: if args["--net"]: ... , not if args["--design"]

once the existence of GDS file was already performed, and it is now necessary to check for the existence of the netlist to compare against.

FaragElsayed2 commented 1 year ago

@das-dias Please use new LVS environment in PV repo Here

You will find new run_lvs.py script added. Check docs for more details.

Cc @atorkmabrains