mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 12:36:02 +00:00
Merge 7f45715fec
into 262b00d5e5
This commit is contained in:
commit
42facc79b9
12 changed files with 154 additions and 159 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue