@User, is there any way netgen could be made to return a zero value only if there are no errors encountered during the matching? i.e. LVS passes.
Tom
09/04/2021, 8:15 AM
@Tim Edwards, is this something that might consider at some point so that you can get an easy pass/fail without having to scrape the output log using the python script?
t
Tim Edwards
09/04/2021, 2:31 PM
That's what "count_lvs.py" in qflow does (although I could also add a line to return the total number of error types as an exit status as well as printing out the value). I'm not sure why I haven't put that script in the netgen repository, though.
t
Tom
09/06/2021, 5:58 PM
I grabbed your script from qflow since you told me about it a while ago. I think it would be really useful to be able to get a quick PASS/FAIL from netgen directly via the return value without having to post precess the log with the script if you don't see any reason for not doing it? What do you think @Tim Edwards?