mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
Open aig frontend as binary file
This commit is contained in:
parent
ce0631c371
commit
3f70c1fd26
4 changed files with 5 additions and 5 deletions
|
@ -1056,7 +1056,7 @@ struct AigerFrontend : public Frontend {
|
|||
}
|
||||
break;
|
||||
}
|
||||
extra_args(f, filename, args, argidx);
|
||||
extra_args(f, filename, args, argidx, true);
|
||||
|
||||
if (module_name.empty()) {
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue