3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Support binary files for backends, fixes #1407

This commit is contained in:
Miodrag Milanovic 2019-09-28 09:28:51 +02:00
parent c372e7baf9
commit d0493925ec
3 changed files with 4 additions and 4 deletions

View file

@ -856,7 +856,7 @@ struct XAigerBackend : public Backend {
}
break;
}
extra_args(f, filename, args, argidx);
extra_args(f, filename, args, argidx, !ascii_mode);
Module *top_module = design->top_module();