Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
das-dias opened this issue Apr 23, 2023 · 1 comment
Open

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

das-dias opened this issue Apr 23, 2023 · 1 comment

Comments

@das-dias
Copy link

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
Copy link
Collaborator

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants