mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08:56 +00:00
Add aiger and protobuf backends binary support
This commit is contained in:
parent
d0493925ec
commit
0c380f0855
2 changed files with 3 additions and 3 deletions
|
@ -777,7 +777,7 @@ struct AigerBackend : 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