3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-25 12:36:02 +00:00
This commit is contained in:
Robert O'Callahan 2025-07-31 16:42:58 +10:00 committed by GitHub
commit 42facc79b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 154 additions and 159 deletions

View file

@ -522,7 +522,7 @@ static void run_eval_test(RTLIL::Design *design, bool verbose, bool nosat, std::
for (int i = 0; i < 64; i++)
{
log(verbose ? "\n" : ".");
log("%s", verbose ? "\n" : ".");
gold_ce.clear();
gate_ce.clear();