YosysHQ / yosys

Yosys Open SYnthesis Suite
https://yosyshq.net/yosys/
ISC License
3.3k stars 860 forks source link

cxxxrtl: fix use of format specifiers in test #4443

Closed maribu closed 2 weeks ago

maribu commented 2 weeks ago

What are the reasons/motivation for this change?

Correct C++ code

Explain how this is achieved.

A few instances of incorrect (and non-portable) use of format specifiers have been fixed.

If applicable, please suggest to reviewers how they can test the change.

Compilation with -Werror=format of the changed file should now succeed.