3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-18 06:46:24 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Miodrag Milanovic
ec6266a328 Add one more compatibility logger used in patches for some time 2026-06-12 14:44:26 +02:00
Jannis Harder
75a97241fa Maintain logging ABI compatiblity with YosysHQ Verific Extensions
The YosysHQ Verific Extensions are compiled separately using their own
stripped-down version of the Yosys headers. To maintain ABI
compatibility with older extension builds post C++-ification of Yosys's
logging APIs, which are backwards compatible on the API but not ABI
level, this commit adds ABI compatible versions of a subset of the old
logging API used by the extensions.
2025-09-09 15:41:03 +02:00