mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-13 10:21:08 +00:00
Define open_(o|i)fstream_and_log_error in log.h to: - quote 'filename' - add error cause to easier troubleshoot - use existing consistent string style - easily allows OS specific message Introduce it when file are opened and add it where error message was missing.