<@U016EM8L91B> Is it possible to selectively run t...
# ieee-sscs-dc-21q3
r
@User Is it possible to selectively run the prechecks ( for example only Off grid or DRC check only instead of complete set ) in the local precheck ?
o
yes, you can refer to the documentation of the precheck for that.
r
can you point me to it, thanks in advance
o
and if you are using the
run_precheck.sh
script you can just append at the end of that the names of the
checks
you would like to run
i.e.
run_precheck.sh xor
would just run the XOR check
r
Thanks a lot . appreciate it
o
np, glad I could help πŸ™
r
@User @User what are the names for other checks ?
xor
works, but when i put the any other check such as
MagicDRC
", it says this check not exists. probably because MagicDRC is not the exact name its searching for. Can you tell me what are the names of other checks? TIA
o
@User you can run the precheck with the
--help
command to get the names.
Copy code
python3 mpw_precheck.py --help
πŸ‘ 1
r
Thank you so much!!!!. Saved me a whole lot of time . much appreciated
o
np, glad I could help πŸ™