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

Local Precheck (make run-precheck) misses checks when excluding LVS #380

Open
amm-efabless opened this issue Oct 30, 2024 · 1 comment
Open

Comments

@amm-efabless
Copy link

If you run DISABLE_LVS=1 make run-precheck then it only runs the following specific checks:

license
makefile
default
documentation
consistency
gpio_defines
xor
magic_drc
klayout_feol
klayout_beol
klayout_offgrid
klayout_met_min_ca_density
klayout_pin_label_purposes_overlapping_drawing
klayout_zeroarea

There are extra ones now that it should include, such as illegal_cellname_check.

@amm-efabless
Copy link
Author

Is it better to maybe change our Makefile to use --skip_checks and thus exclude LVS (instead of trying to explicitly include everything else) -- or does that option not work this way?

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

1 participant