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:
parent
c372e7baf9
commit
d0493925ec
3 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue