mirror of
https://github.com/YosysHQ/yosys
synced 2025-12-15 16:58:59 +00:00
Replace; #define __STDC_LIMIT_MACROS #define __STDC_FORMAT_MACROS With #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS #endif #ifndef __STDC_FORMAT_MACROS #define __STDC_FORMAT_MACROS #endif This fixes a compile warning if you are defining these macros in your CXXFLAGS (as some distros do). |
||
|---|---|---|
| .. | ||
| bigint | ||
| ezsat | ||
| minisat | ||
| sha1 | ||
| subcircuit | ||