

08-checker-yosyssynthchecks:
39 Yosys check errors found.
Grepping for error in my yosys synthesis log didn't show any likely-looking errors. I eventually realised that 39 was exactly the number of bidi pad data pins I'd not yet bothered to connect (early hacking!) so my issue is solved, but next time I get this message, how do I find the actual errors? Is yosys-synthesis.log the wrong place to look?
yosys-synthesis.log (grep for "Executing CHECK pass") and also seem to appear separately in reports/pre_synth_chk.rpt (in the same yosys-synthesis step of the flow)
It is definitely confusing that the 08-checker step produces the error but isn't the producer of that file (edited)

Found and reported 0 problems.
And a state_out.json saying:
"synthesis__check_error__count": 1
Seems like the actual source for that log lint is here:
https://github.com/librelane/librelane/blob/2bf4f4a399da9d41fbef24814cd7946bf9692ead/librelane/steps/pyosys.py#L50-L92Warning: Wire $paramod$053944574b759a0e3f2ebe9134306bd1be3bd197\twowire_dtm_core.\ndtmresetreq is used but has no driver.
